File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ See example project [Example](https://github.com/MrWangJustToDo/git-diff-view/tr
40
40
| [ ` @git-diff-view/vue ` ] ( packages/vue ) | [ ![ npm (scoped)] ( https://img.shields.io/npm/v/%40git-diff-view/vue )] ( https://www.npmjs.com/package/@git-diff-view/vue ) |
41
41
| [ ` @git-diff-view/solid ` ] ( packages/solid ) | [ ![ npm (scoped)] ( https://img.shields.io/npm/v/%40git-diff-view/solid )] ( https://www.npmjs.com/package/@git-diff-view/solid ) |
42
42
| [ ` @git-diff-view/svelte ` ] ( packages/svelte ) | [ ![ npm (scoped)] ( https://img.shields.io/npm/v/%40git-diff-view/svelte )] ( https://www.npmjs.com/package/@git-diff-view/svelte ) |
43
+ | [ ` @git-diff-view/cli ` ] ( packages/cli ) | [ ![ npm (scoped)] ( https://img.shields.io/npm/v/%40git-diff-view/cli )] ( https://www.npmjs.com/package/@git-diff-view/cli ) |
43
44
44
45
### syntax highlighter
45
46
@@ -93,6 +94,7 @@ setEnableFastDiffTemplate(true);
93
94
+ [x] Support ` Diff Match Patch ` to improve line diff (experimental)
94
95
+ [x] Support ` SSR ` for ` React ` and ` Vue ` component (since v0.0.21)
95
96
+ [x] Support ` RSC ` for ` React ` component (since v0.0.21)
97
+ + [x] More Render Platform: ` Solid ` / ` Svelte ` / ` Cli `
96
98
+ [ ] Support ` Virtual Scroll ` to improve performance
97
99
98
100
You can’t perform that action at this time.
0 commit comments