Releases: pglejzer/timepicker-ui
Releases · pglejzer/timepicker-ui
2.6.1
[2.6.1] - 2022-11-17
Add
- added new value to the property
theme
calledm3
.
Themem3
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
[2.6.0] - 2022-11-16
Change
- changed invoke of
close()
method. These method has to invoke with double parenthesesclose()()
. 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
[2.5.0] - 2022-05-06
Change
- changed logic about
hour
andminutes
. Previous version used divs as buttons, the current version is usinginputs
instead divs. - removed
preventDefault
option, to useeditable
option is enough to set this option totrue
Add
- added
debounce
function to close/open timepicker
Fix
- fixed problem with
edtiable
options durning change hour/minutes on desktop/mobile
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
[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
Full Changelog: 2.3.0...2.4.0
2.3.0
Full Changelog: 2.2.4...2.3.0