svelte-put

Useful svelte stuff to put in your projects

MIT License

Downloads
96K
Stars
811
Committers
9

Bot releases are visible (Hide)

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

This is a maintenance release. The source code was migrated to vanilla JS with jsdocs. Better typing support for the action parameter in svelte 4 is also added.

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

Patch Changes

  • 592bc62 Thanks @vnphanquang! - add relative path to Source union type (possible ../ & ./)

  • fa9cba7 Thanks @vnphanquang! - append attributes instead of updating opening tag (fixing attribute disappearance)

  • 89e9bc1 Thanks @vnphanquang! - add escape hatch for source typing generation through config.sourceTypingGeneration (boolean)

  • d2ec509 Thanks @vnphanquang! - directly manipulate source with magic-string instead of replacing with parsed svg, to avoid stripping svelte-specific attributes & syntax. Resolves #186

  • 733b41c Thanks @vnphanquang! - provide docs & instructions for setting up typing generation

  • 3f8ebcf Thanks @vnphanquang! - introduce source typing generation through import('@svelte-put/preprocess-inline-svg').Source (rethinking #184)

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Major Changes

  • 06c3733 Thanks @vnphanquang! - [BREAKING] deprecate inlineSrcAttributeName & keepInlineSrcAttribute options for individual source config, use the global PreprocessConfig (second arg to preprocess) instead

Patch Changes

  • 06c3733 Thanks @vnphanquang! - remove experimental source typing: DX is not acceptable. Maybe we can try doing this in a vite plugin instead
svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 028ef5d Thanks @vnphanquang! - Defer ignore element searching until runtime (support dynmaically-rendered children) - #178
svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 33c9472 Thanks @vnphanquang! - Export experimental typing generation for Source (type inference for the data-inline-src attribute)
svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a992ecc Thanks @vnphanquang! - fix erroneous request to /undefined when no sources are provided (thanks @jamesbirtles with report in #151)

  • da8df76 Thanks @vnphanquang! - fix package.json exports for helpers entry

svelte-put - @svelte-put/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • #160 2ab1c3e Thanks @vnphanquang! - Logic correction to correctly cache & reset operations when toc is used in layout and across page navigation