Skip to content

Releases: farhoudshapouran/react-native-ui-datepicker

v2.0.3

26 May 20:20
Compare
Choose a tag to compare

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

v2.0.2

26 Feb 12:42
Compare
Choose a tag to compare

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

v2.0.1

19 Feb 19:12
Compare
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
Compare
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

v1.0.11

11 Dec 16:44
f3617e6
Compare
Choose a tag to compare

Support of firstDayOfWeek option in props

v1.0.10

23 Nov 10:35
Compare
Choose a tag to compare

Fix the incorrect path of types in package.json. ca0c133
Fix thrown error if the value of datepicker is false. ffadaa7
Fix package manager error. f82d6b0

v1.0.9

12 Nov 15:38
ce7dbe1
Compare
Choose a tag to compare

Fix: Years range selector based on the current date
Optimize: Days grid implementation in day selector
Add: accessibility attributes to buttons

v1.0.8

01 Nov 14:48
9185a4f
Compare
Choose a tag to compare
Merge pull request #33 from farhoudshapouran/change-utils-usage

Change utils usage

v1.0.7

01 Nov 06:54
b8d8a19
Compare
Choose a tag to compare

Fix invalid array length error

v1.0.6

31 Oct 22:04
Compare
Choose a tag to compare

Fix styles on the web
Fix the time picker undefined values array bug