Releases: inokawa/virtua
Releases · inokawa/virtua
0.15.4
0.15.3
0.15.1
0.15.0
BREAKING: align
argument of scrollToIndex
was changed toopts
. Use opts.align
instead.
What's Changed
- Add
align: center
option to scrollToIndex by @inokawa in #213 - Remove premeasureing before imperative scrolling by @inokawa in #215
- Add smooth option to scrollToIndex by @inokawa in #214
- Include padding in calculation of scrollToIndex destination by @inokawa in #217
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Simplify store subscribers by @inokawa in #209
- Support reverse scrolling in iOS Safari by @inokawa in #165
- Fix glitch in reverse infinite scrolling in iOS Safari by @inokawa in #210
- Fix glitch caused by second touch while momentum scrolling in iOS Safari by @inokawa in #212
Full Changelog: 0.13.0...0.14.0
0.13.0
0.12.0
- BREAKING:
mode
prop of VList was removed.mode="rtl"
-> Just remove it because RTL can be detected automatically now.mode="reverse"
-> Setreverse: true
instead.
- BREAKING:
rtl
prop of VGrid was removed.- Just remove it because RTL can be detected automatically now.
What's Changed
- Detect rtl style automatically by @inokawa in #202
- Support rtl direction in WVList by @inokawa in #203
Full Changelog: 0.11.0...0.12.0