Releases: APSL/react-native-keyboard-aware-scroll-view
Releases · APSL/react-native-keyboard-aware-scroll-view
v0.9.5
v0.9.4
v0.9.2
v0.9.1
v0.9.0
Changelog
Thanks to all for your patience and collaboration. We've been extremely busy recently and we couldn't made any progress into the library.
- #369 [Bugfix] The keyboard view might exist, but it might not be an element that has a scroll responder (e.g. plain RN View). (Thanks @cjpete)
- #361 Don't use legacy ReactNative default export (Thanks @cooptwostar)
- #354 Transform componentWillReceiveProps to componentDidUpdate (Thanks @KarlosQ)
- #343 fix: added default initializer for user options (Thanks @MacMcIrish)
- #341 Update index.d.ts (Thanks @micetti)
v0.8.0
Changelog
- Breaking: removed
ListView
(#319 (@ethanneff) and #327 @alvaromb) - Fix for: 'Testing in enzyme creates TypeError: Cannot read property 'displayName' of undefined' (#320 @dkadlecek)
- Bugfix for enableResetScrollToCoords (#309 @LudvigGislason)