timepicker-ui 2.2.4 → 2.4.1

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,171 @@
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.1] - 2022-03-26
11
+
12
+ ### Add
13
+
14
+ - added new `currentTime` option
15
+
16
+ ### Fix
17
+
18
+ - fixed landscape on the mobile view
19
+
20
+ ### Update
21
+
22
+ - updated comments in code to methods/options to show properly descriptions in codes editors
23
+
24
+ ---
25
+
26
+ ## [2.4.0] - 2022-03-22
27
+
28
+ ### Add
29
+
30
+ - added new update method
31
+ - added new destroy method
32
+ - added new option `disabledTime` that allows to set to timepicker disabled time
33
+
34
+ ### Update
35
+
36
+ - updated a methods open, close with new parameters and callbacks
37
+
38
+ ---
39
+
40
+ ## [2.3.0] - 2022-03-05
41
+
42
+ ### Fix
43
+
44
+ - fixed problem with [switchToMinutesAfterSelectHour](https://github.com/pglejzer/timepicker-ui/issues/13) option
45
+ - fixed problem with [update](https://github.com/pglejzer/timepicker-ui/issues/12) event
46
+ - fixed problem with [animation](https://github.com/pglejzer/timepicker-ui/issues/11) option name
47
+ - fixed problem with [iconTemplete and iconTemplateMobile](https://github.com/pglejzer/timepicker-ui/issues/9) names
48
+ - fixed problem with [switching mobile/desktop view](https://github.com/pglejzer/timepicker-ui/issues/9)
49
+ - fixed problem to set options with data-attributes
50
+
51
+ ### Change
52
+
53
+ - changed option name from `selectLabelTime` to `labelTime`
54
+
55
+ ### Add
56
+
57
+ - added [UMD version](https://github.com/pglejzer/timepicker-ui/issues/8)
58
+ - added new options `mobileTimeLabel` to change time label on mobile version
59
+
60
+ ---
61
+
62
+ ## [2.2.3] - 2021-09-26
63
+
64
+ ### Update
65
+
66
+ - Update README.md and links
67
+
68
+ ---
69
+
70
+ ## [2.2.2] - 2021-09-25
71
+
72
+ ### Fixed
73
+
74
+ - Fixed hand circle SCSS on the crane mode
75
+ - Fixed am/om SCSS on the crane mode
76
+
77
+ ### Update
78
+
79
+ - Update typings, remove alomost all @ts-ignore and any types.
80
+
81
+ ---
82
+
83
+ ## [2.2.1] - 2021-09-24
84
+
85
+ ### Fixed
86
+
87
+ - Fixed scss with landscape version
88
+ - Fixed class active to hour/minutes
89
+
90
+ ---
91
+
92
+ ## [2.2.0] - 2021-09-23
93
+
94
+ ### Added
95
+
96
+ - Version 24h
97
+ - Input validation
98
+
99
+ ### Update
100
+
101
+ - Change scss styles
102
+ - Update types
103
+
104
+ ---
105
+
106
+ ## [2.1.1] - 2021-01-24
107
+
108
+ ### Fixed
109
+
110
+ - Fixed problem with transition
111
+
112
+ ---
113
+
114
+ ## [2.1.0] - 2021-01-24
115
+
116
+ ### Added
117
+
118
+ - Added new option <code>animated</code> to turn on/off animations on picker on start/close.
119
+ - Added new option <code>editable</code> to edit hour/minutes on the web mode.
120
+ - Added new option <code>preventDefault</code> to turn on/off defaults events to clock face events.
121
+
122
+ ### Change
123
+
124
+ - Change docs example
125
+ - Removed unnecessary option <code>inputTemplate</code> from options types.
126
+
127
+ ### Fixed
128
+
129
+ - Fixed problem with events on remove
130
+
131
+ ---
132
+
133
+ ## [2.0.2] - 2021-01-21
134
+
135
+ ### Fixed
136
+
137
+ - Fixed problem with close event.
138
+
139
+ ---
140
+
141
+ ## [2.0.1] - 2021-01-18
142
+
143
+ ### Fixed
144
+
145
+ - Fixed problem with keyboard icon click on mobile.
146
+
147
+ ---
148
+
149
+ ## [2.0.0] - 2021-01-17
150
+
151
+ ### Changed
152
+
153
+ - Everything was rewritten to TypeScript
154
+
155
+ ### Fixed
156
+
157
+ - Fixed problems with move events on mobile.
158
+
159
+ ---
160
+
161
+ ## [1.2.0] - 2020-11-05
162
+
163
+ ### Changed
164
+
165
+ - Fixed return values of <code>type</code> in the events
166
+
167
+ ### Added
168
+
169
+ - Added the possibility to have multiple open elements on init
170
+
171
+ [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0