Skip to content

Latest commit

 

History

History
188 lines (107 loc) · 5.63 KB

File metadata and controls

188 lines (107 loc) · 5.63 KB

Changelog

All notable changes to this project will be documented in this file.

3.1.1 - 2025-07-16

Added

  • Android: yearmonth picker min/max support (#46).

3.1.0 - 2025-06-20

Added

  • Android: yearmonth picker support (#43).

3.0.1 - 2025-06-16

Fixed

  • Android: crash when select date (#42).

3.0.0 - 2025-06-14

Added

  • multiple prop (#40).

2.4.1 - 2025-06-05

Added

  • iOS: locale option (#38).

2.4.0 - 2025-06-04

Added

  • step prop (#34).

Fixed

  • Android: Crash when using react-native-screens (#35).
  • iOS: Weird view recycling when rendering multiple date pickers (#37).

2.3.2 - 2025-05-31

Changed

  • iOS sizing logic from intrinsicContentSize to sizeThatFits

2.3.1 - 2025-05-30

Fixed

  • Android: Weird onChange behavior (#31).

2.3.0 - 2025-05-29

Added

  • datetime type (#28).
  • yearmonth type (#28).

2.2.2 - 2025-05-27

Fixed

  • Modal buttons color did not change (#22).

2.2.1 - 2025-05-26

Fixed

  • iOS: build failing when using frameworks (#24).

2.2.0 - 2025-05-26

Added

  • title, headline, showModeToggle, and is24Hour options (#23).

2.1.0 - 2025-05-25

Added

  • styles prop (#21).

2.0.1 - 2025-05-24

Fixed

  • Missing react-native.config.js file

2.0.0 - 2025-05-24

Added

  • Shadow node (#20).

1.4.0 - 2025-05-21

Added

  • iOS: mode option (#18).

1.3.0 - 2025-05-20

Added

  • Time picker (#12).
  • options prop (#16).

Changed

  • Android material 3 inline date picker (#15).

1.2.0 - 2025-05-16

Added

  • inline prop (#9).

1.1.0 - 2025-05-14

Added

  • min and max props (#6).

Fixed

  • Android: Displayed month is not reset after cancelling selection (#7).

1.0.1 - 2025-05-11

Fixed

  • iOS: Selecting current date does nothing if initial value is null (#5).

1.0.0 - 2025-05-11

Added

  • Web support (#4).

Changed

  • Simplified usage and props (#4).

0.2.0 - 2025-05-03

Changed

  • onConfirm and onCancel signatures.

Fixed

  • Incorrect UTC conversion.

0.1.0 - 2025-05-02

Added

  • Initial release.