Skip to content

Release 1.14.3

Compare
Choose a tag to compare
@kirillzyusko kirillzyusko released this 29 Oct 15:23
· 43 commits to main since this release
cfc5b48

Release that mostly adopts new trends from react-native ecosystem, tries to make external contributions more developer-friendly and fixes some bugs 😎

🐛 Bug fixes

  • OverKeyboardView compatibility with RN < 0.72 (c8264b4)
  • crash on web (22019a2)

👍 Improvements

  • detect react-native-edge-to-edge presence and automatically configure props for KeyboardProvider (c958062) by @zoontek
  • avoid SharedValue reads during render (e31a62a)

🔢 Miscellaneous

  • meaningful page description for OverKeyboardView in docs (27d6229)
  • added Troubleshooting page in docs (9dec434)
  • added FAQ page in docs (f48d2d7)
  • use ccache on CI only (1ba0685)
  • fix size-diff and deploy-docs CI for external contributors (6eb74d2)
  • update reanimated to 3.16.1 (f42d69d)
  • update react-native-is-edge-to-edge to 1.1.3 (a09c7ed) by @zoontek
  • bump react-native-is-edge-to-edge to 1.1.4 to fix module resolution (d16908c)