Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@pierpo pierpo released this 15 Oct 17:37
· 2 commits to main since this release

5.1.0 (2024-10-15)

This is technically a breaking version, but only people that updated to 5.0.0 will be affected.

The new additionalItemsRendered property was not correct. It was defaulting to 4, but the minimum value was 2, which was not clear at all.

We made 0 the new minimum value, and shifted values by 2.
New default value becomes 2 (equivalent to 4 previously).

If you customized this property, you can remove 2 to the value and it should be equivalent (except in the case of jump-on-scroll behaviour).

⚠ BREAKING CHANGES

  • lists: make additionally rendered items less error prone (#163)

Bug Fixes

  • lists: make additionally rendered items less error prone (#163) (7b3f7ea)