@dao42/d42paas-front 0.9.187 → 0.9.189

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,16 @@
1
1
  # 更新日志
2
+ ## v0.9.189
3
+ ### 优化
4
+ + 优化答题区域删除内容,必须保留一个空白行
5
+ + 优化文件树,隐藏、测试用例等行为,在答题时的交互行为为无选中状态,并无hover 状态
6
+ + 优化`Markdown`图片预览的操作按钮区域添加`d42-image-preivew-actions`类命,防止样式重写冲突问题
7
+ ### 修复
8
+ + 修复回放报错问题
9
+ ## v0.9.188
10
+ ### 新增
11
+ + 新增`Markdown`预览页面,图片点击放大旋转等效果
12
+ ### 优化
13
+ + 优化`Editor`的`placeholder`多行时,光标过长问题
2
14
  ## v0.9.187
3
15
  ### 优化
4
16
  + 实现多人操作时,同步双方对文本的选中高亮效果