@creative-web-solution/front-library 7.1.47 → 7.1.49
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 +93 -123
- package/Events/MediaQueriesEvents.ts +228 -124
- package/Modules/Accordion/Tab.ts +49 -43
- package/Modules/Accordion/index.ts +60 -57
- package/README.md +1 -1
- package/Types/Accordion.d.ts +22 -16
- package/Types/EventsHelpers.d.ts +194 -156
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,290 +1,260 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 7.1.49
|
|
4
|
+
|
|
5
|
+
- [Accordion]: Fix bug when a tab is opened at start
|
|
6
|
+
|
|
7
|
+
## 7.1.48
|
|
8
|
+
|
|
9
|
+
- [MediaQueriesEvents]: Add position check function
|
|
10
|
+
|
|
3
11
|
## 7.1.47
|
|
4
12
|
|
|
5
|
-
|
|
13
|
+
- [Slider]: Fix bullet pager
|
|
6
14
|
|
|
7
15
|
## 7.1.46
|
|
8
16
|
|
|
9
|
-
|
|
17
|
+
- [Slider]: Fix bullet pager
|
|
10
18
|
|
|
11
19
|
## 7.1.45
|
|
12
20
|
|
|
13
|
-
|
|
14
|
-
|
|
21
|
+
- [Slider]: Fix type
|
|
22
|
+
- [DragSlider]: The feature that make slide outside viewport inert is tied to an option
|
|
15
23
|
|
|
16
24
|
## 7.1.44
|
|
17
25
|
|
|
18
|
-
|
|
26
|
+
- [SkinSelect]: Fix click handler on full skinned select
|
|
19
27
|
|
|
20
28
|
## 7.1.43
|
|
21
29
|
|
|
22
|
-
|
|
30
|
+
- [Validator]: Add max file size validation
|
|
23
31
|
|
|
24
32
|
## 7.1.42
|
|
25
33
|
|
|
26
|
-
|
|
34
|
+
- [Popin]: Add popin element in callback function param
|
|
27
35
|
|
|
28
36
|
## 7.1.41
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
- [Validator]: Add feature to cancel validation on a field. Do not validate a disabled field.
|
|
31
39
|
|
|
32
40
|
## 7.1.40
|
|
33
41
|
|
|
34
|
-
|
|
42
|
+
- [Slider]: Improve auto slide function
|
|
35
43
|
|
|
36
44
|
## 7.1.39
|
|
37
45
|
|
|
38
|
-
|
|
46
|
+
- [DragSlider]: Fix end positioning
|
|
39
47
|
|
|
40
48
|
## 7.1.38
|
|
41
49
|
|
|
42
|
-
|
|
50
|
+
- [Slider]: Handle popin inside the background layer
|
|
43
51
|
|
|
44
52
|
## 7.1.37
|
|
45
53
|
|
|
46
|
-
|
|
54
|
+
- [Validator]: Add specific event handling in live validation for input file.
|
|
47
55
|
|
|
48
56
|
## 7.1.36
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
- [DragSlider]: Fix end positioning when margin right and left are not equals
|
|
51
59
|
|
|
52
60
|
## 7.1.35
|
|
53
61
|
|
|
54
|
-
|
|
62
|
+
- [Accordion]: Rework
|
|
55
63
|
|
|
56
64
|
## 7.1.34
|
|
57
65
|
|
|
58
|
-
|
|
66
|
+
- [DragSlider]: Add new params to onChangeState callback
|
|
59
67
|
|
|
60
68
|
## 7.1.33
|
|
61
69
|
|
|
62
|
-
|
|
70
|
+
- [DragSlider]: Update delta computing
|
|
63
71
|
|
|
64
72
|
## 7.1.32
|
|
65
73
|
|
|
66
|
-
|
|
74
|
+
- [Autocomplete]: Fix Typescript type
|
|
67
75
|
|
|
68
76
|
## 7.1.31
|
|
69
77
|
|
|
70
|
-
|
|
71
|
-
|
|
78
|
+
- [DragSlider]: Fix the move range when using api
|
|
72
79
|
|
|
73
80
|
## 7.1.30
|
|
74
81
|
|
|
75
|
-
|
|
76
|
-
|
|
82
|
+
- [DragSlider]: Fix link cancellation
|
|
77
83
|
|
|
78
84
|
## 7.1.29
|
|
79
85
|
|
|
80
|
-
|
|
81
|
-
|
|
86
|
+
- [DragSlider]: Fix callback issue
|
|
82
87
|
|
|
83
88
|
## 7.1.28
|
|
84
89
|
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
- [YouTubePlayer]: Update types + use ready event to handle end of loading
|
|
87
91
|
|
|
88
92
|
## 7.1.27
|
|
89
93
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
- [Slider]: Remove gsap
|
|
95
|
+
- [DragSlider]
|
|
96
|
+
- Remove gsap
|
|
97
|
+
- Add accessibility feature
|
|
98
|
+
- Take last item margin in account
|
|
99
|
+
- Improvements
|
|
100
|
+
- [YouTubePlayer]: Update parameters doc
|
|
101
|
+
- [Popin]:
|
|
102
|
+
- Fix focus issue
|
|
103
|
+
- Handle background to be inside the popin
|
|
101
104
|
|
|
102
105
|
## 7.1.26
|
|
103
106
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
- Remove unused types
|
|
108
|
+
- Fix insert function
|
|
109
|
+
- Use $target instead of e.target in EventManager callbacks
|
|
108
110
|
|
|
109
111
|
## 7.1.25
|
|
110
112
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
- [Defer] Fix type
|
|
113
114
|
|
|
114
115
|
## 7.1.24
|
|
115
116
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
- [Gesture] Fix currentTarget
|
|
118
|
+
- [EventsManager] Callback signature harmonization
|
|
119
119
|
|
|
120
120
|
## 7.1.23
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
- [TransitionHelpers] Fix delay issue
|
|
124
123
|
|
|
125
124
|
## 7.1.22
|
|
126
125
|
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
- [Validator] Fix MultiRequired validator
|
|
129
127
|
|
|
130
128
|
## 7.1.21
|
|
131
129
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
130
|
+
- [Validator] Avoid registering the same validator several times
|
|
131
|
+
- [Validator] Add a function to remove a validator
|
|
135
132
|
|
|
136
133
|
## 7.1.20
|
|
137
134
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
135
|
+
- Remove legacy Modernizr addons
|
|
136
|
+
- Add CSSTween feature
|
|
137
|
+
- [DragSlider] Refacto GSAP
|
|
142
138
|
|
|
143
139
|
## 7.1.19
|
|
144
140
|
|
|
145
|
-
|
|
146
|
-
|
|
141
|
+
- [DragSlider] Fix variable init in goToItem
|
|
147
142
|
|
|
148
143
|
## 7.1.18
|
|
149
144
|
|
|
150
|
-
|
|
151
|
-
|
|
145
|
+
- [DragSlider] Expose some properties + allow item index in goToItem function
|
|
152
146
|
|
|
153
147
|
## 7.1.17
|
|
154
148
|
|
|
155
|
-
|
|
156
|
-
|
|
149
|
+
- [DragSlider] Rework + add refresh function
|
|
157
150
|
|
|
158
151
|
## 7.1.16
|
|
159
152
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
153
|
+
- Fix doc
|
|
154
|
+
- [DragSlider] Fix "first item reach start position" condition
|
|
163
155
|
|
|
164
156
|
## 7.1.15
|
|
165
157
|
|
|
166
|
-
|
|
167
|
-
|
|
158
|
+
- Fix type in `wait()` helper
|
|
168
159
|
|
|
169
160
|
## 7.1.14
|
|
170
161
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
162
|
+
- EventManager: Fix bug on array
|
|
163
|
+
- SkinSelect: Update title on select when dispatch event is off
|
|
174
164
|
|
|
175
165
|
## 7.1.13
|
|
176
166
|
|
|
177
|
-
|
|
178
|
-
|
|
167
|
+
- SkinSelect: Update fire event on select
|
|
179
168
|
|
|
180
169
|
## 7.1.12
|
|
181
170
|
|
|
182
|
-
|
|
183
|
-
|
|
171
|
+
- Validator: Use dayjs library to validate date
|
|
184
172
|
|
|
185
173
|
## 7.1.11
|
|
186
174
|
|
|
187
|
-
|
|
188
|
-
|
|
175
|
+
- Validator: Update `date` validator
|
|
189
176
|
|
|
190
177
|
## 7.1.10
|
|
191
178
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
179
|
+
- SelectSkin: Change selection feature, add:
|
|
180
|
+
- select( param: number | string | HTMLElement )
|
|
181
|
+
- selectByIndex( index: number )
|
|
182
|
+
- selectByOption( optionOrItem: HTMLElement )
|
|
183
|
+
- selectByValue( value: string | number )
|
|
198
184
|
|
|
199
185
|
## 7.1.9
|
|
200
186
|
|
|
201
|
-
|
|
202
|
-
|
|
187
|
+
- SelectSkin: Fix templating
|
|
203
188
|
|
|
204
189
|
## 7.1.7
|
|
205
190
|
|
|
206
|
-
|
|
207
|
-
|
|
191
|
+
- Typescript: Fix some type
|
|
208
192
|
|
|
209
193
|
## 7.1.6
|
|
210
194
|
|
|
211
|
-
|
|
212
|
-
|
|
195
|
+
- Minor fix
|
|
213
196
|
|
|
214
197
|
## 7.1.5
|
|
215
198
|
|
|
216
|
-
|
|
217
|
-
|
|
199
|
+
- Typescript: Fix some type
|
|
218
200
|
|
|
219
201
|
## 7.1.4
|
|
220
202
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
203
|
+
- Typescript: Fix tsify and browserify compatibility
|
|
204
|
+
- HistoryController: Remove UrlParser for window.URL
|
|
224
205
|
|
|
225
206
|
## 7.1.3
|
|
226
207
|
|
|
227
|
-
|
|
228
|
-
|
|
208
|
+
- Typescript: Fix some type
|
|
229
209
|
|
|
230
210
|
## 7.1.2
|
|
231
211
|
|
|
232
|
-
|
|
233
|
-
|
|
212
|
+
- Typescript: Fix some type
|
|
234
213
|
|
|
235
214
|
## 7.1.1
|
|
236
215
|
|
|
237
|
-
|
|
238
|
-
|
|
216
|
+
- Validator: Fix error message generation
|
|
239
217
|
|
|
240
218
|
## 7.1.0
|
|
241
219
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
220
|
+
- Typescript cleanup
|
|
221
|
+
- Remove micro templating modules
|
|
222
|
+
- Fix Validator missing files
|
|
245
223
|
|
|
246
224
|
**Compatibility warning:**
|
|
247
225
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
226
|
+
- SkinSelect: Change templating system
|
|
227
|
+
- Popin: Change templating system
|
|
228
|
+
- onImageLoad and onAllImagesLoad:
|
|
229
|
+
- Update function signature
|
|
230
|
+
- Update callback param from array to hash
|
|
254
231
|
|
|
255
232
|
## 7.0.7
|
|
256
233
|
|
|
257
|
-
|
|
258
|
-
|
|
234
|
+
- Add transition helpers function : `transitionWatcher`, `animationWatcher` and `killWatcher`
|
|
259
235
|
|
|
260
236
|
## 7.0.6
|
|
261
237
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
238
|
+
- onTransitionEnd: handle pseudo element and specific css property
|
|
239
|
+
- onAnimationEnd: handle pseudo element and specific animation name
|
|
240
|
+
- Popin: Fix typescript error
|
|
266
241
|
|
|
267
242
|
## 7.0.5
|
|
268
243
|
|
|
269
|
-
|
|
270
|
-
|
|
244
|
+
- ImageLoad: Fix bug
|
|
271
245
|
|
|
272
246
|
## 7.0.4
|
|
273
247
|
|
|
274
|
-
|
|
275
|
-
|
|
248
|
+
- Slider: Fix typescript error
|
|
276
249
|
|
|
277
250
|
## 7.0.3
|
|
278
251
|
|
|
279
|
-
|
|
280
|
-
|
|
252
|
+
- Add modules
|
|
281
253
|
|
|
282
254
|
## 7.0.2
|
|
283
255
|
|
|
284
|
-
|
|
285
|
-
|
|
256
|
+
- EventsManager: Fix event delegation
|
|
286
257
|
|
|
287
258
|
## 7.0.1
|
|
288
259
|
|
|
289
260
|
Move to TypeScript
|
|
290
|
-
|