Skip to content

Releases: mmazzarolo/react-native-dialog

v5.6.0

30 Mar 20:31
Compare
Choose a tag to compare

[email protected] published 🎉

  • Updated dependencies
  • Added react-native-web support #42
  • Added blurStyle prop #40
  • Added tap outside dialog documentation #33

v5.5.0

27 Nov 09:30
Compare
Choose a tag to compare

react-native-dialog 5.5.0 published 🎉

  • Fix onBackdropPress #26
  • Updated README.md #10
  • Added additional styling to Dialog.Container #25

Thanks to @intergalactic-overlords , @fjmorant and @gianpaj for the contributions!

v5.4.0

03 Oct 09:16
Compare
Choose a tag to compare

react-native-dialog 5.4.0 published 🎉

  • Added a completely opaque version of blur for container #21 by @TimurAsayonok
  • Do not show the Footer in case if the Dialog has not any DialogButton. #20 by @oleksiy-nesterov
  • Do not allow the Dialog (under Android) fit to full width. Keep space around dialog. #20 by @oleksiy-nesterov

Thanks @oleksiy-nesterov , @TimurAsayonok , @intergalactic-overlords and @indapublic

v5.3.0

23 Sep 15:19
Compare
Choose a tag to compare

react-native-dialog 5.3.0 published 🎉

  • Updated package dependencies
  • Added github repository info to package.json
  • Add multiline support to Input #12, thanks @zzorba
  • Update README.md, #10, thanks @numen31337

v4.0.0

11 Jun 09:07
Compare
Choose a tag to compare

Fixed release mode child name recognition on Android

v3.3.0

10 Feb 15:04
Compare
Choose a tag to compare
  • Updated react-native-modal

v3.2.0

08 Feb 13:55
Compare
Choose a tag to compare
  • Toned down title color on Android
  • Added textInputRef prop on Dialog.Input

v3.1.0

08 Feb 13:44
Compare
Choose a tag to compare
  • Added the label prop.

v3.0.0

08 Feb 11:13
Compare
Choose a tag to compare

The Dialog is now 100% JavaScript: the react-native-blur component is not needed anymore, but you can still provide your own blur component thanks to the blurComponentIOS prop of Dialog.Container 🍔

v2.0.6

26 Jan 15:00
Compare
Choose a tag to compare
  • Fixed an issue with the release mode of the app where if wouldn't pick correctly the component displayName