Skip to content

Releases: inokawa/virtua

0.29.1

19 Mar 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.29.0...0.29.1

0.29.0

14 Mar 16:35
Compare
Choose a tag to compare

BREAKING CHANGE: endMargin prop was removed because it was no longer needed!

What's Changed

  • Refactor startOffset in WindowVirtualizer by @inokawa in #402
  • Refactor jump compensation with shift by @inokawa in #407
  • Improve jump compensation with shift by @inokawa in #409
  • Suppress rerendering of WindowVirtualizer outside of viewport by @inokawa in #401

Full Changelog: 0.28.0...0.29.0

0.28.0

28 Feb 11:00
Compare
Choose a tag to compare
  • BREAKING CHANGE: The methods of VGridHandle were changed.

What's Changed

Full Changelog: 0.27.5...0.28.0

0.27.5

22 Feb 01:59
Compare
Choose a tag to compare

What's Changed

  • Add startMargin/endMargin prop to Vue Virtualizer by @inokawa in #392
  • Add offset option to scrollToIndex by @inokawa in #390

Full Changelog: 0.27.4...0.27.5

0.27.4

21 Feb 12:34
Compare
Choose a tag to compare

What's Changed

  • Add getItemOffset to VirtualizerHandle by @inokawa in #389

Full Changelog: 0.27.3...0.27.4

0.27.3

19 Feb 10:35
Compare
Choose a tag to compare

What's Changed

  • Add collapse nested storybook example by @aeharding in #384
  • Fix regression related to resizing when its top is out of viewport by @inokawa in #386

Full Changelog: 0.27.2...0.27.3

0.27.2

17 Feb 11:12
Compare
Choose a tag to compare

What's Changed

  • Recompute range to support smooth scrolling with resizing by @inokawa in #383

Full Changelog: 0.27.1...0.27.2

0.27.1

17 Feb 07:29
Compare
Choose a tag to compare

What's Changed

  • Setup eslint-plugin-import and enable import/no-restricted-paths by @inokawa in #377
  • Add resize and scroll storybook example by @aeharding in #381
  • Fix regression related to smooth scrolling during resize by @inokawa in #382

New Contributors

Full Changelog: 0.27.0...0.27.1

0.27.0

13 Feb 13:16
Compare
Choose a tag to compare
  • BREAKING CHANGE: Minimum value of overscan was 1 due to accuracy issue, but now it's 0.

What's Changed

  • Improve jump compensation and change minimum overscan to 0 by @inokawa in #198
  • Change minimum overscan to 0 by @inokawa in #375
  • Refactor and improve auto size estimation by @inokawa in #376

Full Changelog: 0.26.0...0.27.0

0.26.0

12 Feb 12:51
Compare
Choose a tag to compare

What's Changed

  • Remove min-height/min-width from container by @inokawa in #359
  • Improve automatic item size estimation by @inokawa in #373
  • Refactor jump calculation by @inokawa in #363
  • Optimize Vue Virtualizer with @vue/babel-plugin-jsx by @inokawa in #374

Full Changelog: 0.25.0...0.26.0