Skip to content

Releases: farhoudshapouran/react-native-ui-datepicker

v2.0.10

02 Feb 10:19

Choose a tag to compare

Bug fixes
Typescript declarations broke (#138)

v2.0.8

01 Feb 21:10

Choose a tag to compare

Bug Fixes
Remove unnecessary declarations file (#138)

v2.0.7

01 Feb 17:08

Choose a tag to compare

Bug Fixes
Calendar day opacity for range mode (#124)

v2.0.6

01 Feb 16:18

Choose a tag to compare

Bug Fixes
Fixed time picker issue on android

v2.0.5

01 Feb 15:23

Choose a tag to compare

Bug Fixes
Fixed time picker initial value issue
Fixed locale change

Improvements
Refactored components for better performance

v2.0.4

15 Sep 21:19

Choose a tag to compare

  • Feature: Disable Custom Dates #102
  • Fix: Style on Selected Range #92

v2.0.3

26 May 20:20

Choose a tag to compare

Change the time picker component and improve performance #82 #47 #74

v2.0.2

26 Feb 12:42

Choose a tag to compare

feat: added height props to define the calendar's height

v2.0.1

19 Feb 19:12

Choose a tag to compare

fix: Invalid Array Length #60 537a0bb
feat: add initialView props to DateTimePicker 653daa8

v2.0.0

29 Jan 11:24
3c42c81

Choose a tag to compare

Breaking changes

  • Support different mode types: single, range, and multiple

What's Changed

  • Change modes from date, datetime, and time to single, range, and multiple
  • Change value prop name to date in single mode
  • Add startDate and endDate props to support range mode
  • Add dates prop to support multiple mode
  • Fix performance issues #46 #47
  • Document update based on new modes