Skip to content

Release v1.8.4

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:48
· 20 commits to main since this release
v1.8.4
721cd59

Important

This release fixes v1.8.0–v1.8.3, which are deprecated on npm: those versions broke module resolution (Could not resolve "shiki/core") for anyone importing from @humanspeak/svelte-markdown/extensions without the optional shiki peer dependency installed.

If you use the shiki extension, update your import — everything else is unchanged:

- import { createShikiHighlighter, ShikiCode, setShikiHighlighter } from '@humanspeak/svelte-markdown/extensions'
+ import { createShikiHighlighter, ShikiCode, setShikiHighlighter } from '@humanspeak/svelte-markdown/extensions/shiki'

Changes in this Release
fix(extensions): drop shiki from the extensions barrel

For more details, see the Pull Request