You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# eslint-plugin-svelte
2
2
3
+
## 3.10.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#1257](https://github.com/sveltejs/eslint-plugin-svelte/pull/1257)[`e94a3be`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e94a3be9c110cbe7f7e04decfe1b85f9725bccba) Thanks [@tbashiyy](https://github.com/tbashiyy)! - feat(no-unused-class-name): support regex for `allowedClassNames` option
8
+
3
9
## 3.9.3
4
10
5
11
### Patch Changes
@@ -191,7 +197,6 @@
191
197
-[#937](https://github.com/sveltejs/eslint-plugin-svelte/pull/937)[`729394e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/729394e34d2d6f51e00c89b67a40d0f9192260b4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: drop support for old eslint
192
198
193
199
-[#1033](https://github.com/sveltejs/eslint-plugin-svelte/pull/1033)[`3bfcc31`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3bfcc31e0f2d127c7a1cb838c4c57125c30109ea) Thanks [@baseballyama](https://github.com/baseballyama)! - **Enabled in recommended config**:
194
-
195
200
-`svelte/infinite-reactive-loop`
196
201
-`svelte/no-dom-manipulating`
197
202
-`svelte/no-dupe-on-directives`
@@ -215,7 +220,6 @@
215
220
-`svelte/valid-prop-names-in-kit-pages`
216
221
217
222
**Removed from recommended config**:
218
-
219
223
-`svelte/valid-compile`
220
224
221
225
This update introduces breaking changes due to newly enabled rules.
@@ -335,7 +339,6 @@
335
339
### Major Changes
336
340
337
341
-[#1033](https://github.com/sveltejs/eslint-plugin-svelte/pull/1033)[`3bfcc31`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3bfcc31e0f2d127c7a1cb838c4c57125c30109ea) Thanks [@baseballyama](https://github.com/baseballyama)! - **Enabled in recommended config**:
338
-
339
342
-`svelte/infinite-reactive-loop`
340
343
-`svelte/no-dom-manipulating`
341
344
-`svelte/no-dupe-on-directives`
@@ -359,7 +362,6 @@
359
362
-`svelte/valid-prop-names-in-kit-pages`
360
363
361
364
**Removed from recommended config**:
362
-
363
365
-`svelte/valid-compile`
364
366
365
367
This update introduces breaking changes due to newly enabled rules.
0 commit comments