The notes is written since version 0.2.0
- Fix rendering error with StickyAnimation on mobile iOS device
- In Safari on iOS,
window.innerHeight
value is weired when scroll up and down - Use
window.screen.height
rather thaninnerHeight
when 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
IAnimation
toAnimation
IStyle
toStyle
page
props is deprecated. This value will be auto-assign, so you don't have to set it.
- Added 'use client' on top of
ScrollContainer
for supporting NextJS v13+