The notes is written since version 0.2.0
- Fix rendering error with StickyAnimation on mobile iOS device
- In Safari on iOS,
window.innerHeightvalue is weired when scroll up and down - Use
window.screen.heightrather thaninnerHeightwhen if iOS Safari - Recognize environment data likes OS, browser from
navigator.userAgent
- In Safari on iOS,
- Correct some mistype
- Create update notes
- Fix typescript error on
Batch - Fix mis-typo in README
- Fix CSS styles on
scroll-snap
- Fix lots of typescript error
- Fix NextJS error
ReferenceError: navigator is not defined
- Remove unnecessary files on npm.js publishing
- Support ReactJS 18
- Update README and fix tons of things for supporting NextJS
- Change types/interface names
IAnimationtoAnimationIStyletoStyle
pageprops is deprecated. This value will be auto-assign, so you don't have to set it.
- Added 'use client' on top of
ScrollContainerfor supporting NextJS v13+
- Fix scroll parent is not working
- Update example codes
- Support React 19
- Fix minor type errors when in the React 19