Releases: farhoudshapouran/react-native-ui-datepicker
Releases · farhoudshapouran/react-native-ui-datepicker
v2.0.10
02 Feb 10:19
Compare
Sorry, something went wrong.
No results found
Bug fixes
Typescript declarations broke (#138 )
v2.0.8
01 Feb 21:10
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Remove unnecessary declarations file (#138 )
v2.0.7
01 Feb 17:08
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Calendar day opacity for range mode (#124 )
v2.0.6
01 Feb 16:18
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fixed time picker issue on android
v2.0.5
01 Feb 15:23
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fixed time picker initial value issue
Fixed locale change
Improvements
Refactored components for better performance
v2.0.4
15 Sep 21:19
Compare
Sorry, something went wrong.
No results found
Feature: Disable Custom Dates #102
Fix: Style on Selected Range #92
v2.0.3
26 May 20:20
Compare
Sorry, something went wrong.
No results found
Change the time picker component and improve performance #82 #47 #74
v2.0.2
26 Feb 12:42
Compare
Sorry, something went wrong.
No results found
feat: added height props to define the calendar's height
v2.0.1
19 Feb 19:12
Compare
Sorry, something went wrong.
No results found
fix: Invalid Array Length #60 537a0bb
feat: add initialView props to DateTimePicker 653daa8
v2.0.0
29 Jan 11:24
Compare
Sorry, something went wrong.
No results found
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