sweetalert2 11.4.6 → 11.4.9

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 DELETED
@@ -1,2328 +0,0 @@
1
- ## [11.4.6](https://github.com/sweetalert2/sweetalert2/compare/v11.4.5...v11.4.6) (2022-03-19)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **types:** customClass can be also a string ([27e9282](https://github.com/sweetalert2/sweetalert2/commit/27e9282b743babab7631938c2394482c24d4755f)), closes [#2411](https://github.com/sweetalert2/sweetalert2/issues/2411)
7
-
8
- ## [11.4.5](https://github.com/sweetalert2/sweetalert2/compare/v11.4.4...v11.4.5) (2022-03-17)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * rm cspell, it takes too long to install ([c39de26](https://github.com/sweetalert2/sweetalert2/commit/c39de260c70c7faf5b450d4c03fd7ea16cdb24db))
14
-
15
- ## [11.4.4](https://github.com/sweetalert2/sweetalert2/compare/v11.4.3...v11.4.4) (2022-02-21)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * complete the promise when calling showValidationMessage() inside preConfirm ([#2409](https://github.com/sweetalert2/sweetalert2/issues/2409)) ([e2384a6](https://github.com/sweetalert2/sweetalert2/commit/e2384a68b8b9edf37b60c33916044c8d2539ab7b))
21
-
22
- ## [11.4.3](https://github.com/sweetalert2/sweetalert2/compare/v11.4.2...v11.4.3) (2022-02-21)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * ignore keydown during IME composition ([#2408](https://github.com/sweetalert2/sweetalert2/issues/2408)) ([402bc8c](https://github.com/sweetalert2/sweetalert2/commit/402bc8cf8d0f823051cac1bd8f23c0feb3493239))
28
-
29
- ## [11.4.2](https://github.com/sweetalert2/sweetalert2/compare/v11.4.1...v11.4.2) (2022-02-20)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * arrow keys when there are Confirm and Cancel buttons ([95f3632](https://github.com/sweetalert2/sweetalert2/commit/95f363211277c53c261b5cd884d24ec2742909b5))
35
-
36
- ## [11.4.1](https://github.com/sweetalert2/sweetalert2/compare/v11.4.0...v11.4.1) (2022-02-19)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * isModal() to return true only if .swal2-shown is set on body ([#2405](https://github.com/sweetalert2/sweetalert2/issues/2405)) ([e0f2240](https://github.com/sweetalert2/sweetalert2/commit/e0f2240c7c936f38695debd34d04188612bfb4c1))
42
-
43
- # [11.4.0](https://github.com/sweetalert2/sweetalert2/compare/v11.3.10...v11.4.0) (2022-02-06)
44
-
45
-
46
- ### Features
47
-
48
- * add customClass.timerProgressBar ([#2401](https://github.com/sweetalert2/sweetalert2/issues/2401)) ([929359b](https://github.com/sweetalert2/sweetalert2/commit/929359b7afa5d6401afa9128869b47ebd5733781))
49
-
50
- ## [11.3.10](https://github.com/sweetalert2/sweetalert2/compare/v11.3.9...v11.3.10) (2022-01-26)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * revert mistakenly deleted replace-in-file ([6c728fd](https://github.com/sweetalert2/sweetalert2/commit/6c728fdfc4b11e58c690c1ad0120a302941885fc))
56
-
57
- ## [11.3.9](https://github.com/sweetalert2/sweetalert2/compare/v11.3.8...v11.3.9) (2022-01-26)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * remove type="module" from package.json ([0ae493b](https://github.com/sweetalert2/sweetalert2/commit/0ae493b808400bc2f9dc68a2a6b9a1ef5c6b3050))
63
- * remove type="module" from package.json before building dist ([#2397](https://github.com/sweetalert2/sweetalert2/issues/2397)) ([1968d8b](https://github.com/sweetalert2/sweetalert2/commit/1968d8b5f446f950d3dff214e25f6db3ecaef51e))
64
-
65
- ## [11.3.8](https://github.com/sweetalert2/sweetalert2/compare/v11.3.7...v11.3.8) (2022-01-26)
66
-
67
-
68
- ### Bug Fixes
69
-
70
- * use ESM modules for dev/build tools ([1b182e6](https://github.com/sweetalert2/sweetalert2/commit/1b182e6b04ec847ffbb040f10a4a8d4194daed4c))
71
-
72
- ## [11.3.7](https://github.com/sweetalert2/sweetalert2/compare/v11.3.6...v11.3.7) (2022-01-26)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * allowEnterKey when input is set ([#2388](https://github.com/sweetalert2/sweetalert2/issues/2388)) ([a71c73f](https://github.com/sweetalert2/sweetalert2/commit/a71c73f7f473c834a602e948ab94590b0b3c245a))
78
-
79
- ## [11.3.6](https://github.com/sweetalert2/sweetalert2/compare/v11.3.5...v11.3.6) (2022-01-17)
80
-
81
-
82
- ### Bug Fixes
83
-
84
- * add types to getTemplateParams.js ([7a48d60](https://github.com/sweetalert2/sweetalert2/commit/7a48d60013db62d0d7862bda334c84754dd6c899))
85
-
86
- ## [11.3.5](https://github.com/sweetalert2/sweetalert2/compare/v11.3.4...v11.3.5) (2022-01-13)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * throw error when returnInputValueOnDeny is used without input ([#2381](https://github.com/sweetalert2/sweetalert2/issues/2381)) ([a09fc87](https://github.com/sweetalert2/sweetalert2/commit/a09fc870a9aef8bfb257c3d0dd81a1cd667d3785))
92
-
93
- ## [11.3.4](https://github.com/sweetalert2/sweetalert2/compare/v11.3.3...v11.3.4) (2022-01-07)
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * grammar with cspell + add some types ([#2379](https://github.com/sweetalert2/sweetalert2/issues/2379)) ([c986e40](https://github.com/sweetalert2/sweetalert2/commit/c986e4028874cf1b8cd1622ead15086353fcfe79))
99
-
100
- ## [11.3.3](https://github.com/sweetalert2/sweetalert2/compare/v11.3.2...v11.3.3) (2022-01-01)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * getInput() ([#2376](https://github.com/sweetalert2/sweetalert2/issues/2376)) ([f308103](https://github.com/sweetalert2/sweetalert2/commit/f3081037492ccb546c0b8ce1d9195907c0161c87))
106
-
107
- ## [11.3.2](https://github.com/sweetalert2/sweetalert2/compare/v11.3.1...v11.3.2) (2021-12-30)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * enable type checking ([#2373](https://github.com/sweetalert2/sweetalert2/issues/2373)) ([1f052ba](https://github.com/sweetalert2/sweetalert2/commit/1f052baf691b185ee84752424b95826eda991da6))
113
-
114
- ## [11.3.1](https://github.com/sweetalert2/sweetalert2/compare/v11.3.0...v11.3.1) (2021-12-28)
115
-
116
-
117
- ### Bug Fixes
118
-
119
- * move _main() to class SweetAlert ([#2372](https://github.com/sweetalert2/sweetalert2/issues/2372)) ([bb11ce2](https://github.com/sweetalert2/sweetalert2/commit/bb11ce23ba6a57a64ad515ec03f844278ed95948))
120
-
121
- # [11.3.0](https://github.com/sweetalert2/sweetalert2/compare/v11.2.2...v11.3.0) (2021-12-05)
122
-
123
-
124
- ### Features
125
-
126
- * add color param ([#2362](https://github.com/sweetalert2/sweetalert2/issues/2362)) ([e845d9e](https://github.com/sweetalert2/sweetalert2/commit/e845d9e5b5c080161a37e5dfd954b1fa2b553e7a))
127
-
128
- ## [11.2.2](https://github.com/sweetalert2/sweetalert2/compare/v11.2.1...v11.2.2) (2021-12-03)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * detecting toast so removePopupAndResetState() would work properly ([#2360](https://github.com/sweetalert2/sweetalert2/issues/2360)) ([afef35a](https://github.com/sweetalert2/sweetalert2/commit/afef35a291f389fdbed414b8de028382e8458e0a))
134
-
135
- ## [11.2.1](https://github.com/sweetalert2/sweetalert2/compare/v11.2.0...v11.2.1) (2021-11-25)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * **a11y:** buttons contrast ratio 4.5 ([#2355](https://github.com/sweetalert2/sweetalert2/issues/2355)) ([e18760b](https://github.com/sweetalert2/sweetalert2/commit/e18760b82d978b61bd295ceae56d3d00e804a17a))
141
-
142
- # [11.2.0](https://github.com/sweetalert2/sweetalert2/compare/v11.1.10...v11.2.0) (2021-11-20)
143
-
144
-
145
- ### Features
146
-
147
- * add new animation for question, info and warning mark ([#2351](https://github.com/sweetalert2/sweetalert2/issues/2351)) ([c5d8b68](https://github.com/sweetalert2/sweetalert2/commit/c5d8b681197575cc73509448bd2e824bcf27372d))
148
-
149
- ## [11.1.10](https://github.com/sweetalert2/sweetalert2/compare/v11.1.9...v11.1.10) (2021-11-08)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * reverse buttons in toasts ([#2344](https://github.com/sweetalert2/sweetalert2/issues/2344)) ([36eb14d](https://github.com/sweetalert2/sweetalert2/commit/36eb14dd407009b1dd2edceef53313807ade5f63))
155
-
156
- ## [11.1.9](https://github.com/sweetalert2/sweetalert2/compare/v11.1.8...v11.1.9) (2021-10-16)
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * handle the rejection of the initial Swal when chaining multiple Swal inside preConfirm ([#2335](https://github.com/sweetalert2/sweetalert2/issues/2335)) ([84e2e55](https://github.com/sweetalert2/sweetalert2/commit/84e2e55bbbaa9cd1fac0c65f21e63e2c0ecee59e))
162
-
163
- ## [11.1.8](https://github.com/sweetalert2/sweetalert2/compare/v11.1.7...v11.1.8) (2021-10-14)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * preConfirm & preDeny promise rejections rejects the main Swal.fire promise ([#2334](https://github.com/sweetalert2/sweetalert2/issues/2334)) ([040b7a9](https://github.com/sweetalert2/sweetalert2/commit/040b7a9beec3da92561462b0dcb307b521464338))
169
-
170
- ## [11.1.7](https://github.com/sweetalert2/sweetalert2/compare/v11.1.6...v11.1.7) (2021-09-22)
171
-
172
-
173
- ### Bug Fixes
174
-
175
- * buttons outline for toasts ([a51814f](https://github.com/sweetalert2/sweetalert2/commit/a51814f38fe0b674d76292e7c826e50560cedc2c))
176
-
177
- ## [11.1.6](https://github.com/sweetalert2/sweetalert2/compare/v11.1.5...v11.1.6) (2021-09-19)
178
-
179
-
180
- ### Bug Fixes
181
-
182
- * improve toasts styles ([afb7942](https://github.com/sweetalert2/sweetalert2/commit/afb7942740bdd53385d1cd9249d726fcdc9be258))
183
-
184
- ## [11.1.5](https://github.com/sweetalert2/sweetalert2/compare/v11.1.4...v11.1.5) (2021-09-07)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * get rid of workabound for bottom gap in Firefox, fix it properly ([#2317](https://github.com/sweetalert2/sweetalert2/issues/2317)) ([7857b9e](https://github.com/sweetalert2/sweetalert2/commit/7857b9eb6f88066864bb1fe1a9271e233007faca))
190
-
191
- ## [11.1.4](https://github.com/sweetalert2/sweetalert2/compare/v11.1.3...v11.1.4) (2021-08-19)
192
-
193
-
194
- ### Bug Fixes
195
-
196
- * **docs:** `html` precides over `text` ([5084d76](https://github.com/sweetalert2/sweetalert2/commit/5084d761686ed7fb9c5a1882c7a3811bf6bbd599)), closes [#2312](https://github.com/sweetalert2/sweetalert2/issues/2312)
197
-
198
- ## [11.1.3](https://github.com/sweetalert2/sweetalert2/compare/v11.1.2...v11.1.3) (2021-08-18)
199
-
200
-
201
- ### Bug Fixes
202
-
203
- * remove hardcoded max-width from input='number' ([b186823](https://github.com/sweetalert2/sweetalert2/commit/b186823674bd097b9f2cc136f36d5367a31e3894))
204
-
205
- ## [11.1.2](https://github.com/sweetalert2/sweetalert2/compare/v11.1.1...v11.1.2) (2021-08-03)
206
-
207
-
208
- ### Bug Fixes
209
-
210
- * **types:** add missing updatable parameters ([#2304](https://github.com/sweetalert2/sweetalert2/issues/2304)) ([317f826](https://github.com/sweetalert2/sweetalert2/commit/317f8265f7c05d27d4151ec1c13b5f866feb134e))
211
-
212
- ## [11.1.1](https://github.com/sweetalert2/sweetalert2/compare/v11.1.0...v11.1.1) (2021-08-03)
213
-
214
-
215
- ### Bug Fixes
216
-
217
- * unsetting `aria-hidden="true"` when modal is called twice ([#2306](https://github.com/sweetalert2/sweetalert2/issues/2306)) ([64223a7](https://github.com/sweetalert2/sweetalert2/commit/64223a7bad995c9d760df2d6c58ffc906c5a7d5a))
218
-
219
- # [11.1.0](https://github.com/sweetalert2/sweetalert2/compare/v11.0.20...v11.1.0) (2021-07-30)
220
-
221
-
222
- ### Features
223
-
224
- * make preConfirm and preDeny updatable ([#2300](https://github.com/sweetalert2/sweetalert2/issues/2300)) ([e04ba05](https://github.com/sweetalert2/sweetalert2/commit/e04ba0569bbe3a2a3d4e83f20d5fd4832ac1b10f))
225
-
226
- ## [11.0.20](https://github.com/sweetalert2/sweetalert2/compare/v11.0.19...v11.0.20) (2021-07-23)
227
-
228
-
229
- ### Bug Fixes
230
-
231
- * overflowing children of html-container ([#2295](https://github.com/sweetalert2/sweetalert2/issues/2295)) ([f2724f3](https://github.com/sweetalert2/sweetalert2/commit/f2724f3cccc43ec154d57a87ac26f17788eafaef))
232
- * **scss:** add $swal2-color variable ([10745a7](https://github.com/sweetalert2/sweetalert2/commit/10745a72a54ae45eef5752a5e34576deeb938b26))
233
-
234
- ## [11.0.19](https://github.com/sweetalert2/sweetalert2/compare/v11.0.18...v11.0.19) (2021-07-19)
235
-
236
-
237
- ### Bug Fixes
238
-
239
- * modal width with textarea inside ([#2293](https://github.com/sweetalert2/sweetalert2/issues/2293)) ([c1aa615](https://github.com/sweetalert2/sweetalert2/commit/c1aa6155ea12a55b4a4d01b3a7bbd0354389e703))
240
-
241
- ## [11.0.18](https://github.com/sweetalert2/sweetalert2/compare/v11.0.17...v11.0.18) (2021-06-20)
242
-
243
-
244
- ### Bug Fixes
245
-
246
- * disable pointer-events for toast container ([#2278](https://github.com/sweetalert2/sweetalert2/issues/2278)) ([08defbf](https://github.com/sweetalert2/sweetalert2/commit/08defbf1d7040d94bbfabf52d1ad074d98ac7474))
247
-
248
- ## [11.0.17](https://github.com/sweetalert2/sweetalert2/compare/v11.0.16...v11.0.17) (2021-06-11)
249
-
250
-
251
- ### Bug Fixes
252
-
253
- * aria-describedby expects ID ([#2274](https://github.com/sweetalert2/sweetalert2/issues/2274)) ([68e6ce7](https://github.com/sweetalert2/sweetalert2/commit/68e6ce73bd243742568783899097ce730a746193))
254
-
255
- ## [11.0.16](https://github.com/sweetalert2/sweetalert2/compare/v11.0.15...v11.0.16) (2021-05-30)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * warning for allowOutsideClick ([#2270](https://github.com/sweetalert2/sweetalert2/issues/2270)) ([fbe52c3](https://github.com/sweetalert2/sweetalert2/commit/fbe52c3d7db88c9806477470439c9f3850dbe15b))
261
-
262
- ## [11.0.15](https://github.com/sweetalert2/sweetalert2/compare/v11.0.14...v11.0.15) (2021-05-29)
263
-
264
-
265
- ### Bug Fixes
266
-
267
- * **types:** add missing types for Swal.getContainer() ([5b87ee7](https://github.com/sweetalert2/sweetalert2/commit/5b87ee7fa8fd8f754add8d52aa7739e1bd62563c))
268
-
269
- ## [11.0.14](https://github.com/sweetalert2/sweetalert2/compare/v11.0.13...v11.0.14) (2021-05-29)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * **safari:** purge container instead of removing it ([#2268](https://github.com/sweetalert2/sweetalert2/issues/2268)) ([5559256](https://github.com/sweetalert2/sweetalert2/commit/5559256ff407c31f05407de76bc5eb1b5f26fc6a))
275
-
276
- ## [11.0.13](https://github.com/sweetalert2/sweetalert2/compare/v11.0.12...v11.0.13) (2021-05-29)
277
-
278
-
279
- ### Bug Fixes
280
-
281
- * scroll textarea in iOS ([#2267](https://github.com/sweetalert2/sweetalert2/issues/2267)) ([a14bdc0](https://github.com/sweetalert2/sweetalert2/commit/a14bdc0fda91944fd1e70d562a2158145c20d1ee))
282
-
283
- ## [11.0.12](https://github.com/sweetalert2/sweetalert2/compare/v11.0.11...v11.0.12) (2021-05-27)
284
-
285
-
286
- ### Bug Fixes
287
-
288
- * show loading while waiting for inputValue promise ([#2260](https://github.com/sweetalert2/sweetalert2/issues/2260)) ([3cf8608](https://github.com/sweetalert2/sweetalert2/commit/3cf86082fde05db742e66648679126477c530931))
289
-
290
- ## [11.0.11](https://github.com/sweetalert2/sweetalert2/compare/v11.0.10...v11.0.11) (2021-05-23)
291
-
292
-
293
- ### Bug Fixes
294
-
295
- * follow-up for [#2258](https://github.com/sweetalert2/sweetalert2/issues/2258) ([450fdfd](https://github.com/sweetalert2/sweetalert2/commit/450fdfdd4feba757f3aa818920bc1b90d6c4bb13))
296
-
297
- ## [11.0.10](https://github.com/sweetalert2/sweetalert2/compare/v11.0.9...v11.0.10) (2021-05-23)
298
-
299
-
300
- ### Bug Fixes
301
-
302
- * disable pointer-events on .swal2-container when backdrop: false ([#2258](https://github.com/sweetalert2/sweetalert2/issues/2258)) ([4619c23](https://github.com/sweetalert2/sweetalert2/commit/4619c239d42f203a9a71fd3acb2adcc7efc6f4d6))
303
-
304
- ## [11.0.9](https://github.com/sweetalert2/sweetalert2/compare/v11.0.8...v11.0.9) (2021-05-21)
305
-
306
-
307
- ### Bug Fixes
308
-
309
- * this in lifecycle hooks ([#2256](https://github.com/sweetalert2/sweetalert2/issues/2256)) ([959e103](https://github.com/sweetalert2/sweetalert2/commit/959e103b4d8b296f51fed4c0780c5af3a1d54071))
310
-
311
- ## [11.0.8](https://github.com/sweetalert2/sweetalert2/compare/v11.0.7...v11.0.8) (2021-05-19)
312
-
313
-
314
- ### Bug Fixes
315
-
316
- * **scss:** add $swal2-html-container-word-break ([fa966dd](https://github.com/sweetalert2/sweetalert2/commit/fa966dd0aa40529363c4a16423ede6e5bc5bf54b))
317
-
318
- ## [11.0.7](https://github.com/sweetalert2/sweetalert2/compare/v11.0.6...v11.0.7) (2021-05-17)
319
-
320
-
321
- ### Bug Fixes
322
-
323
- * do not build for old browsers ([#2251](https://github.com/sweetalert2/sweetalert2/issues/2251)) ([d769162](https://github.com/sweetalert2/sweetalert2/commit/d76916219eb10e3e368398078812806cc5f044aa))
324
-
325
- ## [11.0.6](https://github.com/sweetalert2/sweetalert2/compare/v11.0.5...v11.0.6) (2021-05-17)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * do not use runIfFunction() helper for document.activeElement.blur() ([fc8f893](https://github.com/sweetalert2/sweetalert2/commit/fc8f893791e235691c63dac0d3776fe41f274cca)), closes [#2250](https://github.com/sweetalert2/sweetalert2/issues/2250)
331
-
332
- ## [11.0.5](https://github.com/sweetalert2/sweetalert2/compare/v11.0.4...v11.0.5) (2021-05-16)
333
-
334
-
335
- ### Bug Fixes
336
-
337
- * add scss variables for .swal2-title ([a280885](https://github.com/sweetalert2/sweetalert2/commit/a280885165fb0d3db218b8e90f32beb6e4e8ebf9))
338
-
339
- ## [11.0.4](https://github.com/sweetalert2/sweetalert2/compare/v11.0.3...v11.0.4) (2021-05-16)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * progress steps margin ([7a105ca](https://github.com/sweetalert2/sweetalert2/commit/7a105caec7c92e3b06c192c4f1167a572d8f441c))
345
-
346
- ## [11.0.3](https://github.com/sweetalert2/sweetalert2/compare/v11.0.2...v11.0.3) (2021-05-16)
347
-
348
-
349
- ### Bug Fixes
350
-
351
- * bottom gap ([eafe992](https://github.com/sweetalert2/sweetalert2/commit/eafe992a8ac362b46611b3ac0e7670b8f718e8ac))
352
-
353
- ## [11.0.2](https://github.com/sweetalert2/sweetalert2/compare/v11.0.1...v11.0.2) (2021-05-16)
354
-
355
-
356
- ### Bug Fixes
357
-
358
- * returnInputValueOnDeny + inputValidator ([#2248](https://github.com/sweetalert2/sweetalert2/issues/2248)) ([ce83192](https://github.com/sweetalert2/sweetalert2/commit/ce83192649c40d93d95c513558c7fb9e62af0ddb))
359
-
360
- ## [11.0.1](https://github.com/sweetalert2/sweetalert2/compare/v11.0.0...v11.0.1) (2021-05-16)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * footer horizontal padding ([b1d623d](https://github.com/sweetalert2/sweetalert2/commit/b1d623d70fac5e607d5252105ee40229c6755ade))
366
- * width: 100% ([#2247](https://github.com/sweetalert2/sweetalert2/issues/2247)) ([6313681](https://github.com/sweetalert2/sweetalert2/commit/6313681ab6bbc12b73d68c53579cb4e14b893a7e))
367
-
368
- # [11.0.0](https://github.com/sweetalert2/sweetalert2/compare/v10.16.7...v11.0.0) (2021-05-14)
369
-
370
-
371
- ### Bug Fixes
372
-
373
- * container layout for mobile devices ([#2244](https://github.com/sweetalert2/sweetalert2/issues/2244)) ([0fffeda](https://github.com/sweetalert2/sweetalert2/commit/0fffedaa3fc4af1789b54eb6f4411fc02bbde6e9))
374
- * popup centering in Safari ([#2242](https://github.com/sweetalert2/sweetalert2/issues/2242)) ([e86d208](https://github.com/sweetalert2/sweetalert2/commit/e86d208c9f8cbed420b8255bd9c75c59e9cb248b))
375
-
376
-
377
- * BREAKING CHANGE: move loader in toasts to the left side, replacing the icon (#2240) ([3ec9fae](https://github.com/sweetalert2/sweetalert2/commit/3ec9faec59ad2fc6b67a96161b83cac34786b1a1)), closes [#2240](https://github.com/sweetalert2/sweetalert2/issues/2240)
378
- * BREAKING CHANGE: switch container to CSS Grid Layout (#2239) ([706665d](https://github.com/sweetalert2/sweetalert2/commit/706665d42075c6033a07c443fc97e98c02e37541)), closes [#2239](https://github.com/sweetalert2/sweetalert2/issues/2239)
379
- * BREAKING CHANGE: change toast layout (#2238) ([ce5cad7](https://github.com/sweetalert2/sweetalert2/commit/ce5cad7eec118ce569a0fc894830fc0bf99506c0)), closes [#2238](https://github.com/sweetalert2/sweetalert2/issues/2238)
380
- * BREAKING CHANGE: switch to CSS Grid Layout (#2237) ([8d8253a](https://github.com/sweetalert2/sweetalert2/commit/8d8253aaf9c0190ff7925c85e843d8594ca9a7da)), closes [#2237](https://github.com/sweetalert2/sweetalert2/issues/2237)
381
- * BREAKING CHANGE: remove .swal2-header and .swal2-content (#2232) ([18adb8b](https://github.com/sweetalert2/sweetalert2/commit/18adb8b7911caba104d4fd299195dcbed58eea34)), closes [#2232](https://github.com/sweetalert2/sweetalert2/issues/2232)
382
- * BREAKING CHANGE: remove deprecated animation param ([19d1efe](https://github.com/sweetalert2/sweetalert2/commit/19d1efe37f0198c9054650ef65d1656077739ff8))
383
- * BREAKING CHANGE: remove deprecated lifecycle hooks ([ed84b89](https://github.com/sweetalert2/sweetalert2/commit/ed84b898ddad1cf5940a2d0db0b88b00844ce78e))
384
- * BREAKING CHANGE: remove .queue() (close #2229) ([fec7977](https://github.com/sweetalert2/sweetalert2/commit/fec797717b03119f79db97adf5fe7f8593d4ae8a)), closes [#2229](https://github.com/sweetalert2/sweetalert2/issues/2229)
385
- * BREAKING CHANGE: Drop IE11 and old Edge support (#2191) ([c0421e5](https://github.com/sweetalert2/sweetalert2/commit/c0421e5002531d8a4bda8eb3276f7ffb0060ab01)), closes [#2191](https://github.com/sweetalert2/sweetalert2/issues/2191)
386
- * BREAKING CHANGE: Update btn colors (#2227) ([0dd06d9](https://github.com/sweetalert2/sweetalert2/commit/0dd06d94bb336efa05521b31977254045641417f)), closes [#2227](https://github.com/sweetalert2/sweetalert2/issues/2227)
387
-
388
-
389
- ### BREAKING CHANGES
390
-
391
- * move loader in toasts to the left side, replacing the icon
392
- * switch container to CSS Grid Layout
393
- * change toast layout
394
- * switch to CSS Grid Layout
395
- * remove .swal2-header and .swal2-content
396
-
397
- * Remove position: absolute from close button
398
- * remove deprecated animation param
399
- * remove deprecated lifecycle hooks
400
- * remove .queue()
401
- * Drop IE11 and old Edge support (#2191)
402
- * Update btn colors
403
-
404
- ## [10.16.7](https://github.com/sweetalert2/sweetalert2/compare/v10.16.6...v10.16.7) (2021-05-02)
405
-
406
-
407
- ### Bug Fixes
408
-
409
- * deprecate .queue() method, connected to [#2229](https://github.com/sweetalert2/sweetalert2/issues/2229) ([11ee2ed](https://github.com/sweetalert2/sweetalert2/commit/11ee2ed4ab2fb96a0a41e73a365a08cbbc715358))
410
-
411
- ## [10.16.6](https://github.com/sweetalert2/sweetalert2/compare/v10.16.5...v10.16.6) (2021-04-22)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * prevent shrinking of radio/checkbox inputs ([5150086](https://github.com/sweetalert2/sweetalert2/commit/5150086bd3224f3bbb6e67ece08fd2c3d994253c))
417
-
418
- ## [10.16.5](https://github.com/sweetalert2/sweetalert2/compare/v10.16.4...v10.16.5) (2021-04-20)
419
-
420
-
421
- ### Bug Fixes
422
-
423
- * showClass/hideClass passed via .mixin() should be treated the same as passed via .fire() ([#2179](https://github.com/sweetalert2/sweetalert2/issues/2179)) ([d228741](https://github.com/sweetalert2/sweetalert2/commit/d228741b9d406cbec2f9d6dd3a4efab5d25d317d))
424
-
425
- ## [10.16.4](https://github.com/sweetalert2/sweetalert2/compare/v10.16.3...v10.16.4) (2021-04-19)
426
-
427
-
428
- ### Bug Fixes
429
-
430
- * remove horizontal padding for .swal2-actions ([446e7b5](https://github.com/sweetalert2/sweetalert2/commit/446e7b578058a9ecfb023f5fb09248648d7a6cb1))
431
- * trim string params from <template> ([e779812](https://github.com/sweetalert2/sweetalert2/commit/e779812a9c5767d94b1d74632b3a133ec342816b))
432
- * use display: block for popup title ([27fa048](https://github.com/sweetalert2/sweetalert2/commit/27fa048d4e7b5aeb78d9622baa38704759160b38))
433
-
434
- ## [10.16.3](https://github.com/sweetalert2/sweetalert2/compare/v10.16.2...v10.16.3) (2021-04-16)
435
-
436
-
437
- ### Bug Fixes
438
-
439
- * publish dist files to GitHub Releases ([b205739](https://github.com/sweetalert2/sweetalert2/commit/b205739f88f81bd2cfb6635c8899811cd2deb59d))
440
-
441
- ## [10.16.2](https://github.com/sweetalert2/sweetalert2/compare/v10.16.1...v10.16.2) (2021-04-14)
442
-
443
-
444
- ### Bug Fixes
445
-
446
- * **sass:** add $swal2-toast-content-margin variable ([63d85df](https://github.com/sweetalert2/sweetalert2/commit/63d85df73888364a9e172ca724c267fc678ba641))
447
-
448
- ## [10.16.1](https://github.com/sweetalert2/sweetalert2/compare/v10.16.0...v10.16.1) (2021-04-14)
449
-
450
-
451
- ### Bug Fixes
452
-
453
- * get rid of toast-column class ([#2215](https://github.com/sweetalert2/sweetalert2/issues/2215)) ([6150573](https://github.com/sweetalert2/sweetalert2/commit/6150573a26ddbe7a2847add0967a657dd37bac45))
454
-
455
- # [10.16.0](https://github.com/sweetalert2/sweetalert2/compare/v10.15.7...v10.16.0) (2021-04-07)
456
-
457
-
458
- ### Features
459
-
460
- * add returnFocus param ([#2210](https://github.com/sweetalert2/sweetalert2/issues/2210)) ([ff2eb81](https://github.com/sweetalert2/sweetalert2/commit/ff2eb81e02ad430fedd3f51a881909588be645ba))
461
-
462
- ## [10.15.7](https://github.com/sweetalert2/sweetalert2/compare/v10.15.6...v10.15.7) (2021-03-26)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * Cannot read property 'stopKeydownPropagation' of undefined fix [#2204](https://github.com/sweetalert2/sweetalert2/issues/2204) ([541e8ab](https://github.com/sweetalert2/sweetalert2/commit/541e8abf2cc4c0b8892dcf1a7ca9a04cd21744ae))
468
-
469
- ## [10.15.6](https://github.com/sweetalert2/sweetalert2/compare/v10.15.5...v10.15.6) (2021-03-17)
470
-
471
-
472
- ### Bug Fixes
473
-
474
- * remove display: none from .swal2-validation-message ([#2193](https://github.com/sweetalert2/sweetalert2/issues/2193)) ([2e4ce60](https://github.com/sweetalert2/sweetalert2/commit/2e4ce608cca9b608470ea7779c81741c28f40e94))
475
-
476
- ## [10.15.5](https://github.com/sweetalert2/sweetalert2/compare/v10.15.4...v10.15.5) (2021-02-19)
477
-
478
-
479
- ### Bug Fixes
480
-
481
- * mixin params added later should take precedence over mixin params added earlier ([#2176](https://github.com/sweetalert2/sweetalert2/issues/2176)) ([9336fa1](https://github.com/sweetalert2/sweetalert2/commit/9336fa120fe19b99ef22873c246b033f5ec01cae)), closes [#2174](https://github.com/sweetalert2/sweetalert2/issues/2174)
482
-
483
- ## [10.15.4](https://github.com/sweetalert2/sweetalert2/compare/v10.15.3...v10.15.4) (2021-02-18)
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * allow icons without `icon` param ([#2166](https://github.com/sweetalert2/sweetalert2/issues/2166)) ([bbc4357](https://github.com/sweetalert2/sweetalert2/commit/bbc435772ed11caf064fe3714fe9288181e575a6))
489
-
490
- ## [10.15.3](https://github.com/sweetalert2/sweetalert2/compare/v10.15.2...v10.15.3) (2021-02-18)
491
-
492
-
493
- ### Bug Fixes
494
-
495
- * do not use zoom: 1 because of warnings in Firefox ([befaa51](https://github.com/sweetalert2/sweetalert2/commit/befaa5151716a22800865577dbf3f6b11923ab9e)), closes [/github.com/sweetalert2/sweetalert2/pull/1783#issuecomment-781236254](https://github.com//github.com/sweetalert2/sweetalert2/pull/1783/issues/issuecomment-781236254)
496
-
497
- ## [10.15.2](https://github.com/sweetalert2/sweetalert2/compare/v10.15.1...v10.15.2) (2021-02-17)
498
-
499
-
500
- ### Bug Fixes
501
-
502
- * hide the confirm button when inputOptions is a promise ([9bacebb](https://github.com/sweetalert2/sweetalert2/commit/9bacebb0f227cc7fe08d3004f8c5cadba4f80e93))
503
-
504
- ## [10.15.1](https://github.com/sweetalert2/sweetalert2/compare/v10.15.0...v10.15.1) (2021-02-16)
505
-
506
-
507
- ### Bug Fixes
508
-
509
- * percentage width should work for toasts ([#2171](https://github.com/sweetalert2/sweetalert2/issues/2171)) ([50144a0](https://github.com/sweetalert2/sweetalert2/commit/50144a06602e22cbb9eced3d1e4f3630ded86b2b))
510
-
511
- # [10.15.0](https://github.com/sweetalert2/sweetalert2/compare/v10.14.1...v10.15.0) (2021-02-15)
512
-
513
-
514
- ### Features
515
-
516
- * add customClass.htmlContainer ([#2169](https://github.com/sweetalert2/sweetalert2/issues/2169)) ([af69b70](https://github.com/sweetalert2/sweetalert2/commit/af69b7098dc9fe4f75ca0f6f8e163b674250ce1e))
517
-
518
- ## [10.14.1](https://github.com/sweetalert2/sweetalert2/compare/v10.14.0...v10.14.1) (2021-02-12)
519
-
520
-
521
- ### Bug Fixes
522
-
523
- * Swal.getIcon() to work in jest environment ([#2163](https://github.com/sweetalert2/sweetalert2/issues/2163)) ([f9c936e](https://github.com/sweetalert2/sweetalert2/commit/f9c936e9692cd5075e7da84f3dac38341590a614))
524
-
525
- # [10.14.0](https://github.com/sweetalert2/sweetalert2/compare/v10.13.3...v10.14.0) (2021-01-28)
526
-
527
-
528
- ### Features
529
-
530
- * add showLoaderOnDeny param ([#2161](https://github.com/sweetalert2/sweetalert2/issues/2161)) ([0970d56](https://github.com/sweetalert2/sweetalert2/commit/0970d565313f251533bf5e4a0f832f26513eb3be))
531
-
532
- ## [10.13.3](https://github.com/sweetalert2/sweetalert2/compare/v10.13.2...v10.13.3) (2021-01-25)
533
-
534
-
535
- ### Bug Fixes
536
-
537
- * apply $swal2-icon-size to success and error icons ([#2158](https://github.com/sweetalert2/sweetalert2/issues/2158)) ([f367041](https://github.com/sweetalert2/sweetalert2/commit/f367041215c7b44cdc4968bc45458c8e4ecd7e0b))
538
-
539
- ## [10.13.2](https://github.com/sweetalert2/sweetalert2/compare/v10.13.1...v10.13.2) (2021-01-25)
540
-
541
-
542
- ### Bug Fixes
543
-
544
- * warnings in IE11 for invalid elements in templates ([#2157](https://github.com/sweetalert2/sweetalert2/issues/2157)) ([3f9cbd6](https://github.com/sweetalert2/sweetalert2/commit/3f9cbd6e67559a1d91cdd6cb5e3179a09a980c61))
545
-
546
- ## [10.13.1](https://github.com/sweetalert2/sweetalert2/compare/v10.13.0...v10.13.1) (2021-01-24)
547
-
548
-
549
- ### Bug Fixes
550
-
551
- * only throw warnings for direct children in template ([#2156](https://github.com/sweetalert2/sweetalert2/issues/2156)) ([a0d19ea](https://github.com/sweetalert2/sweetalert2/commit/a0d19ea49dc12d29c952a4025acfcffc0d45c73a))
552
-
553
- # [10.13.0](https://github.com/sweetalert2/sweetalert2/compare/v10.12.7...v10.13.0) (2021-01-05)
554
-
555
-
556
- ### Features
557
-
558
- * add customClass.inputLabel ([4d0f89c](https://github.com/sweetalert2/sweetalert2/commit/4d0f89c87966c7c49e636c6e16e4738d8180144c))
559
-
560
- ## [10.12.7](https://github.com/sweetalert2/sweetalert2/compare/v10.12.6...v10.12.7) (2021-01-01)
561
-
562
-
563
- ### Bug Fixes
564
-
565
- * do not animate timer progress bar is timer was unset (fix [#2147](https://github.com/sweetalert2/sweetalert2/issues/2147)) ([3b165eb](https://github.com/sweetalert2/sweetalert2/commit/3b165eb8ad4fb98184d7fe910fbdca83f7ad5e49))
566
-
567
- ## [10.12.6](https://github.com/sweetalert2/sweetalert2/compare/v10.12.5...v10.12.6) (2020-12-23)
568
-
569
-
570
- ### Bug Fixes
571
-
572
- * do not close toast by internal click in case the timer is set ([03f5469](https://github.com/sweetalert2/sweetalert2/commit/03f54693cb5d76bf99fa230fd63cca0636327649))
573
-
574
- ## [10.12.5](https://github.com/sweetalert2/sweetalert2/compare/v10.12.4...v10.12.5) (2020-12-12)
575
-
576
-
577
- ### Bug Fixes
578
-
579
- * customClass default value: undefined -> empty object ([#2137](https://github.com/sweetalert2/sweetalert2/issues/2137)) ([39bba2d](https://github.com/sweetalert2/sweetalert2/commit/39bba2d869c47b7f152a4929a85225f2676a1c4c))
580
-
581
- ## [10.12.4](https://github.com/sweetalert2/sweetalert2/compare/v10.12.3...v10.12.4) (2020-12-09)
582
-
583
-
584
- ### Bug Fixes
585
-
586
- * params precedence, user params > template params > mixin params ([#2133](https://github.com/sweetalert2/sweetalert2/issues/2133)) ([98f44b4](https://github.com/sweetalert2/sweetalert2/commit/98f44b457ef5c9bf8784e6f3209bfa0000aafe31))
587
-
588
- ## [10.12.3](https://github.com/sweetalert2/sweetalert2/compare/v10.12.2...v10.12.3) (2020-12-07)
589
-
590
-
591
- ### Bug Fixes
592
-
593
- * support empty strings in template attributes ([#2130](https://github.com/sweetalert2/sweetalert2/issues/2130)) ([8e30ea5](https://github.com/sweetalert2/sweetalert2/commit/8e30ea5b7483b58586517234d68dcb0d8a1e281e))
594
-
595
- ## [10.12.2](https://github.com/sweetalert2/sweetalert2/compare/v10.12.1...v10.12.2) (2020-12-07)
596
-
597
-
598
- ### Bug Fixes
599
-
600
- * ignore null values for attributes in template elements ([#2128](https://github.com/sweetalert2/sweetalert2/issues/2128)) ([bd6ac8d](https://github.com/sweetalert2/sweetalert2/commit/bd6ac8da0336274074faeb217b232e0feb90d49e))
601
-
602
- ## [10.12.1](https://github.com/sweetalert2/sweetalert2/compare/v10.12.0...v10.12.1) (2020-12-07)
603
-
604
-
605
- ### Bug Fixes
606
-
607
- * template params precedence over user/mixin params ([#2126](https://github.com/sweetalert2/sweetalert2/issues/2126)) ([159cc04](https://github.com/sweetalert2/sweetalert2/commit/159cc041c3a04224219a2b93a8365bda03f9ae45))
608
-
609
- # [10.12.0](https://github.com/sweetalert2/sweetalert2/compare/v10.11.1...v10.12.0) (2020-12-06)
610
-
611
-
612
- ### Features
613
-
614
- * add ability to trigger popups declaratively ([#2122](https://github.com/sweetalert2/sweetalert2/issues/2122)) ([8c2acde](https://github.com/sweetalert2/sweetalert2/commit/8c2acde33fb777cb2cbf37b00c963aa95b1defdf))
615
-
616
- ## [10.11.1](https://github.com/sweetalert2/sweetalert2/compare/v10.11.0...v10.11.1) (2020-12-03)
617
-
618
-
619
- ### Bug Fixes
620
-
621
- * resizing popup when resizing textarea ([#2121](https://github.com/sweetalert2/sweetalert2/issues/2121)) ([a55ee25](https://github.com/sweetalert2/sweetalert2/commit/a55ee25503425b1b43d5ca975d02eadfc585419c))
622
-
623
- # [10.11.0](https://github.com/sweetalert2/sweetalert2/compare/v10.10.4...v10.11.0) (2020-12-02)
624
-
625
-
626
- ### Features
627
-
628
- * add declarative templates support ([#2112](https://github.com/sweetalert2/sweetalert2/issues/2112)) ([ff64d26](https://github.com/sweetalert2/sweetalert2/commit/ff64d26dad50e5b931a2808263484ef6f9c37417))
629
-
630
- ## [10.10.4](https://github.com/sweetalert2/sweetalert2/compare/v10.10.3...v10.10.4) (2020-11-26)
631
-
632
-
633
- ### Bug Fixes
634
-
635
- * prevent setting innerHTML which is unsafe ([#2116](https://github.com/sweetalert2/sweetalert2/issues/2116)) ([35fcdfa](https://github.com/sweetalert2/sweetalert2/commit/35fcdfaae996f787e6cd1199f50595d65f8b673a))
636
-
637
- ## [10.10.3](https://github.com/sweetalert2/sweetalert2/compare/v10.10.2...v10.10.3) (2020-11-25)
638
-
639
-
640
- ### Bug Fixes
641
-
642
- * setting inputValue to null when input is select ([#2115](https://github.com/sweetalert2/sweetalert2/issues/2115)) ([1950fb7](https://github.com/sweetalert2/sweetalert2/commit/1950fb715d7c64e244ff462176be32769318a623))
643
-
644
- ## [10.10.2](https://github.com/sweetalert2/sweetalert2/compare/v10.10.1...v10.10.2) (2020-11-24)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * allow width param to be string e.g. '500' ([#2114](https://github.com/sweetalert2/sweetalert2/issues/2114)) ([b4a4bfb](https://github.com/sweetalert2/sweetalert2/commit/b4a4bfb0f121e4c03eb8c24bceed441733645a17))
650
-
651
- ## [10.10.1](https://github.com/sweetalert2/sweetalert2/compare/v10.10.0...v10.10.1) (2020-11-15)
652
-
653
-
654
- ### Bug Fixes
655
-
656
- * **types**: getCloseButton(): HTMLButtonElement | null ([ecaaf13](https://github.com/sweetalert2/sweetalert2/commit/ecaaf135dee814bbe31ee3d76c95cb9dd249cff8))
657
-
658
- # [10.10.0](https://github.com/sweetalert2/sweetalert2/compare/v10.9.1...v10.10.0) (2020-11-11)
659
-
660
-
661
- ### Features
662
-
663
- * showLoading(buttonToReplace) ([#2107](https://github.com/sweetalert2/sweetalert2/issues/2107)) ([73c0582](https://github.com/sweetalert2/sweetalert2/commit/73c05821a7b1e3d2e1b0c76b18ab6590fb627a81))
664
- * **sass:** add $swal2-button-* variables ([665b236](https://github.com/sweetalert2/sweetalert2/commit/665b236c3f3fa3d3d19c9494294db909dc911058))
665
-
666
- ## [10.9.1](https://github.com/sweetalert2/sweetalert2/compare/v10.9.0...v10.9.1) (2020-11-08)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * allow zooming in iOS when modal is shown ([#2104](https://github.com/sweetalert2/sweetalert2/issues/2104)) ([e6c8028](https://github.com/sweetalert2/sweetalert2/commit/e6c80283d1501bcea227c2d2885293ca806a0464))
672
-
673
- # [10.9.0](https://github.com/sweetalert2/sweetalert2/compare/v10.8.1...v10.9.0) (2020-10-30)
674
-
675
-
676
- ### Features
677
-
678
- * add $swal2-close-button-focus-* variables ([#2099](https://github.com/sweetalert2/sweetalert2/issues/2099)) ([159c95b](https://github.com/sweetalert2/sweetalert2/commit/159c95b5e1a88e823c09da7b12d1788536c1c708))
679
-
680
- ## [10.8.1](https://github.com/sweetalert2/sweetalert2/compare/v10.8.0...v10.8.1) (2020-10-22)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * add preDeny to params.js ([cc16a38](https://github.com/sweetalert2/sweetalert2/commit/cc16a38cd2ec3eb943a25325349fc59d7dcdeabc))
686
-
687
- # [10.8.0](https://github.com/sweetalert2/sweetalert2/compare/v10.7.0...v10.8.0) (2020-10-22)
688
-
689
-
690
- ### Features
691
-
692
- * add preDeny ([#2093](https://github.com/sweetalert2/sweetalert2/issues/2093)) ([f378e37](https://github.com/sweetalert2/sweetalert2/commit/f378e371020999b853427fc55cbbf2b96b80effa))
693
-
694
- # [10.7.0](https://github.com/sweetalert2/sweetalert2/compare/v10.6.1...v10.7.0) (2020-10-21)
695
-
696
-
697
- ### Features
698
-
699
- * add customClass.loader ([#2092](https://github.com/sweetalert2/sweetalert2/issues/2092)) ([5b48086](https://github.com/sweetalert2/sweetalert2/commit/5b48086bdd7483d0746f93f70f33255408c75a2b))
700
-
701
- ## [10.6.1](https://github.com/sweetalert2/sweetalert2/compare/v10.6.0...v10.6.1) (2020-10-16)
702
-
703
-
704
- ### Bug Fixes
705
-
706
- * **types:** make returnInputValueOnDeny optional ([9237bbc](https://github.com/sweetalert2/sweetalert2/commit/9237bbca23b549b98ed35da1d57ec84da98365bf))
707
-
708
- # [10.6.0](https://github.com/sweetalert2/sweetalert2/compare/v10.5.1...v10.6.0) (2020-10-15)
709
-
710
-
711
- ### Bug Fixes
712
-
713
- * make button colors WCAG compliant ([#2085](https://github.com/sweetalert2/sweetalert2/issues/2085)) ([0b1e4b4](https://github.com/sweetalert2/sweetalert2/commit/0b1e4b48ae284efb0a81437a58f3ce93e1c00085))
714
- * set display: inline block for confirm button ([#2086](https://github.com/sweetalert2/sweetalert2/issues/2086)) ([43fdf17](https://github.com/sweetalert2/sweetalert2/commit/43fdf1732e8838c1a4469f721a6b456a75aae7e6))
715
-
716
-
717
- ### Features
718
-
719
- * add returnInputValueOnDeny param ([#2084](https://github.com/sweetalert2/sweetalert2/issues/2084)) ([f0833e8](https://github.com/sweetalert2/sweetalert2/commit/f0833e8ea755bfe6a0c5ecb9d9c297edf12fec57))
720
-
721
- ## [10.5.1](https://github.com/sweetalert2/sweetalert2/compare/v10.5.0...v10.5.1) (2020-10-13)
722
-
723
-
724
- ### Bug Fixes
725
-
726
- * **types:** inputValue can be number or boolean ([#2083](https://github.com/sweetalert2/sweetalert2/issues/2083)) ([fa1ac2b](https://github.com/sweetalert2/sweetalert2/commit/fa1ac2b2ccb7763ed18751fd72c2ce0a1e21498d))
727
-
728
- # [10.5.0](https://github.com/sweetalert2/sweetalert2/compare/v10.4.0...v10.5.0) (2020-10-12)
729
-
730
-
731
- ### Features
732
-
733
- * add customClass.validationMessage ([#2081](https://github.com/sweetalert2/sweetalert2/issues/2081)) ([76e54e4](https://github.com/sweetalert2/sweetalert2/commit/76e54e4861ce35e8c976f0f45347ade7142b8b03))
734
-
735
- # [10.4.0](https://github.com/sweetalert2/sweetalert2/compare/v10.3.7...v10.4.0) (2020-10-11)
736
-
737
-
738
- ### Features
739
-
740
- * add `inputLabel` parameter ([#2078](https://github.com/sweetalert2/sweetalert2/issues/2078)) ([a437376](https://github.com/sweetalert2/sweetalert2/commit/a4373763a2cc512408bb8a40c0b7a2c71167e688))
741
-
742
- ## [10.3.7](https://github.com/sweetalert2/sweetalert2/compare/v10.3.6...v10.3.7) (2020-10-09)
743
-
744
-
745
- ### Bug Fixes
746
-
747
- * do not prevent events for Apple Pencil ([#2075](https://github.com/sweetalert2/sweetalert2/issues/2075)) ([88dd4c7](https://github.com/sweetalert2/sweetalert2/commit/88dd4c7d236603f7fce20cf5b19bf40b261debfb))
748
-
749
- ## [10.3.6](https://github.com/sweetalert2/sweetalert2/compare/v10.3.5...v10.3.6) (2020-10-08)
750
-
751
-
752
- ### Bug Fixes
753
-
754
- * wrap progress steps when they aren't fitting one row ([#2074](https://github.com/sweetalert2/sweetalert2/issues/2074)) ([fa695bf](https://github.com/sweetalert2/sweetalert2/commit/fa695bffd9d9e45629e7f84c3e73112764f93f7f))
755
-
756
- ## [10.3.5](https://github.com/sweetalert2/sweetalert2/compare/v10.3.4...v10.3.5) (2020-09-25)
757
-
758
-
759
- ### Bug Fixes
760
-
761
- * remove null coalescing operator ([#2069](https://github.com/sweetalert2/sweetalert2/issues/2069)) ([5145f75](https://github.com/sweetalert2/sweetalert2/commit/5145f75bf6aa698178e2a0728752b3c8f09c140b))
762
-
763
- ## [10.3.4](https://github.com/sweetalert2/sweetalert2/compare/v10.3.3...v10.3.4) (2020-09-25)
764
-
765
-
766
- ### Bug Fixes
767
-
768
- * **types:** move fire<T>(options: SweetAlertOptions<T>) to the top ([#2068](https://github.com/sweetalert2/sweetalert2/issues/2068)) ([20ea88d](https://github.com/sweetalert2/sweetalert2/commit/20ea88dc86b13af7410f82efa7778dc6897443cb))
769
-
770
- ## [10.3.3](https://github.com/sweetalert2/sweetalert2/compare/v10.3.2...v10.3.3) (2020-09-23)
771
-
772
-
773
- ### Bug Fixes
774
-
775
- * add timeout before calling setScrollingVisibility() ([#2066](https://github.com/sweetalert2/sweetalert2/issues/2066)) ([c8c28f7](https://github.com/sweetalert2/sweetalert2/commit/c8c28f794633ab30840475b457719d3c6fb6b70e))
776
-
777
- ## [10.3.2](https://github.com/sweetalert2/sweetalert2/compare/v10.3.1...v10.3.2) (2020-09-22)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * add 10ms timeout before adding showClass ([#2063](https://github.com/sweetalert2/sweetalert2/issues/2063)) ([fdc89b7](https://github.com/sweetalert2/sweetalert2/commit/fdc89b701074df807e374de376a6ad24cfce9dc4))
783
-
784
- ## [10.3.1](https://github.com/sweetalert2/sweetalert2/compare/v10.3.0...v10.3.1) (2020-09-21)
785
-
786
-
787
- ### Bug Fixes
788
-
789
- * add the opacity workaround and timeout for animating popup ([#2060](https://github.com/sweetalert2/sweetalert2/issues/2060)) ([4362d2b](https://github.com/sweetalert2/sweetalert2/commit/4362d2b21aeb3e409f0e2d9111dd98ad4b8c5ec6))
790
-
791
- # [10.3.0](https://github.com/sweetalert2/sweetalert2/compare/v10.2.0...v10.3.0) (2020-09-20)
792
-
793
-
794
- ### Features
795
-
796
- * consistent hook names: willOpen, didOpen, didRender, willClose, didClose, didDestroy ([#2057](https://github.com/sweetalert2/sweetalert2/issues/2057)) ([6434fb5](https://github.com/sweetalert2/sweetalert2/commit/6434fb56033b53b765c2ac9f3a768e326568b993))
797
-
798
- # [10.2.0](https://github.com/sweetalert2/sweetalert2/compare/v10.1.0...v10.2.0) (2020-09-18)
799
-
800
-
801
- ### Features
802
-
803
- * make background and iconColor params updatable ([#2054](https://github.com/sweetalert2/sweetalert2/issues/2054)) ([ed384ab](https://github.com/sweetalert2/sweetalert2/commit/ed384ab1ce9d70882b67b9475cf867397477e41e))
804
-
805
- # [10.1.0](https://github.com/sweetalert2/sweetalert2/compare/v10.0.2...v10.1.0) (2020-09-17)
806
-
807
-
808
- ### Features
809
-
810
- * add iconColor ([#2052](https://github.com/sweetalert2/sweetalert2/issues/2052)) ([81cb6f9](https://github.com/sweetalert2/sweetalert2/commit/81cb6f9f6d15af653346c7c72d9932ee5074b491))
811
-
812
- ## [10.0.2](https://github.com/sweetalert2/sweetalert2/compare/v10.0.1...v10.0.2) (2020-09-08)
813
-
814
-
815
- ### Bug Fixes
816
-
817
- * padding on .swal2-actions for toasts ([e2a8f6f](https://github.com/sweetalert2/sweetalert2/commit/e2a8f6f9b895122ad0e1c848f64eefe0e45ef61b))
818
-
819
- ## [10.0.1](https://github.com/sweetalert2/sweetalert2/compare/v10.0.0...v10.0.1) (2020-09-08)
820
-
821
-
822
- ### Bug Fixes
823
-
824
- * **scss:** set $swal2-<...>-button-order vars to null ([ef97ba1](https://github.com/sweetalert2/sweetalert2/commit/ef97ba11eac2119dcb0faa995e84151bf2d92100))
825
-
826
- # [10.0.0](https://github.com/sweetalert2/sweetalert2/compare/v9.17.2...v10.0.0) (2020-09-07)
827
-
828
-
829
- ### Bug Fixes
830
-
831
- * enable buttons in hideLoading ([#2048](https://github.com/sweetalert2/sweetalert2/issues/2048)) ([adcc392](https://github.com/sweetalert2/sweetalert2/commit/adcc3921d406a5970d4ab38ad8f40d2a7a8abf40))
832
-
833
-
834
- ### Features
835
-
836
- * add loaderHtml ([#2049](https://github.com/sweetalert2/sweetalert2/issues/2049)) ([5c26b38](https://github.com/sweetalert2/sweetalert2/commit/5c26b3849d38a93b2f75f9b5e2be36f91b1c906e))
837
- * **sass:** add $swal2-<...>-button-order vars ([8f0cf9e](https://github.com/sweetalert2/sweetalert2/commit/8f0cf9ecc6a906ad8582de1c53025ae552d95364))
838
- * add the third DENY button 🎉 ([#2044](https://github.com/sweetalert2/sweetalert2/issues/2044)) ([1ad0f3c](https://github.com/sweetalert2/sweetalert2/commit/1ad0f3c9b75567c267943256b94b3f2308d3de0f))
839
-
840
-
841
- * BREAKING CHANGE: Separate loader from the confirm button (#2045) ([e049195](https://github.com/sweetalert2/sweetalert2/commit/e049195510f96de39fa375efc9c1820669d89c79)), closes [#2045](https://github.com/sweetalert2/sweetalert2/issues/2045)
842
-
843
-
844
- ### BREAKING CHANGES
845
-
846
- * Separate loader from the confirm button
847
-
848
- ## [9.17.2](https://github.com/sweetalert2/sweetalert2/compare/v9.17.1...v9.17.2) (2020-09-03)
849
-
850
-
851
- ### Bug Fixes
852
-
853
- * **types:** add missing params to SweetAlertUpdatableParameters ([#2042](https://github.com/sweetalert2/sweetalert2/issues/2042)) ([7142fad](https://github.com/sweetalert2/sweetalert2/commit/7142fad6a032481415989436390a5ff2ab65c323))
854
-
855
- ## [9.17.1](https://github.com/sweetalert2/sweetalert2/compare/v9.17.0...v9.17.1) (2020-07-26)
856
-
857
-
858
- ### Bug Fixes
859
-
860
- * typo content padding ([#2023](https://github.com/sweetalert2/sweetalert2/issues/2023)) ([e865aef](https://github.com/sweetalert2/sweetalert2/commit/e865aef94eff738c1be9d10b24e934f0f5b4feed))
861
-
862
- # [9.17.0](https://github.com/sweetalert2/sweetalert2/compare/v9.16.0...v9.17.0) (2020-07-14)
863
-
864
-
865
- ### Features
866
-
867
- * make close button updatable ([#2018](https://github.com/sweetalert2/sweetalert2/issues/2018)) ([911394f](https://github.com/sweetalert2/sweetalert2/commit/911394fb8d4ffe7c3771d254b83305309d6e346f))
868
-
869
- # [9.16.0](https://github.com/sweetalert2/sweetalert2/compare/v9.15.3...v9.16.0) (2020-07-14)
870
-
871
-
872
- ### Features
873
-
874
- * **styles:** add $swal2-header-padding variable ([#2001](https://github.com/sweetalert2/sweetalert2/issues/2001)) ([11338e6](https://github.com/sweetalert2/sweetalert2/commit/11338e690891ac7ec7bb702abbc9884190350a63))
875
-
876
- ## [9.15.3](https://github.com/sweetalert2/sweetalert2/compare/v9.15.2...v9.15.3) (2020-07-09)
877
-
878
-
879
- ### Bug Fixes
880
-
881
- * url validator to support http://g.co ([#2013](https://github.com/sweetalert2/sweetalert2/issues/2013)) ([8ab6562](https://github.com/sweetalert2/sweetalert2/commit/8ab65628c0e6cd1227bce7d5898a5d77fc5e6f31))
882
-
883
- ## [9.15.2](https://github.com/sweetalert2/sweetalert2/compare/v9.15.1...v9.15.2) (2020-06-23)
884
-
885
-
886
- ### Bug Fixes
887
-
888
- * do not fix scrollbar padding in case body has overflow-y: hidden ([#2006](https://github.com/sweetalert2/sweetalert2/issues/2006)) ([bc90d3c](https://github.com/sweetalert2/sweetalert2/commit/bc90d3ccdb589150eeb52d6b5ce254cb61d758bd))
889
-
890
- ## [9.15.1](https://github.com/sweetalert2/sweetalert2/compare/v9.15.0...v9.15.1) (2020-06-14)
891
-
892
-
893
- ### Bug Fixes
894
-
895
- * do not use Array.find because it's not supported in IE11 ([20526ab](https://github.com/sweetalert2/sweetalert2/commit/20526ab6121087b9ec4d77b09b765f5bcecb6b58))
896
-
897
- # [9.15.0](https://github.com/sweetalert2/sweetalert2/compare/v9.14.4...v9.15.0) (2020-06-13)
898
-
899
-
900
- ### Features
901
-
902
- * add support for objects containing toPromise method ([#1998](https://github.com/sweetalert2/sweetalert2/issues/1998)) ([0d33441](https://github.com/sweetalert2/sweetalert2/commit/0d3344141c77f4b73d769cb3faa614c917e99f45))
903
-
904
- ## [9.14.4](https://github.com/sweetalert2/sweetalert2/compare/v9.14.3...v9.14.4) (2020-06-09)
905
-
906
-
907
- ### Bug Fixes
908
-
909
- * **types:** minor changes ([#1997](https://github.com/sweetalert2/sweetalert2/issues/1997)) ([6ece962](https://github.com/sweetalert2/sweetalert2/commit/6ece962cc8cfd05554fe6a9f37625cbb50fd8b06))
910
-
911
- ## [9.14.3](https://github.com/sweetalert2/sweetalert2/compare/v9.14.2...v9.14.3) (2020-06-08)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * **types:** remove the readonly modifier from 'SweetAlertOptions' ([#1996](https://github.com/sweetalert2/sweetalert2/issues/1996)) ([12fbea0](https://github.com/sweetalert2/sweetalert2/commit/12fbea0312ff3293b19d2e0e137e2aa53cd27e84))
917
-
918
- ## [9.14.2](https://github.com/sweetalert2/sweetalert2/compare/v9.14.1...v9.14.2) (2020-06-06)
919
-
920
-
921
- ### Bug Fixes
922
-
923
- * add bottom padding to container for iOS Safari ([#1993](https://github.com/sweetalert2/sweetalert2/issues/1993)) ([1378a78](https://github.com/sweetalert2/sweetalert2/commit/1378a78a472805407ab711f473d6e683420dea34))
924
-
925
- ## [9.14.1](https://github.com/sweetalert2/sweetalert2/compare/v9.14.0...v9.14.1) (2020-06-06)
926
-
927
-
928
- ### Bug Fixes
929
-
930
- * progressStepsDistance ([#1995](https://github.com/sweetalert2/sweetalert2/issues/1995)) ([1c61cfe](https://github.com/sweetalert2/sweetalert2/commit/1c61cfe38a7b3dedeacf87a7095c4ebdbe12b1ff))
931
-
932
- # [9.14.0](https://github.com/sweetalert2/sweetalert2/compare/v9.13.4...v9.14.0) (2020-05-30)
933
-
934
-
935
- ### Features
936
-
937
- * **input/select:** add support to <optgroup> in inputOptions ([#1985](https://github.com/sweetalert2/sweetalert2/issues/1985)) ([0659d0e](https://github.com/sweetalert2/sweetalert2/commit/0659d0eb59db5d78816134a2b1587e35cb87a9e3)), closes [#1589](https://github.com/sweetalert2/sweetalert2/issues/1589)
938
-
939
- ## [9.13.4](https://github.com/sweetalert2/sweetalert2/compare/v9.13.3...v9.13.4) (2020-05-29)
940
-
941
-
942
- ### Bug Fixes
943
-
944
- * **types:** add missing prefix to UpdatableParameters ([#1984](https://github.com/sweetalert2/sweetalert2/issues/1984)) ([26d037e](https://github.com/sweetalert2/sweetalert2/commit/26d037ee8da074a6da3a8298a8ee0ec0d6c52c21))
945
-
946
- ## [9.13.3](https://github.com/sweetalert2/sweetalert2/compare/v9.13.2...v9.13.3) (2020-05-29)
947
-
948
-
949
- ### Bug Fixes
950
-
951
- * **types:** improve type inference and correct some return types ([#1983](https://github.com/sweetalert2/sweetalert2/issues/1983)) ([d2e47cd](https://github.com/sweetalert2/sweetalert2/commit/d2e47cd72eec949b9ed1375984ae6d65cd8bf055))
952
-
953
- ## [9.13.2](https://github.com/sweetalert2/sweetalert2/compare/v9.13.1...v9.13.2) (2020-05-28)
954
-
955
-
956
- ### Bug Fixes
957
-
958
- * **types:** support for generic types in interfaces and methods ([#1981](https://github.com/sweetalert2/sweetalert2/issues/1981)) ([146309c](https://github.com/sweetalert2/sweetalert2/commit/146309c2024d92ce04941bd30ae43fd54a401d86))
959
-
960
- ## [9.13.1](https://github.com/sweetalert2/sweetalert2/compare/v9.13.0...v9.13.1) (2020-05-21)
961
-
962
-
963
- ### Bug Fixes
964
-
965
- * do not set style="display: flex" on image ([#1977](https://github.com/sweetalert2/sweetalert2/issues/1977)) ([8fc54e7](https://github.com/sweetalert2/sweetalert2/commit/8fc54e7ef163826a9b1a4fee31070e90eb9fdf4b))
966
-
967
- # [9.13.0](https://github.com/sweetalert2/sweetalert2/compare/v9.12.0...v9.13.0) (2020-05-21)
968
-
969
-
970
- ### Features
971
-
972
- * add isConfirmed and isDismissed to SweetAlertResult ([#1976](https://github.com/sweetalert2/sweetalert2/issues/1976)) ([8fc85f3](https://github.com/sweetalert2/sweetalert2/commit/8fc85f39c1f118a1da2ee26b8c83ba22e394ceba))
973
-
974
- # [9.12.0](https://github.com/sweetalert2/sweetalert2/compare/v9.11.0...v9.12.0) (2020-05-20)
975
-
976
-
977
- ### Features
978
-
979
- * make onClose onAfterClose onDestroy updatable ([#1974](https://github.com/sweetalert2/sweetalert2/issues/1974)) ([91700e7](https://github.com/sweetalert2/sweetalert2/commit/91700e74dbea701abf48c7245d5eee862f3be44c))
980
-
981
- # [9.11.0](https://github.com/sweetalert2/sweetalert2/compare/v9.10.13...v9.11.0) (2020-05-19)
982
-
983
-
984
- ### Features
985
-
986
- * make footer updatable ([#1969](https://github.com/sweetalert2/sweetalert2/issues/1969)) ([acd2b8a](https://github.com/sweetalert2/sweetalert2/commit/acd2b8a06cec766ea5b26cca671da0246870c122))
987
-
988
- ## [9.10.13](https://github.com/sweetalert2/sweetalert2/compare/v9.10.12...v9.10.13) (2020-05-11)
989
-
990
-
991
- ### Bug Fixes
992
-
993
- * loader color on update ([#1958](https://github.com/sweetalert2/sweetalert2/issues/1958)) ([a2c130d](https://github.com/sweetalert2/sweetalert2/commit/a2c130df2d5cdc9e651ff586fbb2898a7b5d2540))
994
-
995
- ## [9.10.12](https://github.com/sweetalert2/sweetalert2/compare/v9.10.11...v9.10.12) (2020-04-14)
996
-
997
-
998
- ### Bug Fixes
999
-
1000
- * perform container.scrollTop = 0 asyncronously ([#1947](https://github.com/sweetalert2/sweetalert2/issues/1947)) ([5674005](https://github.com/sweetalert2/sweetalert2/commit/56740050414378e42ef377b1db565484d942f501))
1001
-
1002
- ## [9.10.11](https://github.com/sweetalert2/sweetalert2/compare/v9.10.10...v9.10.11) (2020-04-13)
1003
-
1004
-
1005
- ### Bug Fixes
1006
-
1007
- * scrollable content in iOS ([#1945](https://github.com/sweetalert2/sweetalert2/issues/1945)) ([87d9884](https://github.com/sweetalert2/sweetalert2/commit/87d9884908de302541fe0f3a19ee5099f2a1c6b5))
1008
-
1009
- ## [9.10.10](https://github.com/sweetalert2/sweetalert2/compare/v9.10.9...v9.10.10) (2020-04-09)
1010
-
1011
-
1012
- ### Bug Fixes
1013
-
1014
- * loader, color: transparent ([65642fc](https://github.com/sweetalert2/sweetalert2/commit/65642fc8837ab27e350645c767f5edfcd21d11cb)), closes [#1941](https://github.com/sweetalert2/sweetalert2/issues/1941)
1015
-
1016
- ## [9.10.9](https://github.com/sweetalert2/sweetalert2/compare/v9.10.8...v9.10.9) (2020-04-02)
1017
-
1018
-
1019
- ### Bug Fixes
1020
-
1021
- * getQueueStep() when popup is closed ([#1936](https://github.com/sweetalert2/sweetalert2/issues/1936)) ([ca3f3f4](https://github.com/sweetalert2/sweetalert2/commit/ca3f3f48da15482d9701465924494b699a80f207))
1022
-
1023
- ## [9.10.8](https://github.com/sweetalert2/sweetalert2/compare/v9.10.7...v9.10.8) (2020-03-31)
1024
-
1025
-
1026
- ### Bug Fixes
1027
-
1028
- * take <head> into account when parsing html with DOMParser ([#1934](https://github.com/sweetalert2/sweetalert2/issues/1934)) ([92eec64](https://github.com/sweetalert2/sweetalert2/commit/92eec64d5f81e0a67fe7865d03ed3497fe8275f4))
1029
-
1030
- ## [9.10.7](https://github.com/sweetalert2/sweetalert2/compare/v9.10.6...v9.10.7) (2020-03-28)
1031
-
1032
-
1033
- ### Bug Fixes
1034
-
1035
- * use DOMParset only if html is not empty ([#1931](https://github.com/sweetalert2/sweetalert2/issues/1931)) ([54463ec](https://github.com/sweetalert2/sweetalert2/commit/54463ec87637581a65147967bb4d55f1e123c9f6)), closes [/github.com/sweetalert2/sweetalert2/pull/1930#issuecomment-605412269](https://github.com//github.com/sweetalert2/sweetalert2/pull/1930/issues/issuecomment-605412269)
1036
- * use DOMParset to secure setting innerHTML ([#1930](https://github.com/sweetalert2/sweetalert2/issues/1930)) ([18c5a63](https://github.com/sweetalert2/sweetalert2/commit/18c5a63fe585053f31c85ed2fb17945aea3b334b))
1037
-
1038
- ## [9.10.6](https://github.com/sweetalert2/sweetalert2/compare/v9.10.5...v9.10.6) (2020-03-24)
1039
-
1040
-
1041
- ### Bug Fixes
1042
-
1043
- * revert "fix: use global to detect nodejs env ([#1923](https://github.com/sweetalert2/sweetalert2/issues/1923))" ([bce912d](https://github.com/sweetalert2/sweetalert2/commit/bce912d1bbd363da0734536fc1d672f08ed62983)), closes [#1927](https://github.com/sweetalert2/sweetalert2/issues/1927)
1044
-
1045
- ## [9.10.5](https://github.com/sweetalert2/sweetalert2/compare/v9.10.4...v9.10.5) (2020-03-22)
1046
-
1047
-
1048
- ### Bug Fixes
1049
-
1050
- * disable animation more convinient ([#1925](https://github.com/sweetalert2/sweetalert2/issues/1925)) ([01e1fb1](https://github.com/sweetalert2/sweetalert2/commit/01e1fb11160cf26bd3fed835584703aeff7e4fd5))
1051
-
1052
- ## [9.10.4](https://github.com/sweetalert2/sweetalert2/compare/v9.10.3...v9.10.4) (2020-03-21)
1053
-
1054
-
1055
- ### Bug Fixes
1056
-
1057
- * **a11y:** fix missing outline in Chrome ([7371fea](https://github.com/sweetalert2/sweetalert2/commit/7371feab405cbdeb1b5320497a928c42533eef1a))
1058
-
1059
- ## [9.10.3](https://github.com/sweetalert2/sweetalert2/compare/v9.10.2...v9.10.3) (2020-03-19)
1060
-
1061
-
1062
- ### Bug Fixes
1063
-
1064
- * use global to detect nodejs env ([#1923](https://github.com/sweetalert2/sweetalert2/issues/1923)) ([058dee1](https://github.com/sweetalert2/sweetalert2/commit/058dee1a7c1bd220319f4ff7da206aded7e5259a))
1065
-
1066
- ## [9.10.2](https://github.com/sweetalert2/sweetalert2/compare/v9.10.1...v9.10.2) (2020-03-16)
1067
-
1068
-
1069
- ### Bug Fixes
1070
-
1071
- * add timer-progress-bar-container ([#1919](https://github.com/sweetalert2/sweetalert2/issues/1919)) ([c7c469e](https://github.com/sweetalert2/sweetalert2/commit/c7c469eb7e4bfbe88d6ba857668a2f04938687ad))
1072
-
1073
- ## [9.10.1](https://github.com/sweetalert2/sweetalert2/compare/v9.10.0...v9.10.1) (2020-03-15)
1074
-
1075
-
1076
- ### Bug Fixes
1077
-
1078
- * setup timer after the popup is opened ([#1917](https://github.com/sweetalert2/sweetalert2/issues/1917)) ([7e24824](https://github.com/sweetalert2/sweetalert2/commit/7e248246535f9f0bc7333dcf30ebdb9c15ad5eb2))
1079
- * **styles:** add border-bottom-radius to timer-progress-bar ([32ff38f](https://github.com/sweetalert2/sweetalert2/commit/32ff38fe26cbc1cea79e9dad36d4188592afb46f))
1080
-
1081
- # [9.10.0](https://github.com/sweetalert2/sweetalert2/compare/v9.9.0...v9.10.0) (2020-03-09)
1082
-
1083
-
1084
- ### Features
1085
-
1086
- * make hideClass updatable ([#1912](https://github.com/sweetalert2/sweetalert2/issues/1912)) ([06fa983](https://github.com/sweetalert2/sweetalert2/commit/06fa9835766d45beae380b9d8026b46d6357d011))
1087
-
1088
- # [9.9.0](https://github.com/sweetalert2/sweetalert2/compare/v9.8.2...v9.9.0) (2020-03-07)
1089
-
1090
-
1091
- ### Features
1092
-
1093
- * **scss:** add $swal2-close-button-align-items and $swal2-close-button-justify-content vars ([fdf12c1](https://github.com/sweetalert2/sweetalert2/commit/fdf12c13373c31ee2463ea05eff85a97d71d1be1))
1094
-
1095
- ## [9.8.2](https://github.com/sweetalert2/sweetalert2/compare/v9.8.1...v9.8.2) (2020-02-22)
1096
-
1097
-
1098
- ### Bug Fixes
1099
-
1100
- * do not animate backdrop for queues ([#1900](https://github.com/sweetalert2/sweetalert2/issues/1900)) ([ae15307](https://github.com/sweetalert2/sweetalert2/commit/ae15307f1a36d5d2fc7387ed20add63b1af74487))
1101
-
1102
- ## [9.8.1](https://github.com/sweetalert2/sweetalert2/compare/v9.8.0...v9.8.1) (2020-02-21)
1103
-
1104
-
1105
- ### Bug Fixes
1106
-
1107
- * do not start animating timerProgressBar if timer is stopped ([#1898](https://github.com/sweetalert2/sweetalert2/issues/1898)) ([c4546bc](https://github.com/sweetalert2/sweetalert2/commit/c4546bc482b7fb295905a7a498a096c70a152cf7))
1108
-
1109
- # [9.8.0](https://github.com/sweetalert2/sweetalert2/compare/v9.7.2...v9.8.0) (2020-02-21)
1110
-
1111
-
1112
- ### Features
1113
-
1114
- * **api:** expose the getTimerProgressBar method ([#1897](https://github.com/sweetalert2/sweetalert2/issues/1897)) ([e48ab48](https://github.com/sweetalert2/sweetalert2/commit/e48ab4840e18eb7d0b87c691ad18403ea39e19e7))
1115
-
1116
- ## [9.7.2](https://github.com/sweetalert2/sweetalert2/compare/v9.7.1...v9.7.2) (2020-02-07)
1117
-
1118
-
1119
- ### Bug Fixes
1120
-
1121
- * **types:** add getHeader() ([#1883](https://github.com/sweetalert2/sweetalert2/issues/1883)) ([f7d467a](https://github.com/sweetalert2/sweetalert2/commit/f7d467a8ff634e8d4e9537c936a3b2d41956e04d))
1122
-
1123
- ## [9.7.1](https://github.com/sweetalert2/sweetalert2/compare/v9.7.0...v9.7.1) (2020-01-28)
1124
-
1125
-
1126
- ### Bug Fixes
1127
-
1128
- * polish success icon for perfect rendering in Safari (fix [#1876](https://github.com/sweetalert2/sweetalert2/issues/1876)) ([fb9fe38](https://github.com/sweetalert2/sweetalert2/commit/fb9fe383d6247dda27d8301772c3e295c3fb223d))
1129
-
1130
- # [9.7.0](https://github.com/sweetalert2/sweetalert2/compare/v9.6.1...v9.7.0) (2020-01-22)
1131
-
1132
-
1133
- ### Features
1134
-
1135
- * add onDestroy callback ([#1872](https://github.com/sweetalert2/sweetalert2/issues/1872)) ([97de150](https://github.com/sweetalert2/sweetalert2/commit/97de150e78edcb38a9261b8ec7890feebc8aa487))
1136
-
1137
- ## [9.6.1](https://github.com/sweetalert2/sweetalert2/compare/v9.6.0...v9.6.1) (2020-01-20)
1138
-
1139
-
1140
- ### Bug Fixes
1141
-
1142
- * handle objects better ([#1873](https://github.com/sweetalert2/sweetalert2/issues/1873)) ([5385db8](https://github.com/sweetalert2/sweetalert2/commit/5385db8fade488648a51b64735ef6670a92949d4))
1143
-
1144
- # [9.6.0](https://github.com/sweetalert2/sweetalert2/compare/v9.5.4...v9.6.0) (2020-01-15)
1145
-
1146
-
1147
- ### Features
1148
-
1149
- * make allowOutsideClick and allowEscapeKey updatable ([#1867](https://github.com/sweetalert2/sweetalert2/issues/1867)) ([810d291](https://github.com/sweetalert2/sweetalert2/commit/810d2917724e85c0a528816fc39064bccd046bb0))
1150
-
1151
- ## [9.5.4](https://github.com/sweetalert2/sweetalert2/compare/v9.5.3...v9.5.4) (2019-12-27)
1152
-
1153
-
1154
- ### Bug Fixes
1155
-
1156
- * swalOpenAnimationFinished ([#1859](https://github.com/sweetalert2/sweetalert2/issues/1859)) ([b525149](https://github.com/sweetalert2/sweetalert2/commit/b5251491a5b6979eaf6117d9c3294b639649e13e))
1157
-
1158
- ## [9.5.3](https://github.com/sweetalert2/sweetalert2/compare/v9.5.2...v9.5.3) (2019-12-10)
1159
-
1160
-
1161
- ### Bug Fixes
1162
-
1163
- * fire swalOpenAnimationFinished() only when popup's animation is finished ([#1845](https://github.com/sweetalert2/sweetalert2/issues/1845)) ([ebcb2b8](https://github.com/sweetalert2/sweetalert2/commit/ebcb2b8831b8f3488a6071c0fc21111c764f8efe))
1164
-
1165
- ## [9.5.2](https://github.com/sweetalert2/sweetalert2/compare/v9.5.1...v9.5.2) (2019-12-09)
1166
-
1167
-
1168
- ### Bug Fixes
1169
-
1170
- * do not re-add popup's showClass ([7922360](https://github.com/sweetalert2/sweetalert2/commit/7922360163d76ebff7529e244be874493afccc9c))
1171
-
1172
- ## [9.5.1](https://github.com/sweetalert2/sweetalert2/compare/v9.5.0...v9.5.1) (2019-12-09)
1173
-
1174
-
1175
- ### Bug Fixes
1176
-
1177
- * make icon classes op popup different from classes on icons ([#1844](https://github.com/sweetalert2/sweetalert2/issues/1844)) ([1ae23fc](https://github.com/sweetalert2/sweetalert2/commit/1ae23fca7f3791ecbba44094721b08ebd7ef604f))
1178
-
1179
- # [9.5.0](https://github.com/sweetalert2/sweetalert2/compare/v9.4.3...v9.5.0) (2019-12-09)
1180
-
1181
-
1182
- ### Features
1183
-
1184
- * add icon class to popup ([#1843](https://github.com/sweetalert2/sweetalert2/issues/1843)) ([1dd00af](https://github.com/sweetalert2/sweetalert2/commit/1dd00af941e4f909cb2a9236db94747c1c6c3e92))
1185
-
1186
- ## [9.4.3](https://github.com/sweetalert2/sweetalert2/compare/v9.4.2...v9.4.3) (2019-12-03)
1187
-
1188
-
1189
- ### Bug Fixes
1190
-
1191
- * **types:** export input, grow and position options types ([#1837](https://github.com/sweetalert2/sweetalert2/issues/1837)) ([5e1cf62](https://github.com/sweetalert2/sweetalert2/commit/5e1cf62d404fc4d0da621e668c7e9d390c62c74a))
1192
-
1193
- ## [9.4.2](https://github.com/sweetalert2/sweetalert2/compare/v9.4.1...v9.4.2) (2019-12-03)
1194
-
1195
-
1196
- ### Bug Fixes
1197
-
1198
- * progress steps and getQueueStep() API method ([#1836](https://github.com/sweetalert2/sweetalert2/issues/1836)) ([0f9fdde](https://github.com/sweetalert2/sweetalert2/commit/0f9fdde391fe677b136195ecc80b1d9c8b887d8c))
1199
-
1200
- ## [9.4.1](https://github.com/sweetalert2/sweetalert2/compare/v9.4.0...v9.4.1) (2019-12-01)
1201
-
1202
-
1203
- ### Bug Fixes
1204
-
1205
- * default values null -> undefined ([#1834](https://github.com/sweetalert2/sweetalert2/issues/1834)) ([fef4cf5](https://github.com/sweetalert2/sweetalert2/commit/fef4cf53b8a69565fdf00877401dd33ad6d4bf2c))
1206
-
1207
- # [9.4.0](https://github.com/sweetalert2/sweetalert2/compare/v9.3.17...v9.4.0) (2019-11-23)
1208
-
1209
-
1210
- ### Features
1211
-
1212
- * add getHtmlContainer() getter ([#1828](https://github.com/sweetalert2/sweetalert2/issues/1828)) ([6908c3b](https://github.com/sweetalert2/sweetalert2/commit/6908c3b722f33a3595216fb9dde6ab374a688206))
1213
-
1214
- ## [9.3.17](https://github.com/sweetalert2/sweetalert2/compare/v9.3.16...v9.3.17) (2019-11-21)
1215
-
1216
-
1217
- ### Bug Fixes
1218
-
1219
- * do not fail when hideLoading() without popup ([2ada37c](https://github.com/sweetalert2/sweetalert2/commit/2ada37c1b5a0a9d05a2902ba82fd071002d5dd09))
1220
-
1221
- ## [9.3.16](https://github.com/sweetalert2/sweetalert2/compare/v9.3.15...v9.3.16) (2019-11-19)
1222
-
1223
-
1224
- ### Bug Fixes
1225
-
1226
- * animate popup right after showing it ([#1826](https://github.com/sweetalert2/sweetalert2/issues/1826)) ([cf13990](https://github.com/sweetalert2/sweetalert2/commit/cf139905449e10275d137fa7b027cda95f8eec45))
1227
-
1228
- ## [9.3.15](https://github.com/sweetalert2/sweetalert2/compare/v9.3.14...v9.3.15) (2019-11-19)
1229
-
1230
-
1231
- ### Bug Fixes
1232
-
1233
- * hasClass multiple classes support for IE11 ([bd4eab5](https://github.com/sweetalert2/sweetalert2/commit/bd4eab56d94e8f01615157c12ffcdd529698ff03))
1234
- * revert "fix: add showClass asyncronously to popup (IE11)" ([6cb66cc](https://github.com/sweetalert2/sweetalert2/commit/6cb66ccbe1a246877a78436dd201afbae60154f1))
1235
-
1236
- ## [9.3.14](https://github.com/sweetalert2/sweetalert2/compare/v9.3.13...v9.3.14) (2019-11-19)
1237
-
1238
-
1239
- ### Bug Fixes
1240
-
1241
- * measure scrollbar ([83bcdf3](https://github.com/sweetalert2/sweetalert2/commit/83bcdf33acd2db15168d18743d71997aea76d6dd))
1242
-
1243
- ## [9.3.13](https://github.com/sweetalert2/sweetalert2/compare/v9.3.12...v9.3.13) (2019-11-18)
1244
-
1245
-
1246
- ### Bug Fixes
1247
-
1248
- * add showClass asyncronously to popup (IE11) ([8aed623](https://github.com/sweetalert2/sweetalert2/commit/8aed62350e032393214651f45c085dbf5d798140))
1249
-
1250
- ## [9.3.12](https://github.com/sweetalert2/sweetalert2/compare/v9.3.11...v9.3.12) (2019-11-18)
1251
-
1252
-
1253
- ### Bug Fixes
1254
-
1255
- * **types:** simplify Swal.fire(title, message, icon) back ([#1823](https://github.com/sweetalert2/sweetalert2/issues/1823)) ([0cc40ff](https://github.com/sweetalert2/sweetalert2/commit/0cc40fff1956979869fee58261255e9d94fb1688))
1256
-
1257
- ## [9.3.11](https://github.com/sweetalert2/sweetalert2/compare/v9.3.10...v9.3.11) (2019-11-15)
1258
-
1259
-
1260
- ### Bug Fixes
1261
-
1262
- * use $swal2-background in $swal2-button-focus-box-shadow ([bef3d86](https://github.com/sweetalert2/sweetalert2/commit/bef3d86ce450d4380d567224e74c65fb1363dd96))
1263
- * use $swal2-background in $swal2-toast-button-focus-box-shadow ([2da88c2](https://github.com/sweetalert2/sweetalert2/commit/2da88c29cf53405be0d4f6287b345e975d11cb79))
1264
-
1265
- ## [9.3.10](https://github.com/sweetalert2/sweetalert2/compare/v9.3.9...v9.3.10) (2019-11-15)
1266
-
1267
-
1268
- ### Bug Fixes
1269
-
1270
- * **ci:** fix semantic-release step ([fcf57b9](https://github.com/sweetalert2/sweetalert2/commit/fcf57b9b82d9a7cd873d9a6a2fce2283ea3223c8))
1271
- * **ci:** use yarn for bundlewatch ([effa758](https://github.com/sweetalert2/sweetalert2/commit/effa758a1e88ee829af2559709cb90c4ea4ab17e))
1272
-
1273
- ## [9.3.9](https://github.com/sweetalert2/sweetalert2/compare/v9.3.8...v9.3.9) (2019-11-15)
1274
-
1275
-
1276
- ### Bug Fixes
1277
-
1278
- * add showClass.popup in renderPopup() ([#1820](https://github.com/sweetalert2/sweetalert2/issues/1820)) ([38b5965](https://github.com/sweetalert2/sweetalert2/commit/38b596574590a36c859842fbba47a904d90cf91c))
1279
-
1280
- ## [9.3.8](https://github.com/sweetalert2/sweetalert2/compare/v9.3.7...v9.3.8) (2019-11-15)
1281
-
1282
-
1283
- ### Bug Fixes
1284
-
1285
- * updatable params ([#1819](https://github.com/sweetalert2/sweetalert2/issues/1819)) ([42736bc](https://github.com/sweetalert2/sweetalert2/commit/42736bce35c993a3c6afab52ff6f9a6ff6269121))
1286
-
1287
- ## [9.3.7](https://github.com/sweetalert2/sweetalert2/compare/v9.3.6...v9.3.7) (2019-11-15)
1288
-
1289
-
1290
- ### Bug Fixes
1291
-
1292
- * add $swal2-toast-background ([8ac68f1](https://github.com/sweetalert2/sweetalert2/commit/8ac68f1eaac2de37023141880fb641d7c62ef688))
1293
- * use $swal2-background for range, radio, checkbox background ([6af549b](https://github.com/sweetalert2/sweetalert2/commit/6af549b8c4d00e30b4f857ddc493170fe2ea6f94))
1294
-
1295
- ## [9.3.6](https://github.com/sweetalert2/sweetalert2/compare/v9.3.5...v9.3.6) (2019-11-14)
1296
-
1297
-
1298
- ### Bug Fixes
1299
-
1300
- * add $swal2-button-focus-box-shadow ([#1811](https://github.com/sweetalert2/sweetalert2/issues/1811)) ([2a49074](https://github.com/sweetalert2/sweetalert2/commit/2a4907417b643d55d47e81dcc63c4042453c5c1b))
1301
-
1302
- ## [9.3.5](https://github.com/sweetalert2/sweetalert2/compare/v9.3.4...v9.3.5) (2019-11-13)
1303
-
1304
-
1305
- ### Bug Fixes
1306
-
1307
- * use inline-block for confirm button in showLoading() ([#1810](https://github.com/sweetalert2/sweetalert2/issues/1810)) ([c876d13](https://github.com/sweetalert2/sweetalert2/commit/c876d133a35f71feb1c73a09b777d9534e48bf8b))
1308
-
1309
- ## [9.3.4](https://github.com/sweetalert2/sweetalert2/compare/v9.3.3...v9.3.4) (2019-11-12)
1310
-
1311
-
1312
- ### Bug Fixes
1313
-
1314
- * "funding" field can't be a string even though docs says so ([604f3d2](https://github.com/sweetalert2/sweetalert2/commit/604f3d27e86c7a7d9fd154f6750c3a90c6251579))
1315
-
1316
- ## [9.3.3](https://github.com/sweetalert2/sweetalert2/compare/v9.3.2...v9.3.3) (2019-11-12)
1317
-
1318
-
1319
- ### Bug Fixes
1320
-
1321
- * add "funding" field to package.json ([04236fb](https://github.com/sweetalert2/sweetalert2/commit/04236fb072adcfe149dadb989772461814e374e3))
1322
-
1323
- ## [9.3.2](https://github.com/sweetalert2/sweetalert2/compare/v9.3.1...v9.3.2) (2019-11-12)
1324
-
1325
-
1326
- ### Bug Fixes
1327
-
1328
- * reset timer progress bar on Swal.increaseTimer() ([#1807](https://github.com/sweetalert2/sweetalert2/issues/1807)) ([604feb8](https://github.com/sweetalert2/sweetalert2/commit/604feb86b9b9f2370ac85d5f8313b6d33b6356df))
1329
-
1330
- ## [9.3.1](https://github.com/sweetalert2/sweetalert2/compare/v9.3.0...v9.3.1) (2019-11-11)
1331
-
1332
-
1333
- ### Bug Fixes
1334
-
1335
- * stop and resume timer progress bar ([#1806](https://github.com/sweetalert2/sweetalert2/issues/1806)) ([a8cf8c5](https://github.com/sweetalert2/sweetalert2/commit/a8cf8c51cbbe93344927619b836c208fca4fe158))
1336
-
1337
- # [9.3.0](https://github.com/sweetalert2/sweetalert2/compare/v9.2.0...v9.3.0) (2019-11-10)
1338
-
1339
-
1340
- ### Features
1341
-
1342
- * add timerProgressBar ([#1805](https://github.com/sweetalert2/sweetalert2/issues/1805)) ([d49cbe5](https://github.com/sweetalert2/sweetalert2/commit/d49cbe522242c6445e7ed731ad2c2d70980e292c))
1343
-
1344
- # [9.2.0](https://github.com/sweetalert2/sweetalert2/compare/v9.1.6...v9.2.0) (2019-11-09)
1345
-
1346
-
1347
- ### Features
1348
-
1349
- * support HTMLElement and JQuery in shorthand ([#1804](https://github.com/sweetalert2/sweetalert2/issues/1804)) ([9318f79](https://github.com/sweetalert2/sweetalert2/commit/9318f79174a3c26e44c15ddb051c3ec1e2367b0b))
1350
-
1351
- ## [9.1.6](https://github.com/sweetalert2/sweetalert2/compare/v9.1.5...v9.1.6) (2019-11-08)
1352
-
1353
-
1354
- ### Bug Fixes
1355
-
1356
- * **types:** add missing version type ([10c4136](https://github.com/sweetalert2/sweetalert2/commit/10c41361c53392dfee683980b213cca6eaf49d89))
1357
-
1358
- ## [9.1.5](https://github.com/sweetalert2/sweetalert2/compare/v9.1.4...v9.1.5) (2019-11-05)
1359
-
1360
-
1361
- ### Bug Fixes
1362
-
1363
- * .swal2-icon-content for toasts ([941b900](https://github.com/sweetalert2/sweetalert2/commit/941b900cfdecd5ad12c14d21f6e69757b84104f4))
1364
-
1365
- ## [9.1.4](https://github.com/sweetalert2/sweetalert2/compare/v9.1.3...v9.1.4) (2019-11-05)
1366
-
1367
-
1368
- ### Bug Fixes
1369
-
1370
- * toast success icon (fixes [#1797](https://github.com/sweetalert2/sweetalert2/issues/1797)) ([9e15867](https://github.com/sweetalert2/sweetalert2/commit/9e1586737d6bd227c7a30d92999942d32caab87e))
1371
-
1372
- ## [9.1.3](https://github.com/sweetalert2/sweetalert2/compare/v9.1.2...v9.1.3) (2019-11-05)
1373
-
1374
-
1375
- ### Bug Fixes
1376
-
1377
- * remove default backdrop background ([5027076](https://github.com/sweetalert2/sweetalert2/commit/50270767cd6b99478bd33c9ba5a9d6244b3a34a5))
1378
-
1379
- ## [9.1.2](https://github.com/sweetalert2/sweetalert2/compare/v9.1.1...v9.1.2) (2019-11-05)
1380
-
1381
-
1382
- ### Bug Fixes
1383
-
1384
- * default backdrop background ([501cab3](https://github.com/sweetalert2/sweetalert2/commit/501cab3f4290aea13d9c21e0d2dc9cdbe96dd782))
1385
-
1386
- ## [9.1.1](https://github.com/sweetalert2/sweetalert2/compare/v9.1.0...v9.1.1) (2019-11-05)
1387
-
1388
-
1389
- ### Bug Fixes
1390
-
1391
- * apply $swal2-backdrop to background instead of background-color ([8c27e1a](https://github.com/sweetalert2/sweetalert2/commit/8c27e1ad31b4d0d5cc02e1bc9c7c57498d60c9e2))
1392
-
1393
- # [9.1.0](https://github.com/sweetalert2/sweetalert2/compare/v9.0.2...v9.1.0) (2019-11-05)
1394
-
1395
-
1396
- ### Features
1397
-
1398
- * **scss:** add $swal2-icon-animations ([897b20b](https://github.com/sweetalert2/sweetalert2/commit/897b20b2d1a3b5d586e70188da17be0f8af8f0f1))
1399
-
1400
- ## [9.0.2](https://github.com/sweetalert2/sweetalert2/compare/v9.0.1...v9.0.2) (2019-11-04)
1401
-
1402
-
1403
- ### Bug Fixes
1404
-
1405
- * **types:** add missing iconHtml ([6f7f316](https://github.com/sweetalert2/sweetalert2/commit/6f7f3162c0ea2c6f6f5b8b8f81d9c002f02e16db))
1406
-
1407
- ## [9.0.1](https://github.com/sweetalert2/sweetalert2/compare/v9.0.0...v9.0.1) (2019-11-04)
1408
-
1409
-
1410
- ### Bug Fixes
1411
-
1412
- * icon when passing it as third string argument ([6ad3aa5](https://github.com/sweetalert2/sweetalert2/commit/6ad3aa5354eb5e91afc2268f035267bb8b6b6dd6))
1413
-
1414
- # [9.0.0](https://github.com/sweetalert2/sweetalert2/compare/v8.19.0...v9.0.0) (2019-11-04)
1415
-
1416
-
1417
- * BREAKING CHANGE: remove .swal2-arabic-question-mark, add iconHtml param ([f73dcba](https://github.com/sweetalert2/sweetalert2/commit/f73dcba787939877579fed7a1221d44b310079bc)), closes [#1672](https://github.com/sweetalert2/sweetalert2/issues/1672) [#1532](https://github.com/sweetalert2/sweetalert2/issues/1532)
1418
- * BREAKING CHANGE: rename 'type' param to 'icon' ([fcaabee](https://github.com/sweetalert2/sweetalert2/commit/fcaabee80993bdf34d4bcc85faee0eb2b132947c))
1419
- * BREAKING CHANGE: Stop disabling the Cancel button when in showLoading() ([3668055](https://github.com/sweetalert2/sweetalert2/commit/3668055a128526ca0ae1bf168c7206aedfe2985b)), closes [#1501](https://github.com/sweetalert2/sweetalert2/issues/1501)
1420
- * BREAKING CHANGE: remove setProgressSteps(), showProgressSteps(), hideProgressSteps() ([53d9106](https://github.com/sweetalert2/sweetalert2/commit/53d91066647d13ff71634d976c904046ac22f8cc)), closes [#1507](https://github.com/sweetalert2/sweetalert2/issues/1507) [#1673](https://github.com/sweetalert2/sweetalert2/issues/1673)
1421
- * BREAKING CHANGE: remove disableConfirmButton() and enableConfirmButton() ([8ebbcaf](https://github.com/sweetalert2/sweetalert2/commit/8ebbcaff4024416cbe5553e1c3f4b0811bafe050))
1422
- * BREAKING CHANGE: remove inputClass ([ee7e392](https://github.com/sweetalert2/sweetalert2/commit/ee7e392998c62e04d7256be9a240c6d509373a0e))
1423
- * BREAKING CHANGE: remove imageClass ([2594115](https://github.com/sweetalert2/sweetalert2/commit/2594115bf7e0940eaf9f3d74f195dbff9d5c2fce))
1424
- * BREAKING CHANGE: remove confirmButtonClass and cancelButtonClass ([5276cfd](https://github.com/sweetalert2/sweetalert2/commit/5276cfd1f6a40ce5c510e94dc8840bac6a54e4de))
1425
- * BREAKING CHANGE: remove customContainerClass ([c04782c](https://github.com/sweetalert2/sweetalert2/commit/c04782c1ae00ffc8150afb23b9510c400b78f0b5))
1426
- * BREAKING CHANGE: remove .swal2-shown from .swal2-container, add 'backdrop' to showClass and hideClass ([c3cbb74](https://github.com/sweetalert2/sweetalert2/commit/c3cbb741fe0159bb2d452558e40553407a0ad913))
1427
- * BREAKING CHANGE: replace animation with showClass and hideClass params ([f2153cb](https://github.com/sweetalert2/sweetalert2/commit/f2153cbfa3da01a80db4e1c986c4a94e9cfbfad0)), closes [#1193](https://github.com/sweetalert2/sweetalert2/issues/1193) [#654](https://github.com/sweetalert2/sweetalert2/issues/654) [#650](https://github.com/sweetalert2/sweetalert2/issues/650) [#761](https://github.com/sweetalert2/sweetalert2/issues/761)
1428
-
1429
-
1430
- ### Features
1431
-
1432
- * **api:** add 'icon' to showClass and hideClass ([7c4b324](https://github.com/sweetalert2/sweetalert2/commit/7c4b324c7c649d897db88e21f0de9326e9858d6e))
1433
-
1434
-
1435
- ### BREAKING CHANGES
1436
-
1437
- * remove .swal2-arabic-question-mark, add iconHtml param
1438
- * rename 'type' param to 'icon'
1439
- * Stop disabling the Cancel button when in showLoading()
1440
- * remove setProgressSteps(), showProgressSteps(), hideProgressSteps()
1441
- * remove disableConfirmButton() and enableConfirmButton()
1442
- * remove inputClass
1443
- * remove imageClass
1444
- * remove confirmButtonClass and cancelButtonClass
1445
- * remove customContainerClass
1446
- * remove .swal2-shown from .swal2-container, add 'backdrop' to showClass and hideClass
1447
- * replace animation with showClass and hideClass params
1448
-
1449
- # [8.19.0](https://github.com/sweetalert2/sweetalert2/compare/v8.18.7...v8.19.0) (2019-11-02)
1450
-
1451
-
1452
- ### Features
1453
-
1454
- * **scss:** add $swal2-border ([0fdf5ba](https://github.com/sweetalert2/sweetalert2/commit/0fdf5ba6813f27695b6d6654484b51eb67c03d62))
1455
-
1456
- ## [8.18.7](https://github.com/sweetalert2/sweetalert2/compare/v8.18.6...v8.18.7) (2019-11-01)
1457
-
1458
-
1459
- ### Bug Fixes
1460
-
1461
- * iOS/iPadOS 13 detection ([#1789](https://github.com/sweetalert2/sweetalert2/issues/1789)) ([67e99e9](https://github.com/sweetalert2/sweetalert2/commit/67e99e905a2f45a6305d249575ea65480b45f0c4))
1462
-
1463
- ## [8.18.6](https://github.com/sweetalert2/sweetalert2/compare/v8.18.5...v8.18.6) (2019-10-23)
1464
-
1465
-
1466
- ### Bug Fixes
1467
-
1468
- * set the default value for zoom to null ([#1783](https://github.com/sweetalert2/sweetalert2/issues/1783)) ([36b7346](https://github.com/sweetalert2/sweetalert2/commit/36b7346524a7838c9517055d9fcf293b69c6d4d9))
1469
-
1470
- ## [8.18.5](https://github.com/sweetalert2/sweetalert2/compare/v8.18.4...v8.18.5) (2019-10-18)
1471
-
1472
-
1473
- ### Bug Fixes
1474
-
1475
- * throw warning when calling update() for closing popup ([#1779](https://github.com/sweetalert2/sweetalert2/issues/1779)) ([69d737e](https://github.com/sweetalert2/sweetalert2/commit/69d737e0ba783ed59f56cee31cf651fa3d339c1e))
1476
-
1477
- ## [8.18.4](https://github.com/sweetalert2/sweetalert2/compare/v8.18.3...v8.18.4) (2019-10-16)
1478
-
1479
-
1480
- ### Bug Fixes
1481
-
1482
- * **types:** do not use SweetAlertArrayOptions in fire() definition ([#1775](https://github.com/sweetalert2/sweetalert2/issues/1775)) ([893eee7](https://github.com/sweetalert2/sweetalert2/commit/893eee7ab6993013fb28337ff6fdf69f78d4ee9f))
1483
-
1484
- ## [8.18.3](https://github.com/sweetalert2/sweetalert2/compare/v8.18.2...v8.18.3) (2019-10-09)
1485
-
1486
-
1487
- ### Bug Fixes
1488
-
1489
- * apply customClass only to visible input ([#1767](https://github.com/sweetalert2/sweetalert2/issues/1767)) ([98de5fb](https://github.com/sweetalert2/sweetalert2/commit/98de5fb009923d1885a2bb437deed7746820e058))
1490
-
1491
- ## [8.18.2](https://github.com/sweetalert2/sweetalert2/compare/v8.18.1...v8.18.2) (2019-10-09)
1492
-
1493
-
1494
- ### Bug Fixes
1495
-
1496
- * **types:** getInput() returns HTMLInputElement ([#1766](https://github.com/sweetalert2/sweetalert2/issues/1766)) ([c9916da](https://github.com/sweetalert2/sweetalert2/commit/c9916da081c1dfdc48e02422b3af12aef306586d))
1497
-
1498
- ## [8.18.1](https://github.com/sweetalert2/sweetalert2/compare/v8.18.0...v8.18.1) (2019-10-07)
1499
-
1500
-
1501
- ### Bug Fixes
1502
-
1503
- * get file result for multiple file type input ([#1759](https://github.com/sweetalert2/sweetalert2/issues/1759)) ([cf00614](https://github.com/sweetalert2/sweetalert2/commit/cf00614))
1504
-
1505
- # [8.18.0](https://github.com/sweetalert2/sweetalert2/compare/v8.17.6...v8.18.0) (2019-09-30)
1506
-
1507
-
1508
- ### Features
1509
-
1510
- * **scss:** add $swal2-close-button-font-family and $swal2-button-focus-background-color variables ([#1753](https://github.com/sweetalert2/sweetalert2/issues/1753)) ([bc1da42](https://github.com/sweetalert2/sweetalert2/commit/bc1da42))
1511
-
1512
- ## [8.17.6](https://github.com/sweetalert2/sweetalert2/compare/v8.17.5...v8.17.6) (2019-09-19)
1513
-
1514
-
1515
- ### Bug Fixes
1516
-
1517
- * throw warning about unexpected type of customClass ([#1743](https://github.com/sweetalert2/sweetalert2/issues/1743)) ([102bd03](https://github.com/sweetalert2/sweetalert2/commit/102bd03))
1518
-
1519
- ## [8.17.5](https://github.com/sweetalert2/sweetalert2/compare/v8.17.4...v8.17.5) (2019-09-19)
1520
-
1521
-
1522
- ### Bug Fixes
1523
-
1524
- * remove superfluous arguments ([#1742](https://github.com/sweetalert2/sweetalert2/issues/1742)) ([96d8429](https://github.com/sweetalert2/sweetalert2/commit/96d8429))
1525
-
1526
- ## [8.17.4](https://github.com/sweetalert2/sweetalert2/compare/v8.17.3...v8.17.4) (2019-09-17)
1527
-
1528
-
1529
- ### Bug Fixes
1530
-
1531
- * **types:** title and footer can be of HTMLElement and JQuery types ([b00065f](https://github.com/sweetalert2/sweetalert2/commit/b00065f))
1532
-
1533
- ## [8.17.3](https://github.com/sweetalert2/sweetalert2/compare/v8.17.2...v8.17.3) (2019-09-16)
1534
-
1535
-
1536
- ### Bug Fixes
1537
-
1538
- * move variables.scss back ([#1739](https://github.com/sweetalert2/sweetalert2/issues/1739)) ([540702a](https://github.com/sweetalert2/sweetalert2/commit/540702a)), closes [#1734](https://github.com/sweetalert2/sweetalert2/issues/1734)
1539
-
1540
- ## [8.17.2](https://github.com/sweetalert2/sweetalert2/compare/v8.17.1...v8.17.2) (2019-09-16)
1541
-
1542
-
1543
- ### Bug Fixes
1544
-
1545
- * split SCSS into smaller pieces for easier theming ([#1734](https://github.com/sweetalert2/sweetalert2/issues/1734)) ([c21d615](https://github.com/sweetalert2/sweetalert2/commit/c21d615))
1546
-
1547
- ## [8.17.1](https://github.com/sweetalert2/sweetalert2/compare/v8.17.0...v8.17.1) (2019-08-31)
1548
-
1549
-
1550
- ### Bug Fixes
1551
-
1552
- * **types:** first element of SweetAlertArrayOptions is also optional ([b30baf8](https://github.com/sweetalert2/sweetalert2/commit/b30baf8))
1553
- * **types:** more precise SweetAlertArrayOptions type and minor syntax improvement ([e0225e7](https://github.com/sweetalert2/sweetalert2/commit/e0225e7))
1554
-
1555
- # [8.17.0](https://github.com/sweetalert2/sweetalert2/compare/v8.16.4...v8.17.0) (2019-08-31)
1556
-
1557
-
1558
- ### Features
1559
-
1560
- * add onRender lifecycle hook ([#1729](https://github.com/sweetalert2/sweetalert2/issues/1729)) ([bdcc35c](https://github.com/sweetalert2/sweetalert2/commit/bdcc35c))
1561
-
1562
- ## [8.16.4](https://github.com/sweetalert2/sweetalert2/compare/v8.16.3...v8.16.4) (2019-08-30)
1563
-
1564
-
1565
- ### Bug Fixes
1566
-
1567
- * swap enable/disable deprecation warnings ([#1727](https://github.com/sweetalert2/sweetalert2/issues/1727)) ([d557a1e](https://github.com/sweetalert2/sweetalert2/commit/d557a1e))
1568
-
1569
- ## [8.16.3](https://github.com/sweetalert2/sweetalert2/compare/v8.16.2...v8.16.3) (2019-08-22)
1570
-
1571
-
1572
- ### Bug Fixes
1573
-
1574
- * remove invalid selector (fix [#1575](https://github.com/sweetalert2/sweetalert2/issues/1575)) ([9986d6f](https://github.com/sweetalert2/sweetalert2/commit/9986d6f))
1575
-
1576
- ## [8.16.2](https://github.com/sweetalert2/sweetalert2/compare/v8.16.1...v8.16.2) (2019-08-18)
1577
-
1578
-
1579
- ### Bug Fixes
1580
-
1581
- * **types:** Swal.close() now takes the value to resolve with, not a callback ([8def219](https://github.com/sweetalert2/sweetalert2/commit/8def219))
1582
-
1583
- ## [8.16.1](https://github.com/sweetalert2/sweetalert2/compare/v8.16.0...v8.16.1) (2019-08-17)
1584
-
1585
-
1586
- ### Bug Fixes
1587
-
1588
- * add <summary> to focusable elements ([#1709](https://github.com/sweetalert2/sweetalert2/issues/1709)) ([47a8023](https://github.com/sweetalert2/sweetalert2/commit/47a8023))
1589
-
1590
- # [8.16.0](https://github.com/sweetalert2/sweetalert2/compare/v8.15.3...v8.16.0) (2019-08-16)
1591
-
1592
-
1593
- ### Features
1594
-
1595
- * **sass:** add variables for .swal2-content ([c50185a](https://github.com/sweetalert2/sweetalert2/commit/c50185a))
1596
-
1597
- ## [8.15.3](https://github.com/sweetalert2/sweetalert2/compare/v8.15.2...v8.15.3) (2019-08-09)
1598
-
1599
-
1600
- ### Bug Fixes
1601
-
1602
- * expand/shrink popup accordingly to textarea width ([#1702](https://github.com/sweetalert2/sweetalert2/issues/1702)) ([93f59dc](https://github.com/sweetalert2/sweetalert2/commit/93f59dc))
1603
-
1604
- ## [8.15.2](https://github.com/sweetalert2/sweetalert2/compare/v8.15.1...v8.15.2) (2019-08-05)
1605
-
1606
-
1607
- ### Bug Fixes
1608
-
1609
- * apply buttons classes even if both of them are hidden ([#1697](https://github.com/sweetalert2/sweetalert2/issues/1697)) ([a90f139](https://github.com/sweetalert2/sweetalert2/commit/a90f139))
1610
-
1611
- ## [8.15.1](https://github.com/sweetalert2/sweetalert2/compare/v8.15.0...v8.15.1) (2019-08-03)
1612
-
1613
-
1614
- ### Bug Fixes
1615
-
1616
- * **types:** add missing getPopup() definition ([f4374a7](https://github.com/sweetalert2/sweetalert2/commit/f4374a7))
1617
-
1618
- # [8.15.0](https://github.com/sweetalert2/sweetalert2/compare/v8.14.1...v8.15.0) (2019-08-02)
1619
-
1620
-
1621
- ### Features
1622
-
1623
- * **sass:** add variables for .swal2-actions ([3fc4c0c](https://github.com/sweetalert2/sweetalert2/commit/3fc4c0c))
1624
-
1625
- ## [8.14.1](https://github.com/sweetalert2/sweetalert2/compare/v8.14.0...v8.14.1) (2019-08-02)
1626
-
1627
-
1628
- ### Bug Fixes
1629
-
1630
- * **types:** support sweetalert2 modules from dist and src folders ([#1693](https://github.com/sweetalert2/sweetalert2/issues/1693)) ([ca1cbe9](https://github.com/sweetalert2/sweetalert2/commit/ca1cbe9))
1631
-
1632
- # [8.14.0](https://github.com/sweetalert2/sweetalert2/compare/v8.13.6...v8.14.0) (2019-07-18)
1633
-
1634
-
1635
- ### Features
1636
-
1637
- * add closeButtonHtml param ([#1668](https://github.com/sweetalert2/sweetalert2/issues/1668)) ([7f5d662](https://github.com/sweetalert2/sweetalert2/commit/7f5d662))
1638
-
1639
- ## [8.13.6](https://github.com/sweetalert2/sweetalert2/compare/v8.13.5...v8.13.6) (2019-07-15)
1640
-
1641
-
1642
- ### Bug Fixes
1643
-
1644
- * get rid of DISPOSE_SWAL_TIMEOUT ([#1655](https://github.com/sweetalert2/sweetalert2/issues/1655)) ([fec6c13](https://github.com/sweetalert2/sweetalert2/commit/fec6c13))
1645
-
1646
- ## [8.13.5](https://github.com/sweetalert2/sweetalert2/compare/v8.13.4...v8.13.5) (2019-07-14)
1647
-
1648
-
1649
- ### Bug Fixes
1650
-
1651
- * set .swal2-actions' width to auto, fix [#1662](https://github.com/sweetalert2/sweetalert2/issues/1662) ([5acef36](https://github.com/sweetalert2/sweetalert2/commit/5acef36))
1652
-
1653
- ## [8.13.4](https://github.com/sweetalert2/sweetalert2/compare/v8.13.3...v8.13.4) (2019-07-09)
1654
-
1655
-
1656
- ### Bug Fixes
1657
-
1658
- * perform removeBodyClasses() as the very last step ([#1651](https://github.com/sweetalert2/sweetalert2/issues/1651)) ([624ccc9](https://github.com/sweetalert2/sweetalert2/commit/624ccc9))
1659
-
1660
- ## [8.13.3](https://github.com/sweetalert2/sweetalert2/compare/v8.13.2...v8.13.3) (2019-07-08)
1661
-
1662
-
1663
- ### Bug Fixes
1664
-
1665
- * Move `globalState` variables delete statements in closing callback ([#1647](https://github.com/sweetalert2/sweetalert2/issues/1647)) ([e5ded53](https://github.com/sweetalert2/sweetalert2/commit/e5ded53))
1666
-
1667
- ## [8.13.2](https://github.com/sweetalert2/sweetalert2/compare/v8.13.1...v8.13.2) (2019-07-08)
1668
-
1669
-
1670
- ### Bug Fixes
1671
-
1672
- * change closing sequence to detect a closing swal ([#1645](https://github.com/sweetalert2/sweetalert2/issues/1645)) ([9a8e802](https://github.com/sweetalert2/sweetalert2/commit/9a8e802))
1673
-
1674
- ## [8.13.1](https://github.com/sweetalert2/sweetalert2/compare/v8.13.0...v8.13.1) (2019-07-04)
1675
-
1676
-
1677
- ### Bug Fixes
1678
-
1679
- * inputValue as a promise (reject case) ([544c0c1](https://github.com/sweetalert2/sweetalert2/commit/544c0c1))
1680
-
1681
- # [8.13.0](https://github.com/sweetalert2/sweetalert2/compare/v8.12.2...v8.13.0) (2019-06-21)
1682
-
1683
-
1684
- ### Features
1685
-
1686
- * add $swal2-icon-font-family SCSS variable ([#1628](https://github.com/sweetalert2/sweetalert2/issues/1628)) ([3f7aaa8](https://github.com/sweetalert2/sweetalert2/commit/3f7aaa8))
1687
-
1688
- ## [8.12.2](https://github.com/sweetalert2/sweetalert2/compare/v8.12.1...v8.12.2) (2019-06-20)
1689
-
1690
-
1691
- ### Bug Fixes
1692
-
1693
- * remove styles for #swal2-content ([#1624](https://github.com/sweetalert2/sweetalert2/issues/1624)) ([7b01573](https://github.com/sweetalert2/sweetalert2/commit/7b01573)), closes [#swal2](https://github.com/sweetalert2/sweetalert2/issues/swal2)
1694
-
1695
- ## [8.12.1](https://github.com/sweetalert2/sweetalert2/compare/v8.12.0...v8.12.1) (2019-06-10)
1696
-
1697
-
1698
- ### Bug Fixes
1699
-
1700
- * add z-index to the close button to prevent its overlapping by the content ([#1618](https://github.com/sweetalert2/sweetalert2/issues/1618)) ([ad07176](https://github.com/sweetalert2/sweetalert2/commit/ad07176))
1701
-
1702
- # [8.12.0](https://github.com/sweetalert2/sweetalert2/compare/v8.11.7...v8.12.0) (2019-06-08)
1703
-
1704
-
1705
- ### Features
1706
-
1707
- * **dist:** use this instead of window to support Firefox extensions ([#1615](https://github.com/sweetalert2/sweetalert2/issues/1615)) ([9996bcf](https://github.com/sweetalert2/sweetalert2/commit/9996bcf))
1708
-
1709
- ## [8.11.7](https://github.com/sweetalert2/sweetalert2/compare/v8.11.6...v8.11.7) (2019-05-31)
1710
-
1711
-
1712
- ### Bug Fixes
1713
-
1714
- * **iOS:** do not prevent touchmove for inputs ([#1605](https://github.com/sweetalert2/sweetalert2/issues/1605)) ([69d57e3](https://github.com/sweetalert2/sweetalert2/commit/69d57e3))
1715
-
1716
- ## [8.11.6](https://github.com/sweetalert2/sweetalert2/compare/v8.11.5...v8.11.6) (2019-05-25)
1717
-
1718
-
1719
- ### Bug Fixes
1720
-
1721
- * run swalCloseEventFinished only for animations on popup ([#1601](https://github.com/sweetalert2/sweetalert2/issues/1601)) ([78920dc](https://github.com/sweetalert2/sweetalert2/commit/78920dc))
1722
-
1723
- ## [8.11.5](https://github.com/sweetalert2/sweetalert2/compare/v8.11.4...v8.11.5) (2019-05-23)
1724
-
1725
-
1726
- ### Bug Fixes
1727
-
1728
- * revert 'module' field, add 'browser' field to package.json ([#1599](https://github.com/sweetalert2/sweetalert2/issues/1599)) ([4fe56fb](https://github.com/sweetalert2/sweetalert2/commit/4fe56fb))
1729
-
1730
- ## [8.11.4](https://github.com/sweetalert2/sweetalert2/compare/v8.11.3...v8.11.4) (2019-05-22)
1731
-
1732
-
1733
- ### Bug Fixes
1734
-
1735
- * ie11 toast styles ([#1598](https://github.com/sweetalert2/sweetalert2/issues/1598)) ([bb415c1](https://github.com/sweetalert2/sweetalert2/commit/bb415c1))
1736
-
1737
- ## [8.11.3](https://github.com/sweetalert2/sweetalert2/compare/v8.11.2...v8.11.3) (2019-05-22)
1738
-
1739
-
1740
- ### Bug Fixes
1741
-
1742
- * **iOS:** disable body scroll when modal is shown ([#1596](https://github.com/sweetalert2/sweetalert2/issues/1596)) ([409be8f](https://github.com/sweetalert2/sweetalert2/commit/409be8f))
1743
-
1744
- ## [8.11.2](https://github.com/sweetalert2/sweetalert2/compare/v8.11.1...v8.11.2) (2019-05-22)
1745
-
1746
-
1747
- ### Bug Fixes
1748
-
1749
- * aviod double-executing of swalCloseEventFinished ([3874ba9](https://github.com/sweetalert2/sweetalert2/commit/3874ba9))
1750
-
1751
- ## [8.11.1](https://github.com/sweetalert2/sweetalert2/compare/v8.11.0...v8.11.1) (2019-05-16)
1752
-
1753
-
1754
- ### Bug Fixes
1755
-
1756
- * **sass:** Add !default to swal2-actions-justify-content ([#1593](https://github.com/sweetalert2/sweetalert2/issues/1593)) ([5062187](https://github.com/sweetalert2/sweetalert2/commit/5062187))
1757
-
1758
- # [8.11.0](https://github.com/sweetalert2/sweetalert2/compare/v8.10.7...v8.11.0) (2019-05-16)
1759
-
1760
-
1761
- ### Bug Fixes
1762
-
1763
- * do not access innerParams in close() if there's no popup ([86e16f9](https://github.com/sweetalert2/sweetalert2/commit/86e16f9))
1764
-
1765
-
1766
- ### Features
1767
-
1768
- * **sass:** add $swal2-actions-justify-content variable to control buttons justification ([#1592](https://github.com/sweetalert2/sweetalert2/issues/1592)) ([c0fcab8](https://github.com/sweetalert2/sweetalert2/commit/c0fcab8))
1769
-
1770
- ## [8.10.7](https://github.com/sweetalert2/sweetalert2/compare/v8.10.6...v8.10.7) (2019-05-11)
1771
-
1772
-
1773
- ### Bug Fixes
1774
-
1775
- * pass isToast to removePopupAndResetState() ([#1585](https://github.com/sweetalert2/sweetalert2/issues/1585)) ([53f1047](https://github.com/sweetalert2/sweetalert2/commit/53f1047))
1776
-
1777
- ## [8.10.6](https://github.com/sweetalert2/sweetalert2/compare/v8.10.5...v8.10.6) (2019-05-10)
1778
-
1779
-
1780
- ### Bug Fixes
1781
-
1782
- * **sass:** add $swal2-close-button-hover-background ([c209d1b](https://github.com/sweetalert2/sweetalert2/commit/c209d1b))
1783
- * **styling:** revert opacity on toast hide animation ([1bb5a56](https://github.com/sweetalert2/sweetalert2/commit/1bb5a56))
1784
-
1785
- ## [8.10.5](https://github.com/sweetalert2/sweetalert2/compare/v8.10.4...v8.10.5) (2019-05-10)
1786
-
1787
-
1788
- ### Bug Fixes
1789
-
1790
- * remove opacity from toast show/hide animations ([#1584](https://github.com/sweetalert2/sweetalert2/issues/1584)) ([469bcc5](https://github.com/sweetalert2/sweetalert2/commit/469bcc5))
1791
-
1792
- ## [8.10.4](https://github.com/sweetalert2/sweetalert2/compare/v8.10.3...v8.10.4) (2019-05-09)
1793
-
1794
-
1795
- ### Bug Fixes
1796
-
1797
- * call Swal.fire() inside onClose() ([#1582](https://github.com/sweetalert2/sweetalert2/issues/1582)) ([9a02500](https://github.com/sweetalert2/sweetalert2/commit/9a02500))
1798
-
1799
- ## [8.10.3](https://github.com/sweetalert2/sweetalert2/compare/v8.10.2...v8.10.3) (2019-05-09)
1800
-
1801
-
1802
- ### Bug Fixes
1803
-
1804
- * improve the awareness of users to support awesomeness ([982a612](https://github.com/sweetalert2/sweetalert2/commit/982a612))
1805
-
1806
- ## [8.10.2](https://github.com/sweetalert2/sweetalert2/compare/v8.10.1...v8.10.2) (2019-05-07)
1807
-
1808
-
1809
- ### Bug Fixes
1810
-
1811
- * double-click on backdrop should close popup once ([#1579](https://github.com/sweetalert2/sweetalert2/issues/1579)) ([78d2d2a](https://github.com/sweetalert2/sweetalert2/commit/78d2d2a))
1812
- * unset props after closing a popup so GC will dispose them ([#1570](https://github.com/sweetalert2/sweetalert2/issues/1570)) ([81c0a0d](https://github.com/sweetalert2/sweetalert2/commit/81c0a0d))
1813
-
1814
- ## [8.10.1](https://github.com/sweetalert2/sweetalert2/compare/v8.10.0...v8.10.1) (2019-05-06)
1815
-
1816
-
1817
- ### Bug Fixes
1818
-
1819
- * improve checking when popup is animated ([#1576](https://github.com/sweetalert2/sweetalert2/issues/1576)) ([9b82c5a](https://github.com/sweetalert2/sweetalert2/commit/9b82c5a))
1820
-
1821
- # [8.10.0](https://github.com/sweetalert2/sweetalert2/compare/v8.9.0...v8.10.0) (2019-05-03)
1822
-
1823
-
1824
- ### Features
1825
-
1826
- * **sass:** add variables for toast, input and backdrop ([#1571](https://github.com/sweetalert2/sweetalert2/issues/1571)) ([feab788](https://github.com/sweetalert2/sweetalert2/commit/feab788))
1827
-
1828
- # [8.9.0](https://github.com/sweetalert2/sweetalert2/compare/v8.8.7...v8.9.0) (2019-04-28)
1829
-
1830
-
1831
- ### Features
1832
-
1833
- * **sass:** add $swal2-input-color ([#1563](https://github.com/sweetalert2/sweetalert2/issues/1563)) ([cbe02de](https://github.com/sweetalert2/sweetalert2/commit/cbe02de))
1834
-
1835
- ## [8.8.7](https://github.com/sweetalert2/sweetalert2/compare/v8.8.6...v8.8.7) (2019-04-21)
1836
-
1837
-
1838
- ### Bug Fixes
1839
-
1840
- * revert "chore(tools): git hooks for running linters before commit ([#1537](https://github.com/sweetalert2/sweetalert2/issues/1537))" ([#1559](https://github.com/sweetalert2/sweetalert2/issues/1559)) ([d22b234](https://github.com/sweetalert2/sweetalert2/commit/d22b234))
1841
-
1842
- ## [8.8.6](https://github.com/sweetalert2/sweetalert2/compare/v8.8.5...v8.8.6) (2019-04-21)
1843
-
1844
-
1845
- ### Bug Fixes
1846
-
1847
- * force extensions for import statements ([fa94cec](https://github.com/sweetalert2/sweetalert2/commit/fa94cec))
1848
-
1849
- ## [8.8.5](https://github.com/sweetalert2/sweetalert2/compare/v8.8.4...v8.8.5) (2019-04-13)
1850
-
1851
-
1852
- ### Bug Fixes
1853
-
1854
- * do not repove style attribute from inputs ([#1545](https://github.com/sweetalert2/sweetalert2/issues/1545)) ([cf44531](https://github.com/sweetalert2/sweetalert2/commit/cf44531))
1855
-
1856
- ## [8.8.4](https://github.com/sweetalert2/sweetalert2/compare/v8.8.3...v8.8.4) (2019-04-13)
1857
-
1858
-
1859
- ### Bug Fixes
1860
-
1861
- * do not rerender input on update ([#1543](https://github.com/sweetalert2/sweetalert2/issues/1543)) ([2649c34](https://github.com/sweetalert2/sweetalert2/commit/2649c34))
1862
-
1863
- ## [8.8.3](https://github.com/sweetalert2/sweetalert2/compare/v8.8.2...v8.8.3) (2019-04-10)
1864
-
1865
-
1866
- ### Bug Fixes
1867
-
1868
- * **d.ts:** add missing HTMLElement to target param ([2ea9d80](https://github.com/sweetalert2/sweetalert2/commit/2ea9d80))
1869
-
1870
- ## [8.8.2](https://github.com/sweetalert2/sweetalert2/compare/v8.8.1...v8.8.2) (2019-04-10)
1871
-
1872
-
1873
- ### Bug Fixes
1874
-
1875
- * remove unnecessary nesting in styles ([#1526](https://github.com/sweetalert2/sweetalert2/issues/1526)) ([848cf9f](https://github.com/sweetalert2/sweetalert2/commit/848cf9f))
1876
-
1877
- ## [8.8.1](https://github.com/sweetalert2/sweetalert2/compare/v8.8.0...v8.8.1) (2019-04-02)
1878
-
1879
-
1880
- ### Bug Fixes
1881
-
1882
- * do not re-render icon if isn't provided or the same as before ([#1518](https://github.com/sweetalert2/sweetalert2/issues/1518)) ([f7613af](https://github.com/sweetalert2/sweetalert2/commit/f7613af))
1883
-
1884
- # [8.8.0](https://github.com/sweetalert2/sweetalert2/compare/v8.7.1...v8.8.0) (2019-03-31)
1885
-
1886
-
1887
- ### Features
1888
-
1889
- * allow image size to be set in any CSS units ([#1510](https://github.com/sweetalert2/sweetalert2/issues/1510)) ([9d74299](https://github.com/sweetalert2/sweetalert2/commit/9d74299))
1890
-
1891
- ## [8.7.1](https://github.com/sweetalert2/sweetalert2/compare/v8.7.0...v8.7.1) (2019-03-30)
1892
-
1893
-
1894
- ### Bug Fixes
1895
-
1896
- * update internal params in Swal.update() ([#1505](https://github.com/sweetalert2/sweetalert2/issues/1505)) ([e81d840](https://github.com/sweetalert2/sweetalert2/commit/e81d840))
1897
-
1898
- # [8.7.0](https://github.com/sweetalert2/sweetalert2/compare/v8.6.0...v8.7.0) (2019-03-26)
1899
-
1900
-
1901
- ### Features
1902
-
1903
- * make customClass updatable ([#1467](https://github.com/sweetalert2/sweetalert2/issues/1467)) ([c144810](https://github.com/sweetalert2/sweetalert2/commit/c144810))
1904
-
1905
- # [8.6.0](https://github.com/sweetalert2/sweetalert2/compare/v8.5.0...v8.6.0) (2019-03-24)
1906
-
1907
-
1908
- ### Features
1909
-
1910
- * **sass-variables:** add $swal2-container-padding ([#1463](https://github.com/sweetalert2/sweetalert2/issues/1463)) ([d448794](https://github.com/sweetalert2/sweetalert2/commit/d448794))
1911
-
1912
- # [8.5.0](https://github.com/sweetalert2/sweetalert2/compare/v8.4.0...v8.5.0) (2019-03-15)
1913
-
1914
-
1915
- ### Features
1916
-
1917
- * **styles:** add .swal2-arabic-question-mark ([#1448](https://github.com/sweetalert2/sweetalert2/issues/1448)) ([e57ce7f](https://github.com/sweetalert2/sweetalert2/commit/e57ce7f))
1918
-
1919
- # [8.4.0](https://github.com/sweetalert2/sweetalert2/compare/v8.3.0...v8.4.0) (2019-03-15)
1920
-
1921
-
1922
- ### Features
1923
-
1924
- * add customClass.icon, simplify icons markup ([ba4a485](https://github.com/sweetalert2/sweetalert2/commit/ba4a485))
1925
- * add Swal.getIcon() ([acc42a0](https://github.com/sweetalert2/sweetalert2/commit/acc42a0))
1926
-
1927
- # [8.3.0](https://github.com/sweetalert2/sweetalert2/compare/v8.2.6...v8.3.0) (2019-03-11)
1928
-
1929
-
1930
- ### Bug Fixes
1931
-
1932
- * remove excessive isVisible check for buttons, support Jest testing enviroment ([#1439](https://github.com/sweetalert2/sweetalert2/issues/1439)) ([42ef213](https://github.com/sweetalert2/sweetalert2/commit/42ef213))
1933
-
1934
-
1935
- ### Features
1936
-
1937
- * **api:** allow adding custom classes to header, content, footer, etc. ([#1441](https://github.com/sweetalert2/sweetalert2/issues/1441)) ([4381bae](https://github.com/sweetalert2/sweetalert2/commit/4381bae))
1938
-
1939
- ## [8.2.6](https://github.com/sweetalert2/sweetalert2/compare/v8.2.5...v8.2.6) (2019-02-26)
1940
-
1941
-
1942
- ### Bug Fixes
1943
-
1944
- * inactive step background ([#1428](https://github.com/sweetalert2/sweetalert2/issues/1428)) ([2f7701c](https://github.com/sweetalert2/sweetalert2/commit/2f7701c))
1945
-
1946
- ## [8.2.5](https://github.com/sweetalert2/sweetalert2/compare/v8.2.4...v8.2.5) (2019-02-26)
1947
-
1948
-
1949
- ### Bug Fixes
1950
-
1951
- * make close button friendly for non-UTF encodings × -> &times; ([#1431](https://github.com/sweetalert2/sweetalert2/issues/1431)) ([b2006c3](https://github.com/sweetalert2/sweetalert2/commit/b2006c3))
1952
-
1953
- ## [8.2.4](https://github.com/sweetalert2/sweetalert2/compare/v8.2.3...v8.2.4) (2019-02-23)
1954
-
1955
-
1956
- ### Bug Fixes
1957
-
1958
- * padding 0 ([#1424](https://github.com/sweetalert2/sweetalert2/issues/1424)) ([f1a2259](https://github.com/sweetalert2/sweetalert2/commit/f1a2259))
1959
-
1960
- ## [8.2.3](https://github.com/sweetalert2/sweetalert2/compare/v8.2.2...v8.2.3) (2019-02-21)
1961
-
1962
-
1963
- ### Bug Fixes
1964
-
1965
- * Swal.isVisible() ([#1423](https://github.com/sweetalert2/sweetalert2/issues/1423)) ([97b6bd4](https://github.com/sweetalert2/sweetalert2/commit/97b6bd4))
1966
-
1967
- ## [8.2.2](https://github.com/sweetalert2/sweetalert2/compare/v8.2.1...v8.2.2) (2019-02-20)
1968
-
1969
-
1970
- ### Bug Fixes
1971
-
1972
- * crash if swal2 action buttons classes are applied to elements in html prop ([#1420](https://github.com/sweetalert2/sweetalert2/issues/1420)) ([a21ef6b](https://github.com/sweetalert2/sweetalert2/commit/a21ef6b))
1973
-
1974
- ## [8.2.1](https://github.com/sweetalert2/sweetalert2/compare/v8.2.0...v8.2.1) (2019-02-18)
1975
-
1976
-
1977
- ### Bug Fixes
1978
-
1979
- * model cut of by bottom positioning ([#1417](https://github.com/sweetalert2/sweetalert2/issues/1417)) ([8b0e5dd](https://github.com/sweetalert2/sweetalert2/commit/8b0e5dd))
1980
-
1981
- # [8.2.0](https://github.com/sweetalert2/sweetalert2/compare/v8.1.0...v8.2.0) (2019-02-17)
1982
-
1983
-
1984
- ### Features
1985
-
1986
- * **api:** add `scrollbarPadding` param ([#1414](https://github.com/sweetalert2/sweetalert2/issues/1414)) ([d095937](https://github.com/sweetalert2/sweetalert2/commit/d095937))
1987
-
1988
- # [8.1.0](https://github.com/sweetalert2/sweetalert2/compare/v8.0.7...v8.1.0) (2019-02-17)
1989
-
1990
-
1991
- ### Features
1992
-
1993
- * add new SCSS variables for input and progress steps ([#1411](https://github.com/sweetalert2/sweetalert2/issues/1411)) ([5be77b6](https://github.com/sweetalert2/sweetalert2/commit/5be77b6))
1994
-
1995
- ## [8.0.7](https://github.com/sweetalert2/sweetalert2/compare/v8.0.6...v8.0.7) (2019-02-12)
1996
-
1997
-
1998
- ### Bug Fixes
1999
-
2000
- * restore correct padding when scrollbar is present ([#1410](https://github.com/sweetalert2/sweetalert2/issues/1410)) ([f73f1d7](https://github.com/sweetalert2/sweetalert2/commit/f73f1d7))
2001
-
2002
- ## [8.0.6](https://github.com/sweetalert2/sweetalert2/compare/v8.0.5...v8.0.6) (2019-02-05)
2003
-
2004
-
2005
- ### Bug Fixes
2006
-
2007
- * **api:** falsy values in preConfirm ([#1403](https://github.com/sweetalert2/sweetalert2/issues/1403)) ([f6e1a30](https://github.com/sweetalert2/sweetalert2/commit/f6e1a30))
2008
-
2009
- ## [8.0.5](https://github.com/sweetalert2/sweetalert2/compare/v8.0.4...v8.0.5) (2019-02-02)
2010
-
2011
-
2012
- ### Bug Fixes
2013
-
2014
- * **build-dist:** git add src/SweetAlert.js, connected to [#1401](https://github.com/sweetalert2/sweetalert2/issues/1401) ([d024119](https://github.com/sweetalert2/sweetalert2/commit/d024119))
2015
-
2016
- ## [8.0.4](https://github.com/sweetalert2/sweetalert2/compare/v8.0.3...v8.0.4) (2019-02-02)
2017
-
2018
-
2019
- ### Bug Fixes
2020
-
2021
- * add Swal.version to src/SweetAlert.js ([#1401](https://github.com/sweetalert2/sweetalert2/issues/1401)) ([d4c19a3](https://github.com/sweetalert2/sweetalert2/commit/d4c19a3))
2022
-
2023
- ## [8.0.3](https://github.com/sweetalert2/sweetalert2/compare/v8.0.2...v8.0.3) (2019-01-29)
2024
-
2025
-
2026
- ### Bug Fixes
2027
-
2028
- * **api:** showLoading() should open a new popup ([#1394](https://github.com/sweetalert2/sweetalert2/issues/1394)) ([38823ff](https://github.com/sweetalert2/sweetalert2/commit/38823ff))
2029
-
2030
- ## [8.0.2](https://github.com/sweetalert2/sweetalert2/compare/v8.0.1...v8.0.2) (2019-01-28)
2031
-
2032
-
2033
- ### Bug Fixes
2034
-
2035
- * **package.json:** remove the 'module' field ([#1392](https://github.com/sweetalert2/sweetalert2/issues/1392)) ([b87b42f](https://github.com/sweetalert2/sweetalert2/commit/b87b42f))
2036
-
2037
- ## [8.0.1](https://github.com/sweetalert2/sweetalert2/compare/v8.0.0...v8.0.1) (2019-01-19)
2038
-
2039
-
2040
- ### Bug Fixes
2041
-
2042
- * use .js in imports to support ES modules ([0e3e89e](https://github.com/sweetalert2/sweetalert2/commit/0e3e89e))
2043
-
2044
- # [8.0.0](https://github.com/sweetalert2/sweetalert2/compare/v7.33.1...v8.0.0) (2019-01-19)
2045
-
2046
- Detailed summury on the [release page](https://github.com/sweetalert2/sweetalert2/releases/tag/v8.0.0).
2047
-
2048
- * BREAKING CHANGE: Change the main call method: swal() -> Swal.fire() (#1438)
2049
- * BREAKING CHANGE: remove getButtonsWrapper() ([c93b5e3](https://github.com/sweetalert2/sweetalert2/commit/c93b5e3))
2050
- * BREAKING CHANGE: close() as instance method (#1379) ([2519c17](https://github.com/sweetalert2/sweetalert2/commit/2519c17)), closes [#1379](https://github.com/sweetalert2/sweetalert2/issues/1379)
2051
- * BREAKING CHANGE: replace deprecated `jsnext:main` with `module` in package.json (#1378) ([1785905](https://github.com/sweetalert2/sweetalert2/commit/1785905)), closes [#1378](https://github.com/sweetalert2/sweetalert2/issues/1378)
2052
- * BREAKING CHANGE: drop Bower support (#1377) ([cb4ef28](https://github.com/sweetalert2/sweetalert2/commit/cb4ef28)), closes [#1377](https://github.com/sweetalert2/sweetalert2/issues/1377)
2053
- * BREAKING CHANGE: remove withNoNewKeyword enhancer (#1372) ([f581352](https://github.com/sweetalert2/sweetalert2/commit/f581352)), closes [#1372](https://github.com/sweetalert2/sweetalert2/issues/1372)
2054
- * BREAKING CHANGE: remove swal.noop() ([40d6fbb](https://github.com/sweetalert2/sweetalert2/commit/40d6fbb))
2055
- * BREAKING CHANGE: rename $swal2-validationerror -> $swal2-validation-message (#1370) ([9d1b13b](https://github.com/sweetalert2/sweetalert2/commit/9d1b13b)), closes [#1370](https://github.com/sweetalert2/sweetalert2/issues/1370)
2056
- * BREAKING CHANGE: inputValidator and preConfirm should always resolve (#1383) ([fc70cf9](https://github.com/sweetalert2/sweetalert2/commit/fc70cf9)), closes [#1383](https://github.com/sweetalert2/sweetalert2/issues/1383)
2057
- * BREAKING CHANGE: remove setDefault and resetDefaults (#1365) ([97c1d7c](https://github.com/sweetalert2/sweetalert2/commit/97c1d7c)), closes [#1365](https://github.com/sweetalert2/sweetalert2/issues/1365)
2058
- * BREAKING CHANGE: remove extraParams (#1363) ([5125491](https://github.com/sweetalert2/sweetalert2/commit/5125491)), closes [#1363](https://github.com/sweetalert2/sweetalert2/issues/1363)
2059
- * BREAKING CHANGE: remove showValidationError and resetValidationError (#1367) ([50a1eff](https://github.com/sweetalert2/sweetalert2/commit/50a1eff)), closes [#1367](https://github.com/sweetalert2/sweetalert2/issues/1367)
2060
- * BREAKING CHANGE: remove useRejections and expectRejections (#1362) ([f050caf](https://github.com/sweetalert2/sweetalert2/commit/f050caf)), closes [#1362](https://github.com/sweetalert2/sweetalert2/issues/1362)
2061
- * BREAKING CHANGE: dismissReason: overlay -> backdrop (#1360) ([d05bf33](https://github.com/sweetalert2/sweetalert2/commit/d05bf33)), closes [#1360](https://github.com/sweetalert2/sweetalert2/issues/1360)
2062
- * BREAKING CHANGE: drop Android 4.4 support (#1359) ([c0eddf3](https://github.com/sweetalert2/sweetalert2/commit/c0eddf3)), closes [#1359](https://github.com/sweetalert2/sweetalert2/issues/1359)
2063
-
2064
-
2065
- ### Features
2066
-
2067
- * **api:** add update() method ([#1186](https://github.com/sweetalert2/sweetalert2/issues/1186)) ([348e8b7](https://github.com/sweetalert2/sweetalert2/commit/348e8b7))
2068
-
2069
-
2070
- ### BREAKING CHANGES
2071
-
2072
- * swal() -> Swal.fire() (#1438)
2073
- * close() as instance method (#1379)
2074
- * drop Android 4.4 support (#1359)
2075
- * replace deprecated `jsnext:main` with `module` in package.json (#1378)
2076
- * drop Bower support (#1377)
2077
- * remove withNoNewKeyword enhancer (#1372)
2078
- * remove swal.noop()
2079
- * rename $swal2-validationerror -> $swal2-validation-message (#1370)
2080
- * inputValidator and preConfirm should always resolve (#1383)
2081
- * remove setDefault and resetDefaults (#1365)
2082
- * remove extraParams (#1363)
2083
- * remove showValidationError and resetValidationError (#1367)
2084
- * remove useRejections and expectRejections (#1362)
2085
- * dismissReason: overlay -> backdrop (#1360)
2086
- * remove getButtonsWrapper()
2087
-
2088
- ## [7.33.1](https://github.com/sweetalert2/sweetalert2/compare/v7.33.0...v7.33.1) (2018-12-22)
2089
-
2090
-
2091
- ### Bug Fixes
2092
-
2093
- * **d.ts:** add customContainerClass definition ([#1351](https://github.com/sweetalert2/sweetalert2/issues/1351)) ([c5f11e7](https://github.com/sweetalert2/sweetalert2/commit/c5f11e7))
2094
-
2095
- # [7.33.0](https://github.com/sweetalert2/sweetalert2/compare/v7.32.4...v7.33.0) (2018-12-22)
2096
-
2097
-
2098
- ### Features
2099
-
2100
- * **API:** add customContainerClass for specifying custom container class ([#1347](https://github.com/sweetalert2/sweetalert2/issues/1347)) ([c5ef1aa](https://github.com/sweetalert2/sweetalert2/commit/c5ef1aa))
2101
-
2102
- ## [7.32.4](https://github.com/sweetalert2/sweetalert2/compare/v7.32.3...v7.32.4) (2018-12-15)
2103
-
2104
-
2105
- ### Bug Fixes
2106
-
2107
- * remove excessive args check ([#1344](https://github.com/sweetalert2/sweetalert2/issues/1344)) ([d302584](https://github.com/sweetalert2/sweetalert2/commit/d302584))
2108
- * trigger release ([f70362c](https://github.com/sweetalert2/sweetalert2/commit/f70362c))
2109
-
2110
- ## [7.32.3](https://github.com/sweetalert2/sweetalert2/compare/v7.32.2...v7.32.3) (2018-12-15)
2111
-
2112
-
2113
- ### Bug Fixes
2114
-
2115
- * Remove excessive args check ([#1344](https://github.com/sweetalert2/sweetalert2/issues/1344))
2116
-
2117
- ## [7.32.2](https://github.com/sweetalert2/sweetalert2/compare/v7.32.1...v7.32.2) (2018-12-09)
2118
-
2119
-
2120
- ### Bug Fixes
2121
-
2122
- * do not throw warnings when inputValue is a promise ([#1333](https://github.com/sweetalert2/sweetalert2/issues/1333)) ([3607b72](https://github.com/sweetalert2/sweetalert2/commit/3607b72))
2123
-
2124
- ## [7.32.1](https://github.com/sweetalert2/sweetalert2/compare/v7.32.0...v7.32.1) (2018-12-09)
2125
-
2126
-
2127
- ### Bug Fixes
2128
-
2129
- * **ie11:** do not fail on <svg>.contains() ([#1331](https://github.com/sweetalert2/sweetalert2/issues/1331)) ([f7cb2c2](https://github.com/sweetalert2/sweetalert2/commit/f7cb2c2))
2130
-
2131
- # [7.32.0](https://github.com/sweetalert2/sweetalert2/compare/v7.31.1...v7.32.0) (2018-12-08)
2132
-
2133
-
2134
- ### Features
2135
-
2136
- * **api:** add .isTimerRunning() ([#1330](https://github.com/sweetalert2/sweetalert2/issues/1330)) ([0624e7a](https://github.com/sweetalert2/sweetalert2/commit/0624e7a))
2137
-
2138
- ## [7.31.1](https://github.com/sweetalert2/sweetalert2/compare/v7.31.0...v7.31.1) (2018-12-07)
2139
-
2140
-
2141
- ### Bug Fixes
2142
-
2143
- * check this.running in timer methods ([#1327](https://github.com/sweetalert2/sweetalert2/issues/1327)) ([418b8d3](https://github.com/sweetalert2/sweetalert2/commit/418b8d3))
2144
- * support HTMLElement for setting title/html/footer ([#1328](https://github.com/sweetalert2/sweetalert2/issues/1328)) ([6f35e48](https://github.com/sweetalert2/sweetalert2/commit/6f35e48))
2145
-
2146
- # [7.31.0](https://github.com/sweetalert2/sweetalert2/compare/v7.30.0...v7.31.0) (2018-12-06)
2147
-
2148
-
2149
- ### Features
2150
-
2151
- * **api:** add .resumeTimer(), .toggleTimer(), .increaseTimer() ([#1325](https://github.com/sweetalert2/sweetalert2/issues/1325)) ([77649ee](https://github.com/sweetalert2/sweetalert2/commit/77649ee))
2152
-
2153
- # [7.30.0](https://github.com/sweetalert2/sweetalert2/compare/v7.29.2...v7.30.0) (2018-12-05)
2154
-
2155
-
2156
- ### Features
2157
-
2158
- * **api:** add .stopTimer() ([#1322](https://github.com/sweetalert2/sweetalert2/issues/1322)) ([654caf2](https://github.com/sweetalert2/sweetalert2/commit/654caf2))
2159
-
2160
- ## [7.29.2](https://github.com/sweetalert2/sweetalert2/compare/v7.29.1...v7.29.2) (2018-11-26)
2161
-
2162
-
2163
- ### Bug Fixes
2164
-
2165
- * **validators:** support long top level domain names in URL validator ([#1307](https://github.com/sweetalert2/sweetalert2/issues/1307)) ([3263217](https://github.com/sweetalert2/sweetalert2/commit/3263217))
2166
-
2167
- ## [7.29.1](https://github.com/sweetalert2/sweetalert2/compare/v7.29.0...v7.29.1) (2018-11-18)
2168
-
2169
-
2170
- ### Bug Fixes
2171
-
2172
- * avoid Edge from crashing ([#1299](https://github.com/sweetalert2/sweetalert2/issues/1299)) ([69965e0](https://github.com/sweetalert2/sweetalert2/commit/69965e0))
2173
-
2174
- # [7.29.0](https://github.com/sweetalert2/sweetalert2/compare/v7.28.13...v7.29.0) (2018-11-08)
2175
-
2176
-
2177
- ### Features
2178
-
2179
- * **input:** add .checkValidity() support ([#1284](https://github.com/sweetalert2/sweetalert2/issues/1284)) ([361d2bd](https://github.com/sweetalert2/sweetalert2/commit/361d2bd))
2180
-
2181
- ## [7.28.13](https://github.com/sweetalert2/sweetalert2/compare/v7.28.12...v7.28.13) (2018-11-08)
2182
-
2183
-
2184
- ### Bug Fixes
2185
-
2186
- * allow inputAttributes.placeholder ([#1279](https://github.com/sweetalert2/sweetalert2/issues/1279)) ([7ec7291](https://github.com/sweetalert2/sweetalert2/commit/7ec7291))
2187
-
2188
- ## [7.28.12](https://github.com/sweetalert2/sweetalert2/compare/v7.28.11...v7.28.12) (2018-11-06)
2189
-
2190
-
2191
- ### Bug Fixes
2192
-
2193
- * **direction:** Support for CSS direction property ([#1275](https://github.com/sweetalert2/sweetalert2/issues/1275)) ([a12fefb](https://github.com/sweetalert2/sweetalert2/commit/a12fefb)), closes [#1262](https://github.com/sweetalert2/sweetalert2/issues/1262)
2194
-
2195
- ## [7.28.11](https://github.com/sweetalert2/sweetalert2/compare/v7.28.10...v7.28.11) (2018-10-29)
2196
-
2197
-
2198
- ### Bug Fixes
2199
-
2200
- * **build:** use `.min.css` for `.all.js` to prevent the string concatenation ([#1268](https://github.com/sweetalert2/sweetalert2/issues/1268)) ([f18b4bc](https://github.com/sweetalert2/sweetalert2/commit/f18b4bc))
2201
-
2202
- ## [7.28.10](https://github.com/sweetalert2/sweetalert2/compare/v7.28.9...v7.28.10) (2018-10-25)
2203
-
2204
-
2205
- ### Bug Fixes
2206
-
2207
- * **sarafi:** add preventDefault() in esc key handling ([#1264](https://github.com/sweetalert2/sweetalert2/issues/1264)) ([8a5c40f](https://github.com/sweetalert2/sweetalert2/commit/8a5c40f))
2208
-
2209
- ## [7.28.9](https://github.com/sweetalert2/sweetalert2/compare/v7.28.8...v7.28.9) (2018-10-24)
2210
-
2211
-
2212
- ### Bug Fixes
2213
-
2214
- * **typings:** validationMesage typo ([3e9dbd5](https://github.com/sweetalert2/sweetalert2/commit/3e9dbd5))
2215
-
2216
- ## [7.28.8](https://github.com/sweetalert2/sweetalert2/compare/v7.28.7...v7.28.8) (2018-10-21)
2217
-
2218
-
2219
- ### Bug Fixes
2220
-
2221
- * add resize handlers for IE11 vertical alignment fix ([ba1d4cf](https://github.com/sweetalert2/sweetalert2/commit/ba1d4cf))
2222
-
2223
- ## [7.28.7](https://github.com/sweetalert2/sweetalert2/compare/v7.28.6...v7.28.7) (2018-10-18)
2224
-
2225
-
2226
- ### Bug Fixes
2227
-
2228
- * **animation:** detect animation before initialization ([#1255](https://github.com/sweetalert2/sweetalert2/issues/1255)) ([7e9cf38](https://github.com/sweetalert2/sweetalert2/commit/7e9cf38))
2229
-
2230
- ## [7.28.6](https://github.com/sweetalert2/sweetalert2/compare/v7.28.5...v7.28.6) (2018-10-18)
2231
-
2232
-
2233
- ### Bug Fixes
2234
-
2235
- * **styles:** body 'overflow-y: hidden' -> 'overflow: hidden' ([#1254](https://github.com/sweetalert2/sweetalert2/issues/1254)) ([1b3d505](https://github.com/sweetalert2/sweetalert2/commit/1b3d505))
2236
-
2237
- ## [7.28.5](https://github.com/sweetalert2/sweetalert2/compare/v7.28.4...v7.28.5) (2018-10-12)
2238
-
2239
-
2240
- ### Bug Fixes
2241
-
2242
- * scroll container to the top on open ([#1248](https://github.com/sweetalert2/sweetalert2/issues/1248)) ([369922f](https://github.com/sweetalert2/sweetalert2/commit/369922f))
2243
-
2244
- ## [7.28.4](https://github.com/sweetalert2/sweetalert2/compare/v7.28.3...v7.28.4) (2018-09-28)
2245
-
2246
-
2247
- ### Bug Fixes
2248
-
2249
- * **release:** fix version in dist files ([#1235](https://github.com/sweetalert2/sweetalert2/issues/1235)) ([14eea6f](https://github.com/sweetalert2/sweetalert2/commit/14eea6f))
2250
-
2251
- ## [7.28.3](https://github.com/sweetalert2/sweetalert2/compare/v7.28.2...v7.28.3) (2018-09-28)
2252
-
2253
-
2254
- ### Bug Fixes
2255
-
2256
- * **api:** call onAfterClose after previousActiveElement is focused ([#1233](https://github.com/sweetalert2/sweetalert2/issues/1233)) ([68c83ed](https://github.com/sweetalert2/sweetalert2/commit/68c83ed))
2257
-
2258
- ## [7.28.2](https://github.com/sweetalert2/sweetalert2/compare/v7.28.1...v7.28.2) (2018-09-24)
2259
-
2260
-
2261
- ### Bug Fixes
2262
-
2263
- * **styles:** revert breaking changes in SASS variables ([#1229](https://github.com/sweetalert2/sweetalert2/issues/1229)) ([7d9f9d1](https://github.com/sweetalert2/sweetalert2/commit/7d9f9d1))
2264
-
2265
- ## [7.28.1](https://github.com/sweetalert2/sweetalert2/compare/v7.28.0...v7.28.1) (2018-09-23)
2266
-
2267
-
2268
- ### Bug Fixes
2269
-
2270
- * **inputValue:** warn about invalid inputValue ([#1228](https://github.com/sweetalert2/sweetalert2/issues/1228)) ([8adebd0](https://github.com/sweetalert2/sweetalert2/commit/8adebd0))
2271
-
2272
- # [7.28.0](https://github.com/sweetalert2/sweetalert2/compare/v7.27.0...v7.28.0) (2018-09-23)
2273
-
2274
-
2275
- ### Features
2276
-
2277
- * **getters:** expose .getValidationMessage() ([3780165](https://github.com/sweetalert2/sweetalert2/commit/3780165))
2278
- * **params:** add validationMessage ([73e0413](https://github.com/sweetalert2/sweetalert2/commit/73e0413))
2279
- * **params:** deprecate extraParams ([1224200](https://github.com/sweetalert2/sweetalert2/commit/1224200))
2280
-
2281
- # [7.27.0](https://github.com/sweetalert2/sweetalert2/compare/v7.26.29...v7.27.0) (2018-09-22)
2282
-
2283
-
2284
- ### Features
2285
-
2286
- * **styles:** add [@media](https://github.com/media) print styles ([#1223](https://github.com/sweetalert2/sweetalert2/issues/1223)) ([1432e84](https://github.com/sweetalert2/sweetalert2/commit/1432e84))
2287
-
2288
- ## [7.26.29](https://github.com/sweetalert2/sweetalert2/compare/v7.26.28...v7.26.29) (2018-09-16)
2289
-
2290
-
2291
- ### Bug Fixes
2292
-
2293
- * **styles:** wrap buttons (fix [#1201](https://github.com/sweetalert2/sweetalert2/issues/1201)) ([f4364e7](https://github.com/sweetalert2/sweetalert2/commit/f4364e7))
2294
-
2295
- ## [7.26.28](https://github.com/sweetalert2/sweetalert2/compare/v7.26.27...v7.26.28) (2018-09-07)
2296
-
2297
-
2298
- ### Bug Fixes
2299
-
2300
- * **release:** purge jsdelivr before switching to master ([#1215](https://github.com/sweetalert2/sweetalert2/issues/1215)) ([4b5c55d](https://github.com/sweetalert2/sweetalert2/commit/4b5c55d))
2301
-
2302
- ## [7.26.27](https://github.com/sweetalert2/sweetalert2/compare/v7.26.26...v7.26.27) (2018-09-07)
2303
-
2304
-
2305
- ### Bug Fixes
2306
-
2307
- * **release:** purge jsdelivr cache after releasing a new version ([#1214](https://github.com/sweetalert2/sweetalert2/issues/1214)) ([6229c1f](https://github.com/sweetalert2/sweetalert2/commit/6229c1f))
2308
-
2309
- ## [7.26.26](https://github.com/sweetalert2/sweetalert2/compare/v7.26.25...v7.26.26) (2018-09-06)
2310
-
2311
-
2312
- ### Bug Fixes
2313
-
2314
- * **release:** remove --unshallow from fetch ([8f18115](https://github.com/sweetalert2/sweetalert2/commit/8f18115))
2315
-
2316
- ## [7.26.25](https://github.com/sweetalert2/sweetalert2/compare/v7.26.24...v7.26.25) (2018-09-06)
2317
-
2318
-
2319
- ### Bug Fixes
2320
-
2321
- * **release:** fix cherry-picking the latest commit to master ([d2da2e1](https://github.com/sweetalert2/sweetalert2/commit/d2da2e1))
2322
-
2323
- ## [7.26.24](https://github.com/sweetalert2/sweetalert2/compare/v7.26.23...v7.26.24) (2018-09-06)
2324
-
2325
-
2326
- ### Bug Fixes
2327
-
2328
- * clear changelog and trigger new release ([b652257](https://github.com/sweetalert2/sweetalert2/commit/b652257))