Releases: joaorr3/react-slip-and-slide
Releases · joaorr3/react-slip-and-slide
v3.12.1
v3.8.1
Full Changelog: v3.8.0...v3.8.1
v3.7.0
Full Changelog: v3.6.1...v3.7.0
v3.6.0
Full Changelog: v3.5.0...v3.6.0
v3.4.13
Full Changelog: v3.4.11...v3.4.13
v3.4.11
Full Changelog: v3.4.8...v3.4.11
react-slip-and-slide@3.4.8
Full Changelog: v3.2.0...v3.4.8
react-slip-and-slide@3.2.0
What's Changed
- feat(EngineMode): create a clear distinction between rendering modes based on the prop
infinite
by @joaorr3 in #3
Now, items will only self translate if the props infinite or
visibleItems are defined. Otherwise the translation will happen on the
element wrapping all the items. This besides being conceptually more
correct, it also improves the performance and allows the items to follow
the flexbox flow by default, meaning that the item measurement is not
required for defining it's displacement.
New Contributors
Full Changelog: v3.1.0...v3.2.0