Skip to content

Releases: henninghall/react-native-date-picker

v2.5.0

16 Jul 10:37
Compare
Choose a tag to compare
  • 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...v2.5.0

v2.4.2

05 Jun 21:24
Compare
Choose a tag to compare

Many thanks to @BKJang, @maksim-tolo and @diegocstn for your contributions 🎉

  • Major performance improvements on android (#66) 96cfa06
  • Fix DayWheel interval forming when either maximumDate or minimumDate prop is missing (#62) 2ea519b
  • Add Korean day format for DayWheel (#58) e0b0b6b

v2.4.1...v2.4.2

v2.4.1

11 May 14:41
Compare
Choose a tag to compare

v2.4.0...v2.4.1

v2.4.0

25 Apr 17:50
Compare
Choose a tag to compare
  • Bugfix: Support picking dates in different centuries 8f3f2e5
  • 12/24h preference is read from device instead of locale default d6491b6
  • Performance improvements c4eb623

v2.3.0...v2.4.0

v2.3.0

29 Mar 09:07
Compare
Choose a tag to compare

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.2.1...v2.3.0

v2.0.0

10 Sep 20:56
Compare
Choose a tag to compare

Renamed npm package:
Old name: react-native-date-picker-x
New name: react-native-date-picker

v1.5.0

30 Aug 20:23
Compare
Choose a tag to compare
  • Date mode support (Year, month, day)

v1.4.0

25 Aug 00:00
Compare
Choose a tag to compare
  • Supporting different background colors.
  • Added fadeToColor property [android only] (not needed on ios)
  • Added textColor property

v1.3.0

19 Jun 21:49
Compare
Choose a tag to compare

Supporting time mode.

v1.2.2

18 Jun 10:56
Compare
Choose a tag to compare

Bugfix: Dates below minimumDate triggers date change event.