Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@omahili omahili released this 26 Jan 19:27
· 3 commits to master since this release
v0.10.0
936000f

0.10.0 (2025-01-26)

Bug Fixes

Features

  • add autoscrollThresholdOffset prop (0d2a889), closes #28
  • support all view style animations for cell (f019ab1), closes #27

BREAKING CHANGES

  • The scale style animation is now part of the transform property. The default scale animation can be disabled by overriding transform. Similarly, the default opacity animation can be disabled by overriding its value, instead of setting it to false. cellAnimations properties can be either a value or shared value.