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