Releases: shikijs/shiki
Releases Β· shikijs/shiki
v0.14.3
0.14.3 | 2023-06-25
π Features & Fixes
- fix: exclude dark/light modern themes for now
- fix: fix unzipping issue with unzipper. fix #478
π Contributions
- feat: add narrat grammar | #489 | @liana-p
- feat: add glimmer js/ts language | #486 | @IgnaceMaes
- feat: add
displayName
toBUNDLED_LANGUAGES
| #470 | @lawvs - Specify langs in browser based example | #477 | @wesbos
- feat: add hjson | #471 | @AkaraChen
- feat: add nextflow grammar | #472 | @mashehu
- feat: add cypher grammar | #465 | @KevinBatdorf
- feat: add vyper grammar | #466 | @KevinBatdorf
- feat: add beancount grammar | #468 | @KevinBatdorf
v0.14.2
0.14.2 | 2023-04-28
π Features & Fixes
- fix: improve changelog generation
- fix: remove dlx to avoid playwright version mismatch
- feat: generate changelog. fix #223
π Contributions
- feat: add kusto grammar (#431) | @KevinBatdorf
- Add support for the css-variables theme to ansi rendering | #435 | @blake-mealey
- feat: add wolfram grammar | #464 | @KevinBatdorf
- feat: add c++ and golang support | #459 | @xinconan
- fix: avoid poisoning global scope | #457 | @Ayc0
- fix(type):
theme
field autocompletion | #449 | @vaakian - feat: add reg grammar | #455 | @KevinBatdorf
- Update Kotlin grammar and add a sample | #445 | @alllex
- fix: marko, mdx, vue | #452 | @LeoDog896
- feat(gd*): add gdscript family | #451 | @LeoDog896
- fix: add
protobuf
language id alias | #446 | @dimitropoulos - feat(lang): add alias dockerfile -> docker | #444 | @ezracelli
- fix: faster parsing time for assets | #443 | @banga
- docs: update the src of VS Code Oniguruma repo | #440 | @donaldxdonald
- docs: fix grammar of "grammar's" | #442 | @comex
v0.14.0
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