Skip to content

Releases: henninghall/react-native-date-picker

v3.0.3

26 Jul 20:38
Compare
Choose a tag to compare
  • Add iOS 14 support. #217
  • Styling fix: Adaptive am/pm width for nativeAndroid variant #216

v3.0.2

12 Jul 19:25
bdf3b2e
Compare
Choose a tag to compare
  • Bugfix: onChange callback not always triggered
  • Updated typescript definitions

v3.0.1

12 Jul 14:50
a5b6cae
Compare
Choose a tag to compare
  • Bugfix: NullpointerException could happen for some languages #204
  • Bugfix android native wheel stop glitch #205

v3.0.0-beta.0

11 Jul 22:10
0d04dd9
Compare
Choose a tag to compare
3.0.0-beta.0

v3.0.0

11 Jul 22:28
d5ae026
Compare
Choose a tag to compare

🎨 New Android style. See Readme for instructions on how to enable.
✅ No breaking changes

v2.7.13

08 Jul 21:46
1bd41fd
Compare
Choose a tag to compare
  • Bugfix: Shorten finish day format

Thanks to @hungneox!

v2.7.12

27 Jun 09:42
ec530b2
Compare
Choose a tag to compare
  • Bugfix: zh_* locale parsing #198

Thanks to @mars-lan 🎉

v2.7.11

18 Jun 18:03
69bbb99
Compare
Choose a tag to compare
  • Bugfix: IllegalArgumentException crash for some languages on some devices. #194

Thanks @draperunner for your contribution! 🎉

v2.7.10

13 May 10:17
8ba71ca
Compare
Choose a tag to compare
  • Add zh_CN locale #189

v2.7.9

05 Apr 16:35
0b255a3
Compare
Choose a tag to compare
  • Bugfix: Wrong display texts in date mode for some locales (Chinese, Japanese, etc). #177 Thanks to @ipk2015!