react-native-keyboard-aware-scroll-view Releases
38 releases of APSL/react-native-keyboard-aware-scroll-view
- v0.2.8
A bug fix release addressing Flow type errors and resolving multiple specific issues.
Mar 27, 2017
- v0.2.7
Improved scroll handling logic with new configuration options to control scroll-to-coordinates behavior.
Feb 3, 2017
- v0.2.6
A minor UI polish release fixing spacing issues at the bottom of the view.
Dec 29, 2016
- v0.2.5
Cleanup release that removes warnings related to deprecated ListView props.
Dec 19, 2016
- v0.2.4
Maintenance update to improve the stability of keyboard listener lifecycle management.
Nov 16, 2016
- v0.2.3
Nov 11, 2016
- v0.2.1
Improved scroll logic to only trigger scrolling when the keyboard is actually hiding the input.
Oct 6, 2016
- v0.2.0
This release updates the library to support React Native 0.32.0 or higher and addresses an issue where the scroll view position was not being reset correctly.
Aug 23, 2016
- v0.1.2
Added compatibility support for React Native versions 0.27.2 and higher.
Jun 17, 2016
- v0.1.1
Jun 13, 2016
- v0.1.0
Introduced core functionality allowing the view to automatically scroll when a text input is focused and enabled programmatic scrolling control.
May 31, 2016
- v0.0.7
Improved documentation for keyboard events and expanded support to React Native 0.25.
May 11, 2016
- v0.0.6
Fixed a critical bug where keyboard events were incorrectly removed when a keyboard view was unmounted and added an example for auto-scroll.
Mar 23, 2016
- v0.0.5
Resolved a specific bug and included an example to demonstrate the auto-scroll feature.
Mar 21, 2016
- v0.0.4
Merged a pull request to improve the component implementation.
Jan 11, 2016
- v0.0.3
Fixed a rendering issue that occurred when the scroll view was nested inside a TabBarIOS component.
Nov 9, 2015
- v0.0.2
Introduced new components (`KeyboardAwareListView` and `KeyboardAwareMixin`) and updated the import structure.
Nov 9, 2015
- v0.0.1First version
Initial release of the component with an acknowledged issue regarding autofocus functionality.
Nov 5, 2015