Skip to content

Commit b12abab

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.5...v1.9.0) (2020-04-22) ### Bug Fixes * **store:** 修复 keepAliveRemove 操作后不能恢复页面缓存的 bug 以及相关 demo 页面 ([d249c86](d249c86)) * 修正多标签页控制演示页面的错误代码 ([c13b59e](c13b59e)) ### Features * **demo:** 更新色盘样式 ([32421fe](32421fe)) * 移除无用的 __filename 设置 ([c19ff32](c19ff32)) * **message:** 增强 message 提示的配色对比 ([c36fd8e](c36fd8e)), closes [#243](#243) * 移除无用的 d2-crud v1 提示 ([a494560](a494560)) * **element demo:** 移除内置的 elementUI demo ([8b37d3e](8b37d3e)) * **search panel:** 关闭搜索面板中列表容器的阴影 ([eb08ca1](eb08ca1))
1 parent 30af84e commit b12abab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [1.9.0](https://github.com/d2-projects/d2-admin/compare/v1.8.5...v1.9.0) (2020-04-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **store:** 修复 keepAliveRemove 操作后不能恢复页面缓存的 bug 以及相关 demo 页面 ([d249c86](https://github.com/d2-projects/d2-admin/commit/d249c86406bd3d808a3ef83ac0fd6f8e3103e8c6))
11+
* 修正多标签页控制演示页面的错误代码 ([c13b59e](https://github.com/d2-projects/d2-admin/commit/c13b59e5e295f41fff52627474acca23055a2308))
12+
13+
14+
### Features
15+
16+
* **demo:** 更新色盘样式 ([32421fe](https://github.com/d2-projects/d2-admin/commit/32421fe351d47e56ed1d81e5fd8e5a17c361b1f2))
17+
* 移除无用的 __filename 设置 ([c19ff32](https://github.com/d2-projects/d2-admin/commit/c19ff32287204db680b76999d1c4ae500a6d44a4))
18+
* **message:** 增强 message 提示的配色对比 ([c36fd8e](https://github.com/d2-projects/d2-admin/commit/c36fd8e5a27b574180aa4f055a55a4e12960e0f5)), closes [#243](https://github.com/d2-projects/d2-admin/issues/243)
19+
* 移除无用的 d2-crud v1 提示 ([a494560](https://github.com/d2-projects/d2-admin/commit/a494560c8a6bab6a17bce423286e5593de0f3b8f))
20+
* **element demo:** 移除内置的 elementUI demo ([8b37d3e](https://github.com/d2-projects/d2-admin/commit/8b37d3e77ffd9d713dc8f0a18d416f5606d14c21))
21+
* **search panel:** 关闭搜索面板中列表容器的阴影 ([eb08ca1](https://github.com/d2-projects/d2-admin/commit/eb08ca19d4db485eded5f92491b420d74d3188ef))
22+
523
# [1.9.0](https://github.com/d2-projects/d2-admin/compare/v1.8.5...v1.9.0) (2020-04-21)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d2-admin",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"scripts": {
55
"serve": "vue-cli-service serve --open",
66
"start": "npm run serve",

0 commit comments

Comments
 (0)