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