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)
v3.1.0
- engine-js: Bump deps to work around Safari bug with some grammars - by @slevithan in https://github.com/shikijs/shiki/issues/941 (47205)
- twoslash: Upgrade twoslash v0.3, require typescript v5.5+, close #950, close #951 - by @antfu in https://github.com/shikijs/shiki/issues/950 and https://github.com/shikijs/shiki/issues/951 (5c6f9)
- monaco: Handle missing settings in textmate theme func - by @felipetodev in https://github.com/shikijs/shiki/issues/939 (19f75)
v3.0.0
- Remove deprecated apis for v3.0 - by @antfu in https://github.com/shikijs/shiki/issues/900 (55c15)
- Remove
node10
typescript resolution support - by @userquin in https://github.com/shikijs/shiki/issues/923 (ccb58) - twoslash: Make default
moduleResolution
tobundler
- by @antfu in https://github.com/shikijs/shiki/issues/936 (e924d)
- transformers:
- Also remove extra newline token, fix #915 - by @antfu in https://github.com/shikijs/shiki/issues/915 (cc591)
- Support matching comments in comments, fix #934 - by @antfu in https://github.com/shikijs/shiki/issues/934 (6efc8)
- Fix matching indices for word-highlight - by @artt in https://github.com/shikijs/shiki/issues/909 (57a09)
v2.5.0
- transformers:
- Also remove extra newline token, fix #915 - by @antfu in https://github.com/shikijs/shiki/issues/915 (457b0)
- Support matching comments in comments, fix #934 - by @antfu in https://github.com/shikijs/shiki/issues/934 (9221e)
- Fix matching indices for word-highlight - by @artt in https://github.com/shikijs/shiki/issues/909 (58ea0)
v2.4.2
- Replace picocolors and chalk with ansis - by @webdiscus in https://github.com/shikijs/shiki/issues/935 (ecc4a)
- core: Expose
flatTokenVariants
utility, refactor utils folder - by @antfu (634fa)
v2.4.0
- shortcuts: Guess embedded language and auto load in shortcuts - by @antfu in https://github.com/shikijs/shiki/issues/932 (20e6c)