diff --git a/CHANGELOG.md b/CHANGELOG.md index 00de057ab..5b427c2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Bug Fixes -- **Picker:** Updates `Picker.Item` value dynamically ([b03f0e5](https://github.com/GeekyAnts/NativeBase/commit/b03f0e52fa417c586b3d6cd65e2caf7d8dbe0299)), closes [#169](https://github.com/GeekyAnts/NativeBase/issues/169), closes [#156](https://github.com/GeekyAnts/NativeBase/issues/156) +- **Picker:** Updates `Picker.Item` value dynamically ([b03f0e5](https://github.com/GeekyAnts/NativeBase/commit/b03f0e52fa417c586b3d6cd65e2caf7d8dbe0299)), closes [#169](https://github.com/GeekyAnts/NativeBase/issues/169), [#156](https://github.com/GeekyAnts/NativeBase/issues/156) - **Keyboard-aware-scroll-view:** - resetScrollToCoords: This is an user definable prop. Coordinates that will be used to reset the scroll when the keyboard hides. Also restores scroll position after keyboard hides if resetScrollToCoords is not set. ([bc98be8](https://github.com/GeekyAnts/NativeBase/commit/bc98be8bb14b41df22856a618e07b71a0f9e857e)) - disableKBDismissScroll: Disables automatic scroll on focus. ([d92aa1b](https://github.com/GeekyAnts/NativeBase/commit/d92aa1b35009d6a419b420a37a3bd2b3021c5167)) @@ -13,8 +13,8 @@ ### Enhancement Features - **FooterTab:** Added onPress support for elements of FooterTab ([47a5ae7](https://github.com/GeekyAnts/NativeBase/commit/47a5ae73edd5c1112fd8aa7ed0a6a7e5015f60d7)), closes [#180](https://github.com/GeekyAnts/NativeBase/issues/180), [#188](https://github.com/GeekyAnts/NativeBase/issues/188) -- **InputGroup:** Allows null block inside InputGroup Component. ([94c7913](https://github.com/GeekyAnts/NativeBase/commit/94c7913622f489a185564fdbad215f38e71a2366)), closes [#137](https://github.com/GeekyAnts/NativeBase/issues/137), [#202](https://github.com/GeekyAnts/NativeBase/issues/202)) -- **Tabs:** Helps to switch between the Tabs component programatically. Say `page = 1`. ([3253fe8](https://github.com/GeekyAnts/NativeBase/commit/3253fe81fac3004c752c196c13be1208d5b33341)), closes [#181](https://github.com/GeekyAnts/NativeBase/issues/181), [#203](https://github.com/GeekyAnts/NativeBase/issues/203)) +- **InputGroup:** Allows null block inside InputGroup Component. ([94c7913](https://github.com/GeekyAnts/NativeBase/commit/94c7913622f489a185564fdbad215f38e71a2366)), closes [#137](https://github.com/GeekyAnts/NativeBase/issues/137), [#202](https://github.com/GeekyAnts/NativeBase/issues/202) +- **Tabs:** Helps to switch between the Tabs component programatically. Say `page = 1`. ([3253fe8](https://github.com/GeekyAnts/NativeBase/commit/3253fe81fac3004c752c196c13be1208d5b33341)), closes [#181](https://github.com/GeekyAnts/NativeBase/issues/181), [#203](https://github.com/GeekyAnts/NativeBase/issues/203) - **Tabs:** Ensures that Tabs component's props.children is an array, else creates a single item array if it is not. Thus allows calls to .filter() and .map(). ([c9bc57d](https://github.com/GeekyAnts/NativeBase/commit/c9bc57d45199bfdc2806646dde560128053230e6)), closes [#207](https://github.com/GeekyAnts/NativeBase/issues/207) - **ES Lint:** Config ESLint (airbnb) to enforce coding style. ([dee1deb](https://github.com/GeekyAnts/NativeBase/commit/dee1debac7a93d9772aca21436f1dd4fd97f1039))