xlzw-component 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,8 +74,10 @@ app.mount('#app')
74
74
  <!-- 当前版本:v1.0.5 - 2026-01-27
75
75
 
76
76
  ###-->
77
- ### [1.0.7] - 2026-01-28
77
+ ### [1.0.8] - 2026-01-29
78
78
  - 新增组件:
79
- - **Button**:给禁用按钮添加一个margin。
79
+ - **xlzwStep**:步骤条组件。
80
+
81
+
80
82
 
81
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xlzw-component",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "description": "基于 Vue3 + Ant Design Vue 的自定义组件库",
6
6
  "main": "./dist/xlzw-component.umd.cjs",