Skip to content

Releases: KazariEX/plain-shiki

v0.3.2

02 Nov 05:41

Choose a tag to compare

Bug Fixes

  • correct types of lang and themes

v0.3.1

17 Sep 08:42

Choose a tag to compare

Chores

  • add release workflow for trusted publishing

v0.3.0

05 Jun 16:58

Choose a tag to compare

Performance

  • skip rendering of empty tokens

Refactors

  • remove low yield temporary update strategy
  • remove isSupported from returns
  • annotate the return types explicitly

v0.2.0

05 Mar 09:38

Choose a tag to compare

Chores

  • update deps

v0.1.0

05 Feb 09:17

Choose a tag to compare

Chores

  • ship ESM only

v0.0.12

11 Oct 08:01
f4325fa

Choose a tag to compare

Features

  • add defaultSelector option
  • allow passing false to defaultTheme

Bug Fixes

  • avoid index out of bounds during temporary updates
  • should not use the end index of longer lines

v0.0.11

10 Oct 09:02
88d1046

Choose a tag to compare

Features

  • add defaultTheme option

Performance

  • keep the grammar state of the last editing line
  • optimize continuous input

Bug Fixes

  • merge lines to diff overlapping content

v0.0.9

07 Oct 17:17

Choose a tag to compare

Bug Fixes

  • delete ranges instead of highlights
  • avoid deleting external stylesheet
  • avoid running dispose multiple times

v0.0.8

07 Oct 11:47

Choose a tag to compare

Features

  • calc edit diff for better rerendering

Bug Fixes

  • delete highlights when disposing

v0.0.7

05 Oct 19:03

Choose a tag to compare

Performance

  • support parsing and caching line by line based on shiki grammar state