Releases: shikijs/shiki
Releases Β· shikijs/shiki
v0.13.0
0.13.0
- Improve grammar/theme fetching from marketplace.
- π Support CSON grammar sources. #413. Thanks to contribution from @muenzpraeger
- Add a Next.js 13 example.
- Add a
bgFillOpacity
option for SVG renderer. #276.
Languages
- Added
console
as an alias forshell
. #389. - π Added
jison
andwgsl
languages. #413. Thanks to contribution from @muenzpraeger
Themes
- Renamed
material-<themeName>
tomaterial-theme-<themeName>
. For example,material-ocean
tomaterial-theme-ocean
.material-default
is renamed tomaterial-theme
.
v0.12.0
Key Changes
Updates to the core libraries used in Shiki, and a huge set of docs improvements.
- feat: dependency updates incl. textmate by @muenzpraeger in #377
- feat: upgrade to vscode-textmate-v7. fix #343 by @octref in #361
- feat: resolve embedded languages automatically by @muenzpraeger in #379
What's Changed
- Fix:
fetchTheme
theme 'include' directory joining for absolute paths by @Oblongmana in #173 - feat: update HCL grammar source by @dbanck in #340
- Add several alias of languages by @dannypsnl in #344
- feat: add proto grammar by @ruanspies in #352
- fix: add 'cs' alias for csharp and 'fs' alias for fsharp by @mysticmind in #353
- add imba as a shiki syntax by @haikyuu in #363
- feat(lang): Add V support + robot: update grammars by @wennerryle in #374
- feat: update/add language definitions by @muenzpraeger in #378
- feat: add documentation / optimize WASM loading by @muenzpraeger in #384
New Contributors
- @Oblongmana made their first contribution in #173
- @dbanck made their first contribution in #340
- @dannypsnl made their first contribution in #344
- @ruanspies made their first contribution in #352
- @haikyuu made their first contribution in #363
- @wennerryle made their first contribution in #374
- @muenzpraeger made their first contribution in #377
Full Changelog: v0.11.0...v0.12.0
v0.10.1
What's Changed
New Languages
- feat: add stata lang by @kylebutts in #281
- feat: add rel lang by @robbear in #287
- feat: add marko language by @manan-gup in #299
- feat: Add ZenScript support by @jaredlll08 in #300
New Themes
- feat: add rose pine themes by @EmeraldSnorlax in #282
Fixes
- fix: updated astro grammar source by @JuanM04 in #293
- Split plaintext code into lines by @silvenon in #298
Docs
- docs: add Code Hike to "Seen" by @pomber in #284
- fix(docs): fixed custom language instructions by @JuanM04 in #294
New Contributors
- @kylebutts made their first contribution in #281
- @EmeraldSnorlax made their first contribution in #282
- @robbear made their first contribution in #287
- @JuanM04 made their first contribution in #293
- @silvenon made their first contribution in #298
- @manan-gup made their first contribution in #299
- @jaredlll08 made their first contribution in #300
Full Changelog: v0.10.0...v0.10.1