Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v18.0.0
18.0.0 (2024-08-22)
Features
BREAKING CHANGES
defaultProps
are not supported anymore.
v17.1.0
17.1.0 (2023-08-18)
Features
- Support iPhone 14 Pro & Pro Max safe area bottom inset (#718) (cab8968)
v17.0.0
17.0.0 (2023-06-27)
Bug Fixes
- swap
CancelButton
's themedButtonStyle
style order, closes #689 (#712) (759600e)
BREAKING CHANGES
- This is a light breaking change since it might break the UI of folks relying on the previous (wrong) order
v16.0.0
16.0.0 (2023-06-26)
Bug Fixes
BREAKING CHANGES
- This is a breaking change since it might people using the
onCancel
parameter in weird ways.
v15.0.0
15.0.0 (2023-04-08)
Bug Fixes
- resolve occasional styling bug with inline
display
in datetime
mode on iOS (#697) (8733f83)
BREAKING CHANGES
- This is a light breaking change since it might break custom patches people applied to fix this issue in other way + we're bumping the
@react-native-community/datetimepicker
peer-dependency version
v14.0.1
14.0.1 (2022-12-20)
Bug Fixes
- types: omitted underlying onChange prop type (#680) (b02409d)
v14.0.0
14.0.0 (2022-09-06)
Bug Fixes
- Add
customCancelButton
and customConfirmButton
types (#656) (29ec272)
BREAKING CHANGES
- This is a breaking change since it might break your typechecking flow.