look-ui 1.2.0 → 1.2.2
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 +15 -0
- package/dist/look-ui.common.js +2 -2
- package/dist/look-ui.css +1 -1
- package/dist/look-ui.umd.js +2 -2
- package/dist/look-ui.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/App.vue +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [1.2.2](http://192.168.0.66/font-end/look-ui/compare/1.2.1...1.2.2) (2023-12-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* ZDRWFJ-1845 对任务进行关注等操作后, 默认选中第一条任务 ([82bb811](http://192.168.0.66/font-end/look-ui/commits/82bb811ee9c0f05b5ae09f620f9e757e3b00affd))
|
|
9
|
+
* ZDRWFJ-1832 修复数据变化但视图未更新问题 ([0c52bfb](http://192.168.0.66/font-end/look-ui/commits/0c52bfb00169903965534ce27b0d0bb10d9b1653))
|
|
10
|
+
|
|
11
|
+
## [1.2.1](http://192.168.0.66/font-end/look-ui/compare/1.2.0...1.2.1) (2023-12-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* ZDRWFJ-1809 切换查重点时, 将各个checkbox设置为false ([8d72b11](http://192.168.0.66/font-end/look-ui/commits/8d72b111bbc4cb029c77b3d290fe901821feccdb))
|
|
17
|
+
|
|
3
18
|
# [1.2.0](http://192.168.0.66/font-end/look-ui/compare/1.1.30...1.2.0) (2023-12-07)
|
|
4
19
|
|
|
5
20
|
|