github inokawa/virtua 0.26.0

latest releases: 0.43.1, 0.43.0, 0.42.4...
19 months ago
  • BREAKING CHANGE: reverse prop was removed from Virtualizer
    • You can achieve the same effect by writing small CSS and using scrollRef prop of Virtualizer

      virtua/src/react/VList.tsx

      Lines 92 to 95 in 44f5f1b

      display: "flex",
      flexDirection: "column",
      justifyContent: "flex-end",
      minHeight: "100%",
    • Or you can continue to use reverse prop of VList.

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

Don't miss a new virtua release

NewReleases is sending notifications on new releases.