Releases: henninghall/react-native-date-picker
Releases · henninghall/react-native-date-picker
v2.5.0
- Keep "Today"-string when changing text color. (#83) 98c2331
- Add possibility to change width and height (#80, #82) 99191b0
- Improving layout (#82) e215538
- Bugfix: Month name and month date wrong order for some locales (#82) e215538
- Aligning text in Android picker similar as iOS (#82) e215538
- Handle Chinese date format (#71) 3e3c1af
v2.4.2
Many thanks to @BKJang, @maksim-tolo and @diegocstn for your contributions 🎉
v2.4.1
v2.4.0
v2.3.0
This release contains various bugfixes. Thanks to @ineentho for your contributions 🎉
- Bugfix: Allow no maximum and minimum date 6e8e4fb
- Bugfix: Fixing crash in some timezones 7f8d174
- Merge pull request #38 from ineentho/fix/tz-offset-android 356b397
- Setting min/max date before refreshing wheel 633d237
- Fix min/max date cb59d89
- Added utc mode in android code 5bc675d
- Fix for timezone bug in android picker (utc-mode) 23012f8
- Added cocoapods example project 37a4a22
- Added espresso tests d2d1c8c
v2.0.0
Renamed npm package:
Old name: react-native-date-picker-x
New name: react-native-date-picker
v1.5.0
- Date mode support (Year, month, day)
v1.4.0
- Supporting different background colors.
- Added fadeToColor property [android only] (not needed on ios)
- Added textColor property
v1.3.0
Supporting time mode.
v1.2.2
Bugfix: Dates below minimumDate triggers date change event.