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)