Skip to content

Releases: troberts-28/react-native-timer-picker

Release v1.6.0

02 Mar 12:32
Compare
Choose a tag to compare
  • Add the ability to selectively disable each of the three pickers. This can be done with these three props:
    • hoursPickerIsDisabled
    • minutesPickerIsDisabled
    • secondsPickerIsDisabled
  • You can adjust the styling of a disabled picker with the style prop disabledPickerContainer. The default is {opacity: 0.4}.

Release v1.5.4

01 Mar 17:21
Compare
Choose a tag to compare
  • 💄 Fix overflow styling issue for labels.
  • 📝 Update example & README to demonstrate ability to modify width of picker container.

Release v1.5.3

06 Feb 10:52
Compare
Choose a tag to compare
  • Add navigation arrows to example
  • Update scroll offset on orientation change on example
  • Improve dev experience
  • Add contributing guide to README

Release v1.5.2

06 Feb 10:10
Compare
Choose a tag to compare
  • Make TimerPicker react to changes in initial values

Release v1.5.1

16 Jan 13:32
Compare
Choose a tag to compare
  • Remove incorrect custom style types that led to TypeScript errors when supplying correct custom styles.

Release v1.5.0

09 Jan 11:29
Compare
Choose a tag to compare
  • Expose the allowFontScaling prop to make it possible to enable/disable scaling of font in picker due to accessibility settings (disabled by default).
  • Add proper typing of TimerPickerModal custom style props.

Release v1.4.0

27 Dec 09:23
Compare
Choose a tag to compare
  • Add 12-hour option with flexible AM/PM label.
  • Improve default styling consistency.
  • Update documentation and examples to highlight new features.

Release v1.3.0

04 Dec 13:22
Compare
Choose a tag to compare
  • Improve responsiveness of confirmed duration in modal. Now always gets the latest value on clicking confirm, even if the input is still scrolling.
  • Improve naming of internal functions for readability.
  • Remove promise of web support in README.

Patch v1.2.11

09 Nov 19:22
Compare
Choose a tag to compare
  • Update docs to include Expo Snack

Patch v1.2.10

03 Nov 14:30
Compare
Choose a tag to compare
  • Fix fatal issue with old React versions in bare workflow
  • Swtich to react-native-bob-builder to fix build issues
  • Add a bare workflow example project for future testing