Skip to content

Release 1.16.0

Compare
Choose a tag to compare
@kirillzyusko kirillzyusko released this 27 Jan 12:42
· 6 commits to main since this release
b0f96d7

A new release with new features, critical bug fixes, crash resolutions, and performance optimizations 🎉

🐛 Bug fixes

  • take gravity into consideration when calculating selection coordinates on Android (a106fb3)
  • XCode warnings (ca600a8, a8eb813)
  • iOS crash (dd31184)
  • focused input gets detected without keyboard events on iOS (db0d0cc)
  • compatibility with Stripe inputs on Android (241d157)
  • properly take padding into consideration for selection events on Android (f4eb088)

👍 Improvements

  • KeyboardGestureArea with offset on iOS (6da1bb4)
  • compatibility for onSelectionChange with iOS < 13 (6a6328c)
  • added preserveEdgeToEdge prop for KeyboardProvider (4f1a798)
  • optimize SpringAnimation (1449971)
  • optimize TimingAnimation (06f5c53)

🔢 Miscellaneous

  • added Follow app to trusted by section (589da99)
  • example with KeyboardAwareScrollView that covers entire screen (3410d6d)
  • use macos-15 for iOS unit tests (6e7c2db)
  • blogpost for 1.16.0 (0e4ed17)
  • checkout 1.16.0 docs (091aa2e)