Skip to content

Releases: pinguinjkeke/react-native-wheel-datepicker

Passing custom styles to Picker

10 Apr 10:42
Compare
Choose a tag to compare

Picker value types and DatePicker component control

03 Apr 14:15
Compare
Choose a tag to compare
  • Android Picker component now uses Integer and String as possible value (String added).
  • Update DatePicker state when it receiving new props (PR #16 by @xxsnakerxx)
  • Added order prop to DatePicker with ability to order date pickers (PR #16 by @xxsnakerxx)

Fix an extra year bug

05 Mar 09:07
Compare
Choose a tag to compare
  • Fixed a bug with adding extra year when you providing maxYear prop (PR #14 by @hedaktibo)

Register custom datepicker for iOS

04 Feb 19:25
Compare
Choose a tag to compare

Now it provides registerCustomDatePickerIOS method to register custom datepicker component for iOS

Check if something changing

22 Jan 12:44
Compare
Choose a tag to compare

Respect device density

11 Dec 06:46
Compare
Choose a tag to compare
  • textSize and itemSpace props are using device density now (PR #10 by @rvgroup)

ViewPropTypes everywhere!

24 Nov 08:41
Compare
Choose a tag to compare
  • Use ViewPropTypes with fallback in date picker too (not only in WheelCurvedPicker) (PR #7 by @Avid21)
  • Fix PickerItem falsy labels (0, false, null, etc) and back to .toString() method only when label is undefined (PR #7 by @Avid21)

Fix View propTypes

12 Nov 10:30
Compare
Choose a tag to compare
  • View.propTypes is deprecated since React Native 0.44.

Thanks @falsecz for PR and @mikaello for backwards compatibility fix.

Optimise styles and some refactoring

05 Nov 15:00
Compare
Choose a tag to compare
  • Pass textSize, textColor and itemSpace properties down to datepicker
  • Optimise some picker styles and remove styles that not used
  • Remove unused iOS itemStyle property from Android WheelCurvedPicker
  • Update demo application a bit

Fix nullable values

30 Oct 11:03
Compare
Choose a tag to compare
  • Fixed a bug with falsy picker values (PR #3 by @Avid21)