Releases: henninghall/react-native-date-picker
Releases · henninghall/react-native-date-picker
5.0.7
What's Changed
- fix: Resolve Attribute issue causing Android Build to fail by @lil-sahil in #853
New Contributors
- @lil-sahil made their first contribution in #853
Full Changelog: 5.0.6...5.0.7
5.0.6
What's Changed
- fix: improved theming and colors by @henninghall in #852
Full Changelog: 5.0.5...5.0.6
5.0.5
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
What's Changed
- fix: prevent
onCancel
crash by @rajdevkar in #827
New Contributors
- @rajdevkar made their first contribution in #827
Full Changelog: 5.0.3...5.0.4
5.0.3
What's Changed
- fix: disable modal confirm while wheel spinning by @henninghall in #824
- refactor: jsdoc typing, eslint, function components by @henninghall in #822
- chore: migrate scroll test from detox to maestro by @henninghall in #813
- chore: migrate invalid date tests from detox to maestro by @henninghall in #814
- chore: migrate wheel order test from detox to maestro by @henninghall in #816
- chore: remove detox leftovers by @henninghall in #817
- chore: update gh action build to node 18 by @henninghall in #823
- chore: disable flipper in example project by @henninghall in #825
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- fix:
buttonColor
prop not working with old RN architecture by @henninghall in #804 - chore: move display text tests from detox to maestro by @henninghall in #801
- chore: move mode tests from detox to maestro by @henninghall in #805
- chore: move modal and minuteInterval tests from detox to maestro by @henninghall in #803
Full Changelog: 5.0.1...5.0.2
5.0.1
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
How to upgrade
- No breaking javascript code changes.
- Typescript users: Remove props that's no longer supported.
Breaking
- Removed
androidVariant
prop. From now on onlynativeAndroid
variant is supported,iosClone
is removed. - Removed
fadeToColor
prop. No need for this sinceiosClone
variant is no longer supported. - Removed
dividerHeight
prop. No need for this sinceiosClone
variant is no longer supported. - Removed
textColor
prop. Usetheme
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 callediosClone
'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
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
What's Changed
- fix: Undefined is not a function / NativeModule.closePicker() error using old architecture by @MahmoudNafiseh in #782
New Contributors
- @MahmoudNafiseh made their first contribution in #782
Full Changelog: 4.4.0...4.4.1