Releases: mmazzarolo/react-native-dialog
Releases · mmazzarolo/react-native-dialog
v8.1.0
8.1.0 (2021-07-12)
Features
- Added support for vertical buttons (bebc3d0)
v8.0.1
8.0.1 (2021-04-18)
Bug Fixes
- Mark "textInputRef" and "blurComponentIOS" as optional (#103) (c92fe5d)
v8.0.0
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
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
6.2.0 (2021-02-19)
Features
- add keyboardVerticalOffset support for iOS (#93) (f44d21b)
v6.1.2
6.1.2 (2020-10-24)
Bug Fixes
- Always cover the whole screen (even with translucent status bar) (#85) (09b2f35)
v6.1.1
6.1.1 (2020-10-18)
Bug Fixes
- Added onBackdropPress on proptypes & docs update (8b273d4)
v6.1.0
6.1.0 (2020-10-17)
Features
- Improved animation fidelity (63ffbce)
- Improved animation fidelity (4480c0e)
v6.0.1
6.0.1 (2020-10-17)
Bug Fixes
- Fix onBackdropPress trigger (9a8865e)
v6.0.0
- 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