look-ui 1.3.8 → 1.3.9
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/CHANGELOG.md +13 -0
- package/dist/look-ui.common.js +4 -4
- package/dist/look-ui.css +1 -1
- package/dist/look-ui.umd.js +4 -4
- package/dist/look-ui.umd.min.js +4 -4
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [1.3.9](http://192.168.0.66/font-end/look-ui/compare/1.3.8...1.3.9) (2024-03-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 修复任务类型不显示的问题 ([ab67d6d](http://192.168.0.66/font-end/look-ui/commits/ab67d6d3191e30b8d63d1e633956966b9d2e722b))
|
|
9
|
+
* ZLTZJ-57 修复处理结果显示html标签问题 ([3ec784f](http://192.168.0.66/font-end/look-ui/commits/3ec784fe641b029e73f1f28c54be7ceade0e84bc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* 添加 babel 插件,生产环境不显示 console ([6e0b125](http://192.168.0.66/font-end/look-ui/commits/6e0b125b3ebf0d08b8c465368a5ade182ed2abd2))
|
|
15
|
+
|
|
3
16
|
## [1.3.8](http://192.168.0.66/font-end/look-ui/compare/1.2.10...1.3.8) (2024-03-28)
|
|
4
17
|
|
|
5
18
|
|