@dao42/d42paas-front 0.9.202 → 0.9.204

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,13 @@
1
1
  # 更新日志
2
+ ## v0.9.204
3
+ ### 优化
4
+ + 优化在切题模式下, 开发者工具显示问题
5
+ ## v0.9.203
6
+ ### 优化
7
+ + 浏览器组件打开新的Tab页Icon添加Tips
8
+ + 开发者工具按钮只有在运行时才显示
9
+ + 优化开发者工具按钮连续快速点击开发者工具没显示出来问题
10
+ + 优化浏览器组件Iframe内容不展示问题
2
11
  ## v0.9.202
3
12
  ### 新增
4
13
  + 新增开发者工具显示与隐藏状态广播事件`devtoolStatusChange`,业务方可以根据该事件进行相应的UI调整等处理