look-ui 1.1.27 → 1.1.28

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/.release-it.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "commitMessage": "release: v${version}"
7
7
  },
8
8
  "npm": {
9
- "publish": false
9
+ "publish": true
10
10
  },
11
11
  "hooks": {
12
12
  "after:bump": "echo 更新版本成功"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
 
2
2
 
3
+ ## [1.1.28](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.28) (2023-11-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 修复点击标题问题 ([fce11f8](http://192.168.0.66/font-end/look-ui/commits/fce11f8cfed110312f3349c144ac17d180e7927b))
9
+ * 修复点击查看详情没有返回当前任务信息问题 ([c357609](http://192.168.0.66/font-end/look-ui/commits/c357609d801b35425f148806039b441a33df2ba8))
10
+ * 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
11
+ * 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
12
+ * 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
13
+ * 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
14
+
15
+
16
+ ### Features
17
+
18
+ * 添加查重结果操作按钮自定义插槽 ([35ce733](http://192.168.0.66/font-end/look-ui/commits/35ce733081d4c471d58e154d441aae8a13e9f9b6))
19
+ * 添加查重结果详情回调 ([8214267](http://192.168.0.66/font-end/look-ui/commits/82142679185e4a35064c5871dabe3ac033bd8d15))
20
+ * 添加点击任务标题回调 ([8697c36](http://192.168.0.66/font-end/look-ui/commits/8697c36d08ee1bfb44df3b6ec9c1f0cfde83ace2))
21
+ * 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
22
+
23
+
24
+ ### Performance Improvements
25
+
26
+ * 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
27
+
3
28
  ## [1.1.27](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.27) (2023-11-02)
4
29
 
5
30
 
package/README.md CHANGED
@@ -10,7 +10,29 @@
10
10
  1. 在终端执行 `npm run lib` 命令即可
11
11
 
12
12
  ## 如何发布到 npm ?
13
+
14
+ ### 准备
15
+ 1. 修改 npm 源为 npm 官方源, 否则在发布时会报错, 在终端执行 `npm config set registry https://registry.npmjs.org/`
16
+ 2. 执行 `npm login` , 登录 npm 账号
17
+ 3. 确保已经执行了 `npm run lib` 命令
18
+
19
+ ### 手动发布
13
20
  1. 修改 package.json 中的 version 版本号
14
- 2. 修改 npm 源为 npm 官方源, 否则在第3步会报错, 在终端执行 `npm config set registry https://registry.npmjs.org/`
15
- 3. 执行 `npm login` , 登录 npm 账号
16
- 4. 执行 `npm publish` 发布到 npm 官方源
21
+ 2. 执行 `npm publish` 发布到 npm 官方源
22
+
23
+ ### 自动发布
24
+ 1. 执行 `npm run release --release-as x.y.z`
25
+
26
+ 其中 x.y.z 为版本号, 例如 1.1.27, 该命令会根据你的 git 提交信息自动生成 CHANGELOG.md 文件.
27
+ > 注意: git 提交信息应以`feat、chore、fix、style、refactor、perf`等前缀作为开头(更多前缀可搜索 git-cz), 否则提交信息不会出现在 CHANGELOG.md 中
28
+
29
+ ### 用哪个?
30
+ 推荐使用自动发布, 它会自动生成 CHANGELOG.md 文件, 方便查看更新内容.
31
+
32
+ ### 修改版本号的规则
33
+
34
+ - 在 npm 包的版本号 x.y.z 中,x 代表主版本号,y 代表次版本号,z 代表修订版本号;
35
+ - 当进行重大更改且不兼容上一个版本时,增加主版本号;
36
+ - 当添加新功能或进行向后兼容的修复时,增加次版本号;
37
+ - 当修复 bug 或小的改动时,增加修订版本号。
38
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "look-ui",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "a ui library which is based on element-ui",
5
5
  "main": "./dist/look-ui.common.js",
6
6
  "scripts": {