Skip to content

Releases: henninghall/react-native-date-picker

5.0.7

31 Aug 05:30
3676350
Compare
Choose a tag to compare

What's Changed

  • fix: Resolve Attribute issue causing Android Build to fail by @lil-sahil in #853

New Contributors

Full Changelog: 5.0.6...5.0.7

5.0.6

30 Aug 20:51
9a76f5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.5...5.0.6

5.0.5

25 Aug 16:09
d8aba97
Compare
Choose a tag to compare

What's Changed

fix(accessibility): adapt font size on iOS modal @hellomalith in #850

New Contributors

@hellomalith made their first contribution in #850

Full Changelog: 5.0.4...5.0.5

5.0.4

28 May 09:07
94ccd9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.3...5.0.4

5.0.3

24 May 21:35
df640dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.0.3

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