Releases: vnphanquang/svelte-put
@svelte-put/toc@6.0.0
Major Changes
-
#327
11d3948
Thanks @github-actions! - drop support for Svelte 4 and below; rework public API withToc
class, now powered by Svelte runes. See docs page for more information. -
#327
3b7d3b2
Thanks @github-actions! - bump Svelte peer dependency,Map
is nowSvelteMap
fromsvelte/reactivity
Patch Changes
-
#327
50834e6
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
53c20a8
Thanks @github-actions! - reset when toc root change -
#327
b773e8a
Thanks @github-actions! - relax type of parameter for link action -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
9a2e375
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
@svelte-put/swipeable@1.0.0
Major Changes
- #327
9682f05
Thanks @github-actions! - First implementation with dedicated docs page
Patch Changes
- #327
5d30599
Thanks @github-actions! - set up package provenence
@svelte-put/shortcut@4.0.0
Major Changes
- #327
7af1455
Thanks @github-actions! - drop support for Svelte 4 and below.on:shortcut
is nowonshortcut
Patch Changes
-
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
2414af5
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
9a2e375
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
@svelte-put/resize@4.0.0
Major Changes
- #327
39dcfc9
Thanks @github-actions! - drop support for Svelte 4 and below.on:resized
is nowonresized
Patch Changes
-
#327
d3c4b06
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page
@svelte-put/qr@2.0.0
Major Changes
- #327
da81da3
Thanks @github-actions! - drop support for Svelte 4 and below.on:qr:init
andon:qr:logofetch
are nowonqrinit
andonqrlogofetch
, respectively
Minor Changes
- #327
b137385
Thanks @github-actions! - drop the deprecatedSvelteComponent
and useComponent
for typing
Patch Changes
-
#327
49ab3f1
Thanks @github-actions! - reexport pngtoDataURL
-
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
15a319a
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
e7a276c
Thanks @github-actions! - export component type as default -
#327
caa909a
Thanks @github-actions! - clean up debris -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page
@svelte-put/preprocess-external-link@1.0.0
Major Changes
- #327
d87d272
Thanks @github-actions! - Extracted from sveltevietnam.dev - detect external anchor tags and add appropriate attributes (rel & target)
Patch Changes
-
#327
f523c03
Thanks @github-actions! - add some basic info at README.md -
#327
4322d52
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
170e410
Thanks @github-actions! - should exhaust the AST walk (invokingnext
from zimmerframe) -
#327
8745198
Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
bcd7b1f
Thanks @github-actions! - add name to preprocess factory output -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page
@svelte-put/preprocess-auto-slug@2.0.0
Major Changes
- #327
0c3173c
Thanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs
Patch Changes
-
#327
170e410
Thanks @github-actions! - should exhaust the AST walk (invokingnext
from zimmerframe) -
#327
8745198
Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
4ac365c
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82)
@svelte-put/preaction@0.0.0
Major Changes
- #327
db5e2e5
Thanks @github-actions! - Proof of Concept
Patch Changes
-
#327
59d5052
Thanks @github-actions! - split preprocessor to own subpath to avoid leaking export into client code -
#327
8745198
Thanks @github-actions! - update typing to Svelte AST (following svelte@5.0.0-next.243 where AST has been exposed back to public typedef) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
edfbf28
Thanks @github-actions! - clean console logs -
#327
2192d5e
Thanks @github-actions! - rename type module to be more explicit
@svelte-put/popover@1.0.0
Major Changes
- #327
3cebee5
Thanks @github-actions! - First complete implementation inspired by@svelte-put/tooltip
and Popover API
Patch Changes
-
#327
682cf39
Thanks @github-actions! - update example in README.md -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
9d271da
Thanks @github-actions! - explicit name type module
@svelte-put/movable@4.0.0
Major Changes
- #327
7096a8e
Thanks @github-actions! - drop support for Svelte 4.on:movablestart
andon:movableend
is nowonmovablestart
andonmovableend
, respectively
Patch Changes
-
#327
2ee858a
Thanks @github-actions! - re-expose public typedef (following Rich-Harris/dts-buddy#82) -
#327
5d30599
Thanks @github-actions! - set up package provenence -
#327
c559185
Thanks @github-actions! - sync README.md and installation version in docs page -
#327
9a2e375
Thanks @github-actions! - defer events to Svelte internal delegation system where applicable