Releases: KazariEX/plain-shiki
Releases · KazariEX/plain-shiki
v0.0.12
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
Features
Performance
- keep the grammar state of the last editing line
- optimize continuous input
Bug Fixes
- merge lines to diff overlapping content
v0.0.9
Bug Fixes
- delete ranges instead of highlights
- avoid deleting external stylesheet
- avoid running
dispose
multiple times
v0.0.8
Features
- calc edit diff for better rerendering
Bug Fixes
- delete highlights when disposing
v0.0.7
Performance
- support parsing and caching line by line based on shiki grammar state
v0.0.6
Performance
- reduce the time complexity of finding node and offset
- don't wrap
update
with debounce
when delay is zero
Bug Fixes
v0.0.5
Features
- support
contenteditable
without plaintext-only