Skip to content

Release 1.14.0

Compare
Choose a tag to compare
@kirillzyusko kirillzyusko released this 01 Oct 10:27
· 241 commits to main since this release
5f3dd28

Release that adds OverKeyboardView and resolves various bugs 🐛

🐛 Bug fixes

  • non working KeyboardToolbar in Modal (b60fb21)
  • invisible ScrollView when OverKeyboardView is used (e8ecacd)
  • non working GestureDetector inside OverKeyboardView (5457746)
  • KeyboardToolbar view props inheritance (5bc2cea)
  • OverKeyboardView not stretching to full screen on Android (fabric) (a557b9a)

👍 Improvements

  • add OverKeyboardView component (bc8d3b7)
  • allow to use ScrollView from react-native-gesture-handler in KeyboardAwareScrollView component (79d9739)
  • make KeyboardToolbar inherit ViewProps (a4532d8)
  • OverKeyboardView refactoring (3eb50e0)

🔢 Miscellaneous

  • added hoverable keyboard (interactive animation) in docs (e2198af)
  • update react-native to 0.75.3 (7ff0d8c)
  • update swiftlint (7f13c90)
  • update ktlint (1d43a32)
  • add example app icons (b305762)
  • image gallery example (shared element transition with OverKeyboardView) (1917717)
  • add info about view props inheritance to KeyboardAvoidingView page in docs (9d8c618)
  • unify prop inheritance style for KeyboardAwareScrollView component in docs (92d6cee)
  • checkout 1.14 version for docs (96fd0d6)
  • blogpost for 1.14 (0a4e129)