Skip to content

Releases: douglasjunior/react-native-simple-dialogs

2.1.0

28 May 12:33

Choose a tag to compare

Changes

  • Remove PropTypes to be compatible with React 19 (#73)

2.0.3

01 Mar 12:54

Choose a tag to compare

Changes

  • Add accessibility props (#70)

2.0.2

01 Mar 12:36

Choose a tag to compare

Changes

  • Add testID (#70)

2.0.1

17 Apr 14:14

Choose a tag to compare

Changes

  • Export ConfirmDialogButtonPropsType

2.0.0

17 Apr 14:08

Choose a tag to compare

Changes

  • Rewrite in TypeScript
  • Add statusBarTranslucent prop to customize the Modal status bar on Android
  • (BREAKING CHANGE) Rename and fix some prop types and defaults

1.5.0

16 May 22:05

Choose a tag to compare

  • Improved sizing for Dialogs that contain ScrollViews (#64)
  • Add SafeAreaView (#64)

1.4.0

09 Oct 17:08

Choose a tag to compare

  • Fix children types (#58)
  • Add option to lowercase the button titles on Android (#52)

1.3.0

06 Jun 14:14

Choose a tag to compare

Add TypeScript Definitions (#42, #47)

1.2.1

02 Dec 14:39

Choose a tag to compare

Add bounces={false} to the ScrollView.

1.2.0

06 Aug 17:42

Choose a tag to compare

  • Add keyboardShouldPersistTaps and keyboardDismissMode props to Dialog. (#37)