Skip to content

Releases: pglejzer/timepicker-ui

2.6.1

17 Nov 19:06
e87fff1
Compare
Choose a tag to compare

[2.6.1] - 2022-11-17

Add

  • added new value to the property theme called m3.
    Theme m3 based on the new Material Design v3. Material Design 3 is still not release in offical version for WEB but you can use it if you want.
    There is new version of Material Design 3.
    If new version M3 will be released this design will get improve.

2.6.0

16 Nov 21:44
208922e
Compare
Choose a tag to compare

[2.6.0] - 2022-11-16

Change

  • changed invoke of close() method. These method has to invoke with double parentheses close()(). The first parentheses doesn't have any parameters, the second has the same what had in the previous method.

Add

  • added delayHandler prop to avoid delay on buttons

Fix

  • fixed problem with 0NaN error when using touch input. Thanks to @grizzlymannn

2.5.0

06 May 19:11
Compare
Choose a tag to compare

[2.5.0] - 2022-05-06

Change

  • changed logic about hour and minutes. Previous version used divs as buttons, the current version is using inputs instead divs.
  • removed preventDefault option, to use editable option is enough to set this option to true

Add

  • added debounce function to close/open timepicker

Fix

  • fixed problem with edtiable options durning change hour/minutes on desktop/mobile

2.4.5

02 Apr 12:16
Compare
Choose a tag to compare

[2.4.5] - 2022-04-02

Fix

  • fixed unnecessary change code to disableTime

2.4.4

02 Apr 09:58
Compare
Choose a tag to compare

[2.4.4] - 2022-04-02

Fix

  • fixed problem with focusTrap with React about eval error

2.4.3

02 Apr 08:53
Compare
Choose a tag to compare

[2.4.3] - 2022-04-02

Fix

  • fixed problem with minutes option in currentTime

Add

  • added focusTrap to turn off/on focus traping on picker. The default value is set to true
  • added possibility to open picker by click enter if input is focused

2.4.2

29 Mar 17:21
Compare
Choose a tag to compare

[2.4.2] - 2022-03-29

Fix

  • fixed problem with currentTime about displaying wrong hour in the picker
  • fixed problem with editable option when switch during desktop/mobile options

Add

  • added OptionTypes to allows to import types from package

2.4.1

26 Mar 09:20
Compare
Choose a tag to compare

[2.4.1] - 2022-03-26

Add

  • added new currentTime option

Fix

  • fixed landscape on the mobile view

Update

  • updated comments in code to methods/options to show properly descriptions in codes editors

Full Changelog: 2.4.0...2.4.1

2.4.0

22 Mar 15:18
Compare
Choose a tag to compare

Full Changelog: 2.3.0...2.4.0

2.3.0

05 Mar 19:19
Compare
Choose a tag to compare

Full Changelog: 2.2.4...2.3.0