Skip to content

Releases: inokawa/virtua

0.15.5

27 Oct 13:19
Compare
Choose a tag to compare

What's Changed

  • Add align: nearest option and onKeydown prop by @inokawa in #228

Full Changelog: 0.15.4...0.15.5

0.15.4

26 Oct 12:26
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary scroll offset check when scrolling stops by @inokawa in #226

Full Changelog: 0.15.3...0.15.4

0.15.3

25 Oct 18:00
Compare
Choose a tag to compare

What's Changed

  • Improve start response of smooth scrolling by @inokawa in #224

Full Changelog: 0.15.1...0.15.3

0.15.1

25 Oct 15:14
Compare
Choose a tag to compare

What's Changed

  • Improve smoothness of smooth scrolling by @inokawa in #222

Full Changelog: 0.15.0...0.15.1

0.15.0

24 Oct 11:43
Compare
Choose a tag to compare

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

16 Oct 11:00
Compare
Choose a tag to compare

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

12 Oct 12:52
Compare
Choose a tag to compare

What's Changed

  • Change jump compensation logic to maintain visible position always by @inokawa in #207

Full Changelog: 0.12.0...0.13.0

0.12.0

09 Oct 09:37
Compare
Choose a tag to compare
  • BREAKING: mode prop of VList was removed.
    • mode="rtl" -> Just remove it because RTL can be detected automatically now.
    • mode="reverse" -> Set reverse: true instead.
  • BREAKING: rtl prop of VGrid was removed.
    • Just remove it because RTL can be detected automatically now.

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

03 Oct 12:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

28 Sep 05:45
Compare
Choose a tag to compare

BREAKING: Some inline styles like margin: 0 padding: 0 was removed from component for easier style overriding by users.

What's Changed

  • Remove unnecessary styles from component by @inokawa in #183
  • Remove unnecessary styles from component by @inokawa in #188

Full Changelog: 0.9.1...0.10.0