Skip to content

Releases: mmazzarolo/react-native-dialog

v8.1.0

12 Jul 18:33
Compare
Choose a tag to compare

8.1.0 (2021-07-12)

Features

  • Added support for vertical buttons (bebc3d0)

v8.0.1

18 Apr 19:43
Compare
Choose a tag to compare

8.0.1 (2021-04-18)

Bug Fixes

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

v8.0.0

17 Apr 18:45
Compare
Choose a tag to compare

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.

v7.0.0

16 Apr 07:49
Compare
Choose a tag to compare

7.0.0 (2021-04-16)

Features

BREAKING CHANGES

  • We are now using the native platform colors instead of the hardcoded ones — which means that 1) if your react-native app is using a specific accent/primary color it will be now shown correctly in the dialog and that 2) we only support react-native >= 0.63

v6.2.0

19 Feb 16:46
Compare
Choose a tag to compare

6.2.0 (2021-02-19)

Features

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

v6.1.2

24 Oct 19:22
Compare
Choose a tag to compare

6.1.2 (2020-10-24)

Bug Fixes

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

v6.1.1

18 Oct 08:44
Compare
Choose a tag to compare

6.1.1 (2020-10-18)

Bug Fixes

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

v6.1.0

17 Oct 10:33
Compare
Choose a tag to compare

6.1.0 (2020-10-17)

Features

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

v6.0.1

17 Oct 09:36
Compare
Choose a tag to compare

6.0.1 (2020-10-17)

Bug Fixes

  • Fix onBackdropPress trigger (9a8865e)

v6.0.0

11 Oct 09:19
Compare
Choose a tag to compare
  • Removed the react-native-modal requirement. Fore the modal we now use a thin layer of abstraction on top of the original React-Native modal component. Props that were mapped using reactNativeModalProps should now be used directly on the container (e.g.: onBackdropPress).
  • Moved code to hooks (thanks @tyxou)

v5.6.0...v6.0.0