We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5df45 commit 98cbfb1Copy full SHA for 98cbfb1
2 files changed
README-zh.md
@@ -185,9 +185,10 @@ v-code-diff 的 1.x 版本相较于 0.x 版本,具有打包体积减小、性
185
186
## 变更记录
187
188
-### 1.0.0-alpha.0
189
-
190
-1. 重构后第一版
+### 1.0.0
+重构后第一版
+1. 移除 diff2html 依赖,自行绘制 ui。由于摆脱了 diff2html 依赖,解决了之前很多样式问题
191
+2. 更准确的语法高亮,更快的高亮速度
192
193
### 0.3.12
194
README.md
@@ -193,7 +193,8 @@ simultaneously.
### 1.0.0-alpha.0
195
196
-1. The first version after restructuring.
+1. Remove the diff2html dependency and draw the UI by self. By getting rid of the diff2html dependency, many styling problems have been resolved.
197
+2. More accurate syntax highlighting and faster highlighting speed.
198
199
200
0 commit comments