Releases: inokawa/virtua
Releases · inokawa/virtua
0.5.0
BREAKING: Changed argument of onRangeChange and removed count
What's Changed
- Remove SCROLL_MANUAL from ScrollDirection by @inokawa in #142
- Refactor resetCache by @inokawa in #144
- Remove onScrollOffsetChange argument from store by @inokawa in #136
- Select scrolling state from store by @inokawa in #143
- Change argument of onRangeChange by @inokawa in #146
Full Changelog: 0.4.5...0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
What's Changed
- Add react-dom to peerDependencies by @inokawa in #104
- Refactor resize detection by @inokawa in #105
- Refactor jump by @inokawa in #106
- Refactor scroll direction detection by @inokawa in #107
- Refactor switch by @inokawa in #108
- Estimate initial item size from measured sizes by @inokawa in #110
- Remove unnecessary Promise.resolve by @inokawa in #111
- Improve accuracy of imperative scrolling by @inokawa in #114
- Fixed bug scrollToIndex in VGrid fails rarely by @inokawa in #117
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Add reverse mode by @inokawa in #99
- Replace useSyncExternalStore with useState by @inokawa in #88
- Implement handle of VGrid by @inokawa in #100
- Commonize DefaultWindow component by @inokawa in #101
- Add
"use client"
to bundle for React Server Components support by @inokawa in #103
Full Changelog: 0.2.4...0.3.0