7f4f496Thanks @vnphanquang! - support wider range of possible dimension syntaxes (#372)
- #338
ff6b2a6Thanks @Gerharddc! - mark vite 6 as supported
-
#327
64df701Thanks @github-actions! - merge@svelte-put/preprocess-inline-svginto@svelte-put/inline-svg/vite, now a vite plugin -
#327
82ca10eThanks @github-actions! - revert defaultinlineSrcAttributeNametoinline-srcfor more convenient typing setup -
#327
5e11772Thanks @github-actions! - drop support for Svelte 4 and below
-
#327
6809556Thanks @github-actions! - implement optional typedef generation to user-defined path -
#327
16b5eb6Thanks @github-actions! - simplifytypedefgeneration with default path and no setup required -
#327
6d1d953Thanks @github-actions! - allow independent usage of Svelte preprocessor without Vite plugin
-
#327
8745198Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
5d30599Thanks @github-actions! - set up package provenence -
#327
8990206Thanks @github-actions! - start source typing union with|for consistency -
#327
6f6a363Thanks @github-actions! - correct watcher logics to use directories instead of glob patterns -
#327
c559185Thanks @github-actions! - sync README.md and installation version in docs page -
#327
0c84c64Thanks @github-actions! - allow single source definition as parameter -
#327
b7e69feThanks @github-actions! - make sure path separator is in POSIX format when generating source typings (fixes 320)
8745198Thanks @vnphanquang! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef)
-
8990206Thanks @vnphanquang! - start source typing union with|for consistency -
b7e69feThanks @vnphanquang! - make sure path separator is in POSIX format when generating source typings (fixes 320)
5d30599Thanks @vnphanquang! - set up package provenence
26bbd81Thanks @vnphanquang! - sync README.md and installation version in docs page
-
#302
16a0d74Thanks @github-actions! - merge@svelte-put/preprocess-inline-svginto@svelte-put/inline-svg/vite, now a vite plugin -
#302
e802e0eThanks @github-actions! - revert defaultinlineSrcAttributeNametoinline-srcfor more convenient typing setup
-
#302
ffe537fThanks @github-actions! - implement optional typedef generation to user-defined path -
#302
dd8c9b3Thanks @github-actions! - simplifytypedefgeneration with default path and no setup required -
#302
b1493e4Thanks @github-actions! - allow independent usage of Svelte preprocessor without Vite plugin
-
#302
db135ddThanks @github-actions! - correct watcher logics to use directories instead of glob patterns -
#302
e3efe26Thanks @github-actions! - allow single source definition as parameter
- #298
021df69Thanks @github-actions! - drop support for Svelte 4 and below
46e675eThanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
-
#204
cbb3c95Thanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
cbb3c95Thanks @vnphanquang! - Better naming for typing -
#204
f9ff596Thanks @vnphanquang! - internal utils are no longer exposed (reduce pacakge pollution)
1179376Thanks @vnphanquang! - [breaking] deprecate re-export of @svelte-put/preprocess-inline-svg following its introduction of vite plugin, please install it separately (sorry)
b66beafThanks @vnphanquang! - Initial implementation & rexporting @svelte-put/preprocess-inline-svg
6e4cf18Thanks @vnphanquang! - complete docs page