@dao42/d42paas-front 0.9.199 → 0.9.200

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,4 +1,17 @@
1
1
  # 更新日志
2
+ ## v0.9.200
3
+ ### 新增
4
+ + 新增关闭与打开LSP功能的接口`turnOnLSPServer`
5
+ ```ts
6
+ daoPaasObj.turnOnLSPServer(true/false);
7
+ ```
8
+ + 新增AI修改AI代码块增加确认机制
9
+ + 新增支持AI修改跨多个代码块修改,并进行代码块的拆分
10
+ + 新增浏览器组件的响应式处理, `开发工具`在小屏的时候,显示ICON,并且新增Tips提示,并能跟随浏览器组件的大小变化进行切换
11
+ ### 优化
12
+ + 优化Tips在Windows下存在文字换行的问题
13
+ + 优化AI代码块的相关交互动画流畅行为
14
+
2
15
  ## v0.9.199
3
16
  ### 新增
4
17
  + 新增`Editor` 空白页面可进行内容配置属性`editorBlankContent`