Skip to content

Latest commit

 

History

History
148 lines (64 loc) · 6.72 KB

CHANGELOG.md

File metadata and controls

148 lines (64 loc) · 6.72 KB

9.3.0 (2022-10-31)

Features

  • Add unstableLabelStyle & fix switch statement comparison method (#150) (839915b)

9.2.2 (2022-06-09)

Bug Fixes

9.2.1 (2022-02-11)

Bug Fixes

9.2.0 (2021-10-23)

Features

9.1.2 (2021-10-01)

Bug Fixes

  • Change style propType of Input from View to Text (#124) (d71d204)

9.1.1 (2021-09-30)

Bug Fixes

  • Make Button label prop type required (#123) (e096d6b)

9.1.0 (2021-09-08)

Features

  • Expose useNativeDriver as Container prop (#122) (dd6d979)

9.0.0 (2021-09-08)

Bug Fixes

BREAKING CHANGES

  • Updated TypeScript type definitions. Types should just be more relaxed now — but since we updated the entire codebase we'll release this a major bump to be safe.

8.2.0 (2021-07-19)

Features

  • Handle hardware back button on Android (#114) (e9b6cf5)

8.1.1 (2021-07-15)

Bug Fixes

  • title: children prop allows node instead of string (#112) (8290768)

8.1.0 (2021-07-12)

Features

  • Added support for vertical buttons (bebc3d0)

8.0.1 (2021-04-18)

Bug Fixes

  • Mark "textInputRef" and "blurComponentIOS" as optional (#103) (c92fe5d)

8.0.0 (2021-04-17)

Features

  • Use TypeScript in the codebase and expose TypeScript type-definitions (#101) (77d41f6)

BREAKING CHANGES

  • Previous type definitions used in your app may not be compatible with this release anymore.

7.0.0 (2021-04-16)

Features

BREAKING CHANGES

  • We are now using the native colors instead of the hardcoded ones — which means that if your react-native app is using a specific accent/primary color it will be now shown correctly in the dialog.

6.2.0 (2021-02-19)

Features

  • add keyboardVerticalOffset support for iOS (#93) (f44d21b)

6.1.2 (2020-10-24)

Bug Fixes

  • Always cover the whole screen (even with translucent status bar) (#85) (09b2f35)

6.1.1 (2020-10-18)

Bug Fixes

  • Added onBackdropPress on proptypes & docs update (8b273d4)

6.1.0 (2020-10-17)

Features

  • Improved animation fidelity (63ffbce)
  • Improved animation fidelity (4480c0e)

6.0.1 (2020-10-17)

Bug Fixes

  • Fix onBackdropPress trigger (9a8865e)