v3.17.0
- cli: Support passing remote file url - by @o-az in https://github.com/shikijs/shiki/issues/1139 (fb05a)
- core: Support embeddedLanguages alias for backwards compatibility - by @Ipshita29 in https://github.com/shikijs/shiki/issues/1044 and https://github.com/shikijs/shiki/issues/1145 (3a367)
- monaco: Normalize theme tokenScopes and tighten monaco type import - by @Simon-He95 in https://github.com/shikijs/shiki/issues/1140 (dc792)
- monaco: Preserve Markdown font styles - by @prempyla and @antfu in https://github.com/shikijs/shiki/issues/1107 (e4dec)
- shiki: Rename
createdBundledHighlightertocreateBundledHighlighter- by @tushar73-jet, Tushar and @antfu in https://github.com/shikijs/shiki/issues/1135 (e6d21) - transformers: Handle multi-token comments in rose-pine theme - by @ish1416 and @antfu in https://github.com/shikijs/shiki/issues/1118 (3e1bd)
- twoslash: Fix typo in
twoslash-query-persisted, close #1130, close #981 - by @antfu in https://github.com/shikijs/shiki/issues/1130 and https://github.com/shikijs/shiki/issues/981 (55a17) - types: Add 'plain' to PlainTextLanguage type - by @kevinkucharczyk in https://github.com/shikijs/shiki/issues/1133 (156c5)
v3.16.0
- Update grammars - by @antfu (02dab)
- Enable decorations for structure: inline - by @Aashish-Jha-11 and Aashish_Jha_1107 in https://github.com/shikijs/shiki/issues/1103 (8806b)
- Resolve vitest alias for wasm-inlined - by @sahilsharda (2d7b3)
- transformers: Support comment-prefixed [code . highlight] markers in v3 notation matcher - by @Hariksh in https://github.com/shikijs/shiki/issues/1102 (5068b)
v3.15.0
- lang-ansi: Fallback for missing theme ANSI colors - by @Chanakyasinde and @antfu in https://github.com/shikijs/shiki/issues/1095 (f36ea)
- transformers: Support
meta.indentfor indent guides - by @L33Z22L11 in https://github.com/shikijs/shiki/issues/1087 (d8f89)
- Allow singleton highlighter recovery after invalid language error - by @Maxiemad in https://github.com/shikijs/shiki/issues/1091 (218c9)
- vitepress-twoslash: Prevent popper show/hide on dragging - by @bluwy in https://github.com/shikijs/shiki/issues/1090 (29522)
v3.14.0
- Update grammars and themes - by @antfu (26372)
- colorized-brackets: Fix default color does not work with colorized-brackets - by @oatmealproblem in https://github.com/shikijs/shiki/issues/1082 (f4d3f)
v3.13.0
- transformers: Render indent guides - by @KazariEX and @antfu in https://github.com/shikijs/shiki/issues/1060 (aecd1)
v3.12.3
@shikijs/twoslashversion specifier - by @9romise in https://github.com/shikijs/shiki/issues/1078 (a1cde)
v3.12.2
- twoslash: Fix
onTwoslashErrorreturn value handling - by @Karibash in https://github.com/shikijs/shiki/issues/1070 (e86b0)
v3.12.1
No significant changes
v3.12.0
- vitepress-twoslash:
- Improve UX for option customization - by @9romise in https://github.com/shikijs/shiki/issues/1066 (e3cfd)
- Twoslash inline type cache for markdown - by @serkodev and @antfu in https://github.com/shikijs/shiki/issues/1063 (dc7fb)
- remove-notation-escape: Correct escape sequence - by @sor4chi in https://github.com/shikijs/shiki/issues/1065 (22d0c)
v3.11.0
- core: Add
enforceoptions toShikiTransformer- by @serkodev and @antfu in https://github.com/shikijs/shiki/issues/1062 (8ad05)