@vue-start/pro 0.5.40 → 0.5.41
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 +6 -0
- package/dist/index.css +0 -5
- package/dist/index.es.js +1700 -1657
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.5.41
|
|
7
|
+
|
|
8
|
+
- 更新主题渐变色计算方法
|
|
9
|
+
- Layout tabs bug 修复(tabs 切换参数丢失、hide 页面缓存更新、layout 初始化 tab)
|
|
10
|
+
- Layout tabs 拖动钩子 onDragRegister
|
|
11
|
+
|
|
6
12
|
# 0.5.40
|
|
7
13
|
|
|
8
14
|
- 新增 theme 模式
|
package/dist/index.css
CHANGED