Skip to content

Releases: henninghall/react-native-date-picker

5.0.2

19 Apr 14:34
aff7d54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

12 Apr 08:30
77bded5
Compare
Choose a tag to compare

What's Changed

  • fix: pin native ios code to tag version by @buschco in #791
  • fix: divider color not working on old architecture by @henninghall in #796
  • fix: onStateChange returns incorrect data in old arch on some rn versions by @henninghall in #797

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

23 Mar 12:34
Compare
Choose a tag to compare

How to upgrade

  • No breaking javascript code changes.
  • Typescript users: Remove props that's no longer supported.

Breaking

  • Removed androidVariant prop. From now on only nativeAndroid variant is supported, iosClone is removed.
  • Removed fadeToColor prop. No need for this since iosClone variant is no longer supported.
  • Removed dividerHeight prop. No need for this since iosClone variant is no longer supported.
  • Removed textColor prop. Use theme prop to make text dark or light if defaults aren't good enough. Remove because of inconsistent iOS support.

Features

  • Added buttonColor prop. Easier to use than the previously suggested method of changing Android xml config.
  • Added dividerColor prop. Easier to use than the previously suggested method of changing Android xml config.

Improvements

  • Increased fling velocity of the previously called nativeAndroid picker. It roughly matches the previously called iosClone's fling velocity.
  • Internally exposed an improved version of the core android NumberPicker component. Patched from Android source code. Enables more internal modifications of the core component than previously possible.
  • Removed dependency of maven and NumberPickerView android third party component.

Full Changelog: 4.4.2...5.0.0

4.4.2

18 Mar 09:32
b528243
Compare
Choose a tag to compare

What's Changed

  • fix: error "unsupported top level event type spinnerStateChange" by @henninghall in #780

Full Changelog: 4.4.1...4.4.2

4.4.1

15 Mar 09:42
580d726
Compare
Choose a tag to compare

What's Changed

  • fix: Undefined is not a function / NativeModule.closePicker() error using old architecture by @MahmoudNafiseh in #782

New Contributors

Full Changelog: 4.4.0...4.4.1

4.4.0

04 Mar 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.7...4.4.0

4.3.7

26 Feb 16:30
66dc51f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.6...4.3.7

4.3.6

12 Feb 12:55
Compare
Choose a tag to compare

What's Changed

  • fix: minimumDate and maximumDate with (milli)seconds prevents onChange to be called by @yfyau in #760
  • chore: move minimumDate tests to maestro by @henninghall in #742

New Contributors

Full Changelog: 4.3.5...4.3.6

4.3.5

19 Dec 09:11
18b123f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.4...4.3.5

4.3.4

07 Dec 10:40
5481afc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.3...4.3.4