Releases: shikijs/shiki
Releases · shikijs/shiki
v2.2.0
🚨 Breaking Changes
🚀 Features
- Improve warning messages - by @antfu (0f27a)
- Allow nested decorations which share an 'edge' with parent - by @ms264556 in #911 (482ad)
- engine-js: Update deps, support more languages - by @slevithan in #903 (13533)
- markdown-it: Support
markdown-it-async
integration - by @antfu in #902 (4d59c) - rehype: Support
fallbackLanguage
on lazy mode - by @fuma-nama in #912 (6a852)
🐞 Bug Fixes
- Warn about missing deprecation - by @antfu (708e3)
- Mark
engine
required increateHighlighterCore
- by @antfu (1212f) - colorized-brackets:
- core:
- transformers:
View changes on GitHub
v1.29.2
🚨 Breaking Changes
🚀 Features
- Improve warning messages - by @antfu (0f27a)
- engine-js: Update deps, support more languages - by @slevithan in #903 (13533)
- markdown-it: Support
markdown-it-async
integration - by @antfu in #902 (4d59c)
🐞 Bug Fixes
- Warn about missing deprecation - by @antfu (708e3)
- Mark
engine
required increateHighlighterCore
- by @antfu (1212f) - colorized-brackets: Use object style
htmlStyle
- by @antfu (eab5b) - core: Soft require
engine
options - by @antfu (10a6f) - transformers: Bring back missing createCommentNotationTransformer, fix #907 - by @antfu in #907 (fc744)
View changes on GitHub
v2.1.0
🚀 Features
- engine-js: Update deps, support more languages - by @slevithan in #903 (13533)
- markdown-it: Support
markdown-it-async
integration - by @antfu in #902 (4d59c)
View changes on GitHub
v2.0.3
v2.0.2
🐞 Bug Fixes
View changes on GitHub
v2.0.1
v2.0.0
Read the announcement: Shiki v2
View changes on GitHub
v1.29.1
v1.29.0
🚀 Features
- transformers: Introduce
matchAlgorithm
option for new matching algorithm - by @fuma-nama and @antfu in #835 (ceca9)
View changes on GitHub
v1.28.0
🚀 Features
- engine-js: Improve performance for some languages - by @slevithan in #897 (e86ca)
🐞 Bug Fixes
- rehype: Improve
lazy
performance - by @fuma-nama in #896 (5c10f)