Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-10 | 1.1 kB | |
v1.1.0.tar.gz | 2022-10-10 | 256.7 kB | |
v1.1.0.zip | 2022-10-10 | 277.6 kB | |
Totals: 3 Items | 535.3 kB | 0 |
Features
- Create grids with the new
gridItems
prop (#27) - New
itemSecondarySize
prop - add skipHover prop to deactive the hover detection (#752)
- update event provide range of the visible items (#115)
- adds configurable list/item tags for semantic html (#203)
- throw error when key field does not exist in item (#265)
- custom classes for list wrapper and list items. (#397)
- add an empty slot (#398)
- Emit events for scroll to begin and end of list (#364)
Bug fixes
- DynamicScrollerItem: watch item prop (#700)
- Account for the height of the leading and trailing slots when calculating visible items, fix [#685]
- restore scroll in keep-alive (#724)
- DynamicScroller should pass its own keyField prop to child RecycleScroller (#732)
- issue with beforeDestroy hook (#748)
- avoid jumping scroll position when upper item size is calculated (#374)
- scrollToItem works with pageMode (#396)
- clamp endIndex if less items than prerender (#473)
- wrap the callback in requestAnimationFrame, fix [#516] (#517)