@cniot/mdd-editor 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.3.5
2
+
3
+ - feat: 本地修改 diff 支持左右对照查看,按文件展示“上次发送”和“本地修改”,滚动时两侧天然同步。
4
+ - feat: diff 查看支持 JSON、JSX、LESS 轻量语法高亮,并保留旧 bridge 的文本 diff 回退。
5
+ - chore: 推荐配套版本为 `@cniot/mdd-editor >= 0.3.5` + `@cniot/mdd-ai-bridge >= 0.1.7`。
6
+
1
7
  # 0.3.4
2
8
 
3
9
  - feat: 优化“本地 AI 工作区”抽屉视觉层级,拆分 Bridge 状态、工作区操作、辅助操作区域,减少按钮拥挤。