Skip to content

Releases: sveltejs/eslint-plugin-svelte

eslint-plugin-svelte@3.12.4

21 Sep 02:53
3657590
Compare
Choose a tag to compare

Patch Changes

  • #1322 1e06290 Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables

  • #1355 d8df1e8 Thanks @InkedCat! - fix: properly support Windows in no-unused-props rule
    fix: properly support Windows in valid-style-parse rule
    fix: properly support Windows in no-unnecessary-condition rule

  • #1344 03a93f4 Thanks @ota-meshi! - fix: preventing infinite loops in multiple rules

eslint-plugin-svelte@3.12.3

10 Sep 13:43
5f82672
Compare
Choose a tag to compare

Patch Changes

  • #1305 d92dde0 Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guards

eslint-plugin-svelte@3.12.2

07 Sep 11:22
9d952fd
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.12.1

04 Sep 01:12
ab848e4
Compare
Choose a tag to compare

Patch Changes

  • #1313 27573f4 Thanks @marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)

eslint-plugin-svelte@3.12.0

03 Sep 11:13
8bd6198
Compare
Choose a tag to compare

Minor Changes

eslint-plugin-svelte@3.11.0

16 Jul 12:56
3021f66
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1268 4e33ba4 Thanks @GauBen! - feat(valid-prop-names-in-kit-pages): add support for the new params page prop

eslint-plugin-svelte@3.10.1

27 Jun 02:18
aed0273
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.10.0

26 Jun 13:11
41e959d
Compare
Choose a tag to compare

Minor Changes

  • #1257 e94a3be Thanks @tbashiyy! - feat(no-unused-class-name): support regex for allowedClassNames option

eslint-plugin-svelte@3.9.3

20 Jun 01:31
6e15420
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-svelte@3.9.2

10 Jun 01:54
b8966e7
Compare
Choose a tag to compare

Patch Changes

  • #1243 5df1121 Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifier