timepicker-ui 2.2.3 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,119 +1,153 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ---
9
-
10
- ## [2.2.32] - 2021-09-26
11
-
12
- ### Update
13
-
14
- - Update README.md and links
15
-
16
- ---
17
-
18
- ## [2.2.2] - 2021-09-25
19
-
20
- ### Fixed
21
-
22
- - Fixed hand circle SCSS on the crane mode
23
- - Fixed am/om SCSS on the crane mode
24
-
25
- ### Update
26
-
27
- - Update typings, remove alomost all @ts-ignore and any types.
28
-
29
- ---
30
-
31
- ## [2.2.1] - 2021-09-24
32
-
33
- ### Fixed
34
-
35
- - Fixed scss with landscape version
36
- - Fixed class active to hour/minutes
37
-
38
- ---
39
-
40
- ## [2.2.0] - 2021-09-23
41
-
42
- ### Added
43
-
44
- - Version 24h
45
- - Input validation
46
-
47
- ### Update
48
-
49
- - Change scss styles
50
- - Update types
51
-
52
- ---
53
-
54
- ## [2.1.1] - 2021-01-24
55
-
56
- ### Fixed
57
-
58
- - Fixed problem with transition
59
-
60
- ---
61
-
62
- ## [2.1.0] - 2021-01-24
63
-
64
- ### Added
65
-
66
- - Added new option <code>animated</code> to turn on/off animations on picker on start/close.
67
- - Added new option <code>editable</code> to edit hour/minutes on the web mode.
68
- - Added new option <code>preventDefault</code> to turn on/off defaults events to clock face events.
69
-
70
- ### Change
71
-
72
- - Change docs example
73
- - Removed unnecessary option <code>inputTemplate</code> from options types.
74
-
75
- ### Fixed
76
-
77
- - Fixed problem with events on remove
78
-
79
- ---
80
-
81
- ## [2.0.2] - 2021-01-21
82
-
83
- ### Fixed
84
-
85
- - Fixed problem with close event.
86
-
87
- ---
88
-
89
- ## [2.0.1] - 2021-01-18
90
-
91
- ### Fixed
92
-
93
- - Fixed problem with keyboard icon click on mobile.
94
-
95
- ---
96
-
97
- ## [2.0.0] - 2021-01-17
98
-
99
- ### Changed
100
-
101
- - Everything was rewritten to TypeScript
102
-
103
- ### Fixed
104
-
105
- - Fixed problems with move events on mobile.
106
-
107
- ---
108
-
109
- ## [1.2.0] - 2020-11-05
110
-
111
- ### Changed
112
-
113
- - Fixed return values of <code>type</code> in the events
114
-
115
- ### Added
116
-
117
- - Added the possibility to have multiple open elements on init
118
-
119
- [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ---
9
+
10
+ ## [2.4.0] - 2022-03-22
11
+
12
+ ### Add
13
+
14
+ - added new update method
15
+ - added new destroy method
16
+ - added new option `disabledTime` that allows to set to timepicker disabled time
17
+
18
+ ### Update
19
+
20
+ - updated a methods open, close with new parameters and callbacks
21
+
22
+ ## [2.3.0] - 2022-03-05
23
+
24
+ ### Fix
25
+
26
+ - fixed problem with [switchToMinutesAfterSelectHour](https://github.com/pglejzer/timepicker-ui/issues/13) option
27
+ - fixed problem with [update](https://github.com/pglejzer/timepicker-ui/issues/12) event
28
+ - fixed problem with [animation](https://github.com/pglejzer/timepicker-ui/issues/11) option name
29
+ - fixed problem with [iconTemplete and iconTemplateMobile](https://github.com/pglejzer/timepicker-ui/issues/9) names
30
+ - fixed problem with [switching mobile/desktop view](https://github.com/pglejzer/timepicker-ui/issues/9)
31
+ - fixed problem to set options with data-attributes
32
+
33
+ ### Change
34
+
35
+ - changed option name from `selectLabelTime` to `labelTime`
36
+
37
+ ### Add
38
+
39
+ - added [UMD version](https://github.com/pglejzer/timepicker-ui/issues/8)
40
+ - added new options `mobileTimeLabel` to change time label on mobile version
41
+
42
+ ---
43
+
44
+ ## [2.2.3] - 2021-09-26
45
+
46
+ ### Update
47
+
48
+ - Update README.md and links
49
+
50
+ ---
51
+
52
+ ## [2.2.2] - 2021-09-25
53
+
54
+ ### Fixed
55
+
56
+ - Fixed hand circle SCSS on the crane mode
57
+ - Fixed am/om SCSS on the crane mode
58
+
59
+ ### Update
60
+
61
+ - Update typings, remove alomost all @ts-ignore and any types.
62
+
63
+ ---
64
+
65
+ ## [2.2.1] - 2021-09-24
66
+
67
+ ### Fixed
68
+
69
+ - Fixed scss with landscape version
70
+ - Fixed class active to hour/minutes
71
+
72
+ ---
73
+
74
+ ## [2.2.0] - 2021-09-23
75
+
76
+ ### Added
77
+
78
+ - Version 24h
79
+ - Input validation
80
+
81
+ ### Update
82
+
83
+ - Change scss styles
84
+ - Update types
85
+
86
+ ---
87
+
88
+ ## [2.1.1] - 2021-01-24
89
+
90
+ ### Fixed
91
+
92
+ - Fixed problem with transition
93
+
94
+ ---
95
+
96
+ ## [2.1.0] - 2021-01-24
97
+
98
+ ### Added
99
+
100
+ - Added new option <code>animated</code> to turn on/off animations on picker on start/close.
101
+ - Added new option <code>editable</code> to edit hour/minutes on the web mode.
102
+ - Added new option <code>preventDefault</code> to turn on/off defaults events to clock face events.
103
+
104
+ ### Change
105
+
106
+ - Change docs example
107
+ - Removed unnecessary option <code>inputTemplate</code> from options types.
108
+
109
+ ### Fixed
110
+
111
+ - Fixed problem with events on remove
112
+
113
+ ---
114
+
115
+ ## [2.0.2] - 2021-01-21
116
+
117
+ ### Fixed
118
+
119
+ - Fixed problem with close event.
120
+
121
+ ---
122
+
123
+ ## [2.0.1] - 2021-01-18
124
+
125
+ ### Fixed
126
+
127
+ - Fixed problem with keyboard icon click on mobile.
128
+
129
+ ---
130
+
131
+ ## [2.0.0] - 2021-01-17
132
+
133
+ ### Changed
134
+
135
+ - Everything was rewritten to TypeScript
136
+
137
+ ### Fixed
138
+
139
+ - Fixed problems with move events on mobile.
140
+
141
+ ---
142
+
143
+ ## [1.2.0] - 2020-11-05
144
+
145
+ ### Changed
146
+
147
+ - Fixed return values of <code>type</code> in the events
148
+
149
+ ### Added
150
+
151
+ - Added the possibility to have multiple open elements on init
152
+
153
+ [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0