Skip to content

Releases: mmazzarolo/react-native-dialog

v9.3.0

31 Oct 08:24
Compare
Choose a tag to compare

9.3.0 (2022-10-31)

Features

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

v9.2.2

09 Jun 13:37
Compare
Choose a tag to compare

9.2.2 (2022-06-09)

Bug Fixes

v9.2.1

11 Feb 10:59
Compare
Choose a tag to compare

9.2.1 (2022-02-11)

Bug Fixes

v9.2.0

23 Oct 11:25
Compare
Choose a tag to compare

9.2.0 (2021-10-23)

Features

v9.1.2

01 Oct 08:02
Compare
Choose a tag to compare

9.1.2 (2021-10-01)

Bug Fixes

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

v9.1.1

30 Sep 19:30
Compare
Choose a tag to compare

9.1.1 (2021-09-30)

Bug Fixes

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

v9.1.0

08 Sep 16:56
Compare
Choose a tag to compare

9.1.0 (2021-09-08)

Features

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

v9.0.0

08 Sep 16:42
Compare
Choose a tag to compare

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.

v8.2.0

19 Jul 09:38
Compare
Choose a tag to compare

8.2.0 (2021-07-19)

Features

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

v8.1.1

15 Jul 13:29
Compare
Choose a tag to compare

8.1.1 (2021-07-15)

Bug Fixes

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