Skip to content

Release v1.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:05
· 22 commits to main since this release
v1.8.3
36afe81

Caution

This release is broken and deprecated on npm — use v1.8.4 or later.

Importing anything from @humanspeak/svelte-markdown/extensions (even just markedAlert) fails with Could not resolve "shiki/core" unless the optional shiki peer dependency is installed. The barrel mistakenly re-exported the shiki extension, whose static shiki/core import forces bundlers to resolve shiki for every barrel consumer. Fixed in v1.8.4 (#369).

If you use the shiki extension: after upgrading, change your import from @humanspeak/svelte-markdown/extensions to @humanspeak/svelte-markdown/extensions/shiki. All other barrel exports are unchanged.

Changes in this Release
refactor(parser): single identity rule for streaming token reuse

For more details, see the Pull Request