v3.7.0
- core: Support resolving langAlias in bundle-factory, close #952 - by @antfu in https://github.com/shikijs/shiki/issues/952 (4a858)
- shiki:
- Astro partial syntax highlighting error - by @yvbopeng and @antfu in https://github.com/shikijs/shiki/issues/1035 (a12f7)
- Only apply
light-dark
on colors, close #1036 - by @antfu in https://github.com/shikijs/shiki/issues/1036 (ac58a)
v3.5.0
- Add support for CSS
light-dark()
function in dual themes - by @dahlia and @antfu in https://github.com/shikijs/shiki/issues/1028 (119b2)
- Correct style comparison logic in mergeAdjacentStyledTokens - by @nekomoyi in https://github.com/shikijs/shiki/issues/1017 (e75a9)
- Update styling for removed vp-code class and fix word highlighting - by @luke358 in https://github.com/shikijs/shiki/issues/1021 (494f7)
v3.4.2
- markdown-it: Add langAlias option - by @uncenter in https://github.com/shikijs/shiki/issues/1018 (97ff4)
v3.4.1
- rehype: Add langAlias option - by @SoonIter in https://github.com/shikijs/shiki/issues/1015 (88d1a)
- transformers:
transformerRemoveNotationEscape
support rehype plugin usage - by @fuma-nama in https://github.com/shikijs/shiki/issues/1011 (946ef)
- vitepress-twoslash: Empty twoslash error at end of the line - by @zzxming and @antfu in https://github.com/shikijs/shiki/issues/999 (d27b5)
v3.3.0
- Update deps - by @antfu (ac6be)
- core: Add option to merge consecutive tokens with same style - by @yvbopeng and @antfu in https://github.com/shikijs/shiki/issues/972 and https://github.com/shikijs/shiki/issues/991 (c806a)
- colorized-brackets: Handle correctly with dual themes - by @oatmealproblem and Anthony Fu in https://github.com/shikijs/shiki/issues/997 (71d1b)
- transformers: Whitespace rendering transformer for inline structure - by @nvlang and Anthony Fu in https://github.com/shikijs/shiki/issues/995 (93251)
v3.2.2
- Add handling for
FontStyle.Strikethrough
- by @dhruvkb in https://github.com/shikijs/shiki/issues/976 (f14f2)
v3.2.1
No significant changes
v3.2.0
- Upgrade deps, new langs and themes - by @antfu (b11c6)
- Faild to run shiki doc server locally - by @Hephaest in https://github.com/shikijs/shiki/issues/959 (3bbd8)