look-ui 1.1.23 → 1.1.25
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 +36 -4
- package/dist/look-ui.common.js +1306 -119
- package/dist/look-ui.css +1 -1
- package/dist/look-ui.umd.js +1312 -125
- package/dist/look-ui.umd.min.js +7 -1
- package/package.json +5 -4
- package/src/App.vue +76 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,51 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [1.1.25](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.25) (2023-11-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
9
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
10
|
+
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Performance Improvements
|
|
19
|
+
|
|
20
|
+
* 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
|
|
21
|
+
|
|
22
|
+
## [1.1.24](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.24) (2023-10-31)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
28
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
34
|
+
|
|
3
35
|
## 1.1.23 (2023-10-27)
|
|
4
36
|
|
|
5
37
|
|
|
6
38
|
### Bug Fixes
|
|
7
39
|
|
|
8
|
-
* 修复导入的任务不在对应的tab问题 ([5e44043](
|
|
9
|
-
* 修复导入的任务列表没有查重结果时报错问题 ([f91eecb](
|
|
40
|
+
* 修复导入的任务不在对应的tab问题 ([5e44043](http://192.168.0.66/font-end/look-ui/commit/5e440438c305ba4b385158bdda558794051691a2))
|
|
41
|
+
* 修复导入的任务列表没有查重结果时报错问题 ([f91eecb](http://192.168.0.66/font-end/look-ui/commit/f91eecba195a6352c5e8cf1daee1c4507b245fe0))
|
|
10
42
|
|
|
11
43
|
|
|
12
44
|
### Features
|
|
13
45
|
|
|
14
|
-
* 发布时自动更新CHANGELOG ([86576d1](
|
|
46
|
+
* 发布时自动更新CHANGELOG ([86576d1](http://192.168.0.66/font-end/look-ui/commit/86576d128e3b15718e51b0a3a7851a5c4223897a))
|
|
15
47
|
|
|
16
48
|
|
|
17
49
|
### Performance Improvements
|
|
18
50
|
|
|
19
|
-
* 查重组件优化 ([5e604d9](
|
|
51
|
+
* 查重组件优化 ([5e604d9](http://192.168.0.66/font-end/look-ui/commit/5e604d92fd7c95ed1560630b577b493e54638031))
|