Skip to content

Latest commit

Β 

History

History
215 lines (144 loc) Β· 12.4 KB

CHANGELOG.md

File metadata and controls

215 lines (144 loc) Β· 12.4 KB

Changelog

0.14.7 | 2023-12-15

πŸ™Œ Contributions

0.14.6 | 2023-12-07

πŸš€ Features & Fixes

  • fix: update razor grammar source
  • fix: update kotlin language source
  • fix: update vue syntax path

πŸ™Œ Contributions

0.14.5 | 2023-10-10

πŸš€ Features & Fixes

  • feat: add gql as an alias of graphql

πŸ™Œ Contributions

0.14.4 | 2023-08-31

πŸš€ Features & Fixes

  • feat: add ziglang
  • fix: inconsistent git core.ignorecase causes marko.sample added/removed
  • feat: add mojo lang
  • feat: add mdc grammar

πŸ™Œ Contributions

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

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


0.14.1 | 2023-02-09

  • πŸ™Œ Scrollable
     elements should be focusable. #428. Thanks to contribution from @kevinleedrum.

0.14.0 | 2023-01-29

0.13.0 | 2023-01-27

  • 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 for shell. #389.
  • πŸ™Œ Added jison and wgsl languages. #413. Thanks to contribution from @muenzpraeger

Themes

  • Renamed material-<themeName> to material-theme-<themeName>. For example, material-ocean to material-theme-ocean. material-default is renamed to material-theme.

0.10.1

Full Changelog: v0.10.0...v0.10.1


0.2.7 | 2020-11-13

  • Fix color fallback issues. #100.
  • πŸ™Œ Add Applescript grammar. #99. Thanks to contribution from Arturo GalΓ‘n.

0.2.6 | 2020-09-28

  • Upgrade to onigasm 2.2.5.
  • Add Erlang grammar.
  • πŸ™Œ Add Elixir grammar. #95. Thanks to contribution from Sebastien Baudray.
  • πŸ™Œ Fix wrong escape sequence in vuepress plugin. #93. Thanks to contribution from Yu Zhang.

0.2.5 | 2020-09-17

  • Reduce dependency size (shiki-themes is 47M). #94.

0.2.4 | 2020-09-13

  • Fix RangeError: Invalid array length in vuepress-plugin-shiki.
  • πŸ™Œ Wrap line in <span class='line'></span>. #76. Thanks to contribution from Christoph Werner.

0.2.3 | 2020-09-08

  • Add 文言 language. #88.
  • Add slack-theme-dark-mode and slack-theme-ochin themes. Thanks to contribution from Christoph Werner. #78.

0.2.2 | 2020-08-26

  • Fix dark-plus syntax highlighting for uncolored white text.

0.2.1 | 2020-08-24

  • Allow custom languages for vuepress. #80.
  • Fix php syntax highlighting. #21.
  • Add jinja-html language, which embeds jinja language. #24.
  • Remove vue-html language. Either use vue or html language.

0.2.0 | 2020-08-24

  • Normalize all theme names to kebab-case.
  • Add GitHub light/dark themes.
  • Remove less popular themes.
  • Add hlsl, asm (x86 Assembly), m (Matlab), sas, d, dart, plsql, logo, , pas (Object Pascal/Delphi), cobol, kt (Kotlin), scala, abap, julia, scheme, prolog, ada, lisp, apex, fortran, haskell, hcl, hack, awk, as (ActionScript), tcl, ocaml, viml, puppet, jsonnet, smalltalk, cr (Crystal), wat (WASM), nix, elm, purescript and svelte languages.
  • Add pug language and make jade an alias of it.
  • Use GitHub workflow to update grammars periodically. #72.
  • Use GitHub workflow to update themes periodically. #71.
  • Use theme foreground color when color of token is undefined. #27.
  • SVG Renderer. #2.
  • Fix HTML escaping. #26 and #28. Thanks to contribution from @jackens.
  • πŸ™Œ Add an option to skip generating the explanation text. #52. Thanks to contribution from Gerrit Birkeland.
  • πŸ™Œ Improve performance by avoiding some unnecessary string copies. #51. Thanks to contribution from Gerrit Birkeland.
  • πŸ™Œ Allow loading custom tmLanguage. #10 and #49. Thanks to contribution from Orta Therox and @pngwn.
  • πŸ™Œ Update Java grammar. #36 and #37. Thanks to contribution from @0xflotus.

0.1.7 | 2020-04-28

  • Update to latest Dark+/Light+ theme from VS Code.

0.1.6 | 2019-09-19

0.1.5 | 2019-09-09

  • Begin to keep a changelog. #7.
  • Accept plaintext, text and txt as lang. Will return code as it is. #16.
  • Add jsonc language. #18.
  • Add csharp language. #14.
  • Add md as an alias for markdown.
  • Add zsh as an alias for bash.
  • Add yml as an alias for yaml.
  • πŸ™Œ Use json5 for parsing theme as JSONC. #11. Thanks to contribution from Wes Bos.