@dao42/d42paas-front 0.9.167 → 0.9.168

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.168
3
+ ### 优化
4
+ + 优化`markdown`预览`postion`超出文档问题
5
+ + 优化非`ideserver`更新文件,文件被覆盖问题(vim编辑)
6
+ + 完善SDK注册事件日志上报
7
+ + 优化浏览器回放, 切换到不支持模式的时候, 浏览器组件重置默认页面效果
8
+ + 优化HTML模版不支持浏览器回放功能
9
+ + 优化链式跟随模式, 跟随名称的显示优化(A跟随B, B跟随C, 实际上是A链式跟随C,显示A看到的跟随名称是B)
10
+ + 优化跟随模式下,出题场景下, 切换角色时,面试官看不到隐藏文件问题
11
+ + 优化链式跟随模式下,不同用户来回切换文件问题
12
+ + 优化链式跟随模式下, `editor`滚动的跟随效果
13
+
14
+
2
15
  ## v0.9.167
3
16
  ### 新增
4
17
  + 新增`showRRwebController` 属性来控制RRWEB回放的播放控制器(用于业务方调试)