Skip to content

Commit

Permalink
release: v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Oct 10, 2024
1 parent 66e37ba commit 7d4ae5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.0.11 (2024-10-10)

### 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

## 0.0.9 (2024-10-08)

### Bug Fixes
Expand All @@ -10,7 +25,7 @@

### Features

- calc edit diff for better rerenderring
- calc edit diff for better rerendering

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plain-shiki",
"version": "0.0.10",
"version": "0.0.11",
"description": "Highlight your plaintext via Shiki",
"keywords": [
"shiki",
Expand Down

0 comments on commit 7d4ae5f

Please sign in to comment.