Skip to content

Latest commit

 

History

History
119 lines (60 loc) · 7.94 KB

CHANGELOG.md

File metadata and controls

119 lines (60 loc) · 7.94 KB

Changelog

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

2.0.0-next.5

Patch Changes

2.0.0-next.4

Patch Changes

2.0.0-next.3

Patch Changes

2.0.0-next.2

Patch Changes

2.0.0-next.1

Patch Changes

2.0.0-next.0

Major Changes

  • #298 439bced Thanks @github-actions! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs

1.0.1

Patch Changes

1.0.0

Major Changes

0.3.3

Patch Changes

0.3.2

Patch Changes

  • 8e4168a Thanks @vnphanquang! - when anchor is enabled, add attribute data-auto-slug-anchor-position for quick retrieve the anchor element at runtime (used by @svelte-put/toc)

0.3.1

Patch Changes

  • dbeecf8 Thanks @vnphanquang! - fix: duplication in slug from getTextContent; should only walk node once

  • abb54f6 Thanks @vnphanquang! - allow skipping processing with <!-- ignore @svelte-put/preprocess-auto-slug -->

0.3.0

Minor Changes

  • #93 3377f8d Thanks @vnphanquang! - add data-autoslug and data-autoslug-anchor attributes to mark that these elements have been processed by preprocess-auto-slug

  • #93 8c89776 Thanks @vnphanquang! - add option to filter which files to process

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes