Commit Graph

2875 Commits

Author SHA1 Message Date
思维空间 7f03fbb2ab 修复多标签页拖拽后关闭页面时对首页的处理 2020-04-23 01:24:44 +08:00
FairyEver 52e5151819 docs: preview 2020-04-22 17:28:03 +08:00
FairyEver 4c7ebf2a18 ci: 还原配置 2020-04-22 13:23:53 +08:00
semantic-release-bot b12abab451 chore(release): 1.9.0 [skip ci]
# [1.9.0](https://github.com/d2-projects/d2-admin/compare/v1.8.5...v1.9.0) (2020-04-22)

### Bug Fixes

* **store:** 修复 keepAliveRemove 操作后不能恢复页面缓存的 bug 以及相关 demo 页面 ([d249c86](d249c86406))
* 修正多标签页控制演示页面的错误代码 ([c13b59e](c13b59e5e2))

### Features

* **demo:** 更新色盘样式 ([32421fe](32421fe351))
* 移除无用的 __filename 设置 ([c19ff32](c19ff32287))
* **message:** 增强 message 提示的配色对比 ([c36fd8e](c36fd8e5a2)), closes [#243](https://github.com/d2-projects/d2-admin/issues/243)
* 移除无用的 d2-crud v1 提示 ([a494560](a494560c8a))
* **element demo:** 移除内置的 elementUI demo ([8b37d3e](8b37d3e77f))
* **search panel:** 关闭搜索面板中列表容器的阴影 ([eb08ca1](eb08ca19d4))
2020-04-22 05:10:59 +00:00
FairyEver 30af84e47d ci: update releaserc 2020-04-22 13:09:04 +08:00
FairyEver 98eaba77df style: 移除 store 中无用的 Promise 声明以及优化代码格式 增强部分健壮性 2020-04-22 11:03:48 +08:00
FairyEver d249c86406 fix(store): 修复 keepAliveRemove 操作后不能恢复页面缓存的 bug 以及相关 demo 页面 2020-04-22 10:22:17 +08:00
FairyEver ab0baf3f3c chore: 回退版本号 2020-04-22 08:17:51 +08:00
FairyEver 43e4d538cb style: $nextTick promise 形式使用 2020-04-21 18:19:13 +08:00
FairyEver c13b59e5e2 fix: 修正多标签页控制演示页面的错误代码 2020-04-21 18:03:28 +08:00
semantic-release-bot d4ef995211 chore(release): 1.9.0 [skip ci]
# [1.9.0](https://github.com/d2-projects/d2-admin/compare/v1.8.5...v1.9.0) (2020-04-21)

### Features

* **demo:** 更新色盘样式 ([32421fe](32421fe351))
* 移除无用的 __filename 设置 ([c19ff32](c19ff32287))
* **message:** 增强 message 提示的配色对比 ([c36fd8e](c36fd8e5a2)), closes [#243](https://github.com/d2-projects/d2-admin/issues/243)
* 移除无用的 d2-crud v1 提示 ([a494560](a494560c8a))
* **element demo:** 移除内置的 elementUI demo ([8b37d3e](8b37d3e77f))
* **search panel:** 关闭搜索面板中列表容器的阴影 ([eb08ca1](eb08ca19d4))
2020-04-21 09:38:11 +00:00
FairyEver 32421fe351 feat(demo): 更新色盘样式 2020-04-21 17:35:49 +08:00
FairyEver c19ff32287 feat: 移除无用的 __filename 设置 2020-04-21 17:33:06 +08:00
FairyEver c0e83dee07 docs: add d2-advance 2020-04-21 17:21:14 +08:00
FairyEver c36fd8e5a2 feat(message): 增强 message 提示的配色对比
fix #243
2020-04-21 17:07:28 +08:00
FairyEver a494560c8a feat: 移除无用的 d2-crud v1 提示 2020-04-21 16:47:57 +08:00
FairyEver 8b37d3e77f feat(element demo): 移除内置的 elementUI demo 2020-04-21 16:46:03 +08:00
FairyEver eb08ca19d4 feat(search panel): 关闭搜索面板中列表容器的阴影 2020-04-21 16:35:52 +08:00
FairyEver 145afb45b6 style(layout): createElement 方法简写为 h 2020-04-21 15:52:37 +08:00
semantic-release-bot 08b72e4e6a chore(release): 1.8.5 [skip ci]
## [1.8.5](https://github.com/d2-projects/d2-admin/compare/v1.8.4...v1.8.5) (2020-04-21)

### Bug Fixes

* **tab:** 修复多标签页拖拽排序后首页 tab 变为可关闭的状态,并使用更合理的方法控制首页标签不可关闭 ([606e143](606e14380d))
2020-04-21 07:16:56 +00:00
FairyEver 606e14380d fix(tab): 修复多标签页拖拽排序后首页 tab 变为可关闭的状态,并使用更合理的方法控制首页标签不可关闭
#fix 273
2020-04-21 15:15:30 +08:00
FairyEver a7553c8fd8 chore(package.json): 移除不常用的 scripts 2020-04-21 13:44:29 +08:00
CNine c934ae6d38 chore: wording 2020-04-20 23:26:33 +08:00
FairyEver 0792906b23 docs: update deploy badges 2020-04-19 22:35:28 +08:00
semantic-release-bot 73182776ff chore(release): 1.8.4 [skip ci]
## [1.8.4](https://github.com/d2-projects/d2-admin/compare/v1.8.3...v1.8.4) (2020-04-19)

### Bug Fixes

* 更新演示表格下载地址和下载方式 ([be64607](be64607cec)), closes [#259](https://github.com/d2-projects/d2-admin/issues/259)
2020-04-19 07:32:08 +00:00
FairyEver 13f0be1beb style: 更改表格导入中下载按钮的位置 2020-04-19 15:30:58 +08:00
FairyEver be64607cec fix: 更新演示表格下载地址和下载方式
fix #259
2020-04-19 15:06:28 +08:00
semantic-release-bot 79aaad0985 chore(release): 1.8.3 [skip ci]
## [1.8.3](https://github.com/d2-projects/d2-admin/compare/v1.8.2...v1.8.3) (2020-04-19)

### Bug Fixes

* **menu-side:** 修复侧边栏菜单自动展开失效 ([72cc381](72cc381a14)), closes [#258](https://github.com/d2-projects/d2-admin/issues/258)
* 修复菜单自动折叠的 bug ([06f1acf](06f1acf522)), closes [#229](https://github.com/d2-projects/d2-admin/issues/229)

### Performance Improvements

* **menu-side:** 直接使用 $route.fullPath 决定侧边栏菜单激活 ([0ed6922](0ed6922140))
2020-04-19 04:56:25 +00:00
FairyEver 72cc381a14 fix(menu-side): 修复侧边栏菜单自动展开失效
fix #258
2020-04-19 12:54:54 +08:00
FairyEver 0ed6922140 perf(menu-side): 直接使用 $route.fullPath 决定侧边栏菜单激活 2020-04-19 12:51:30 +08:00
FairyEver 06f1acf522 fix: 修复菜单自动折叠的 bug
fix #229
2020-04-19 11:50:32 +08:00
FairyEver 2de8a8b7c3 ci(.releaserc.js): changelogTitle 2020-04-19 11:00:47 +08:00
FairyEver e694c52cb6 ci(.releaserc.js): 更新设置的格式 2020-04-19 10:57:10 +08:00
FairyEver 319c9547ea docs(docs): 修改文档文件夹 2020-04-19 00:28:52 +08:00
semantic-release-bot 16185204f9 chore(release): 1.8.2 [skip ci]
## [1.8.2](https://github.com/d2-projects/d2-admin/compare/v1.8.1...v1.8.2) (2020-04-18)

### Bug Fixes

* **screenfull:** fix fullscreen bug ([4d96301](4d96301144)), closes [#264](https://github.com/d2-projects/d2-admin/issues/264)
2020-04-18 14:59:05 +00:00
FairyEver 4d96301144 fix(screenfull): fix fullscreen bug
fix #264
2020-04-18 22:57:44 +08:00
FairyEver f0a392444b ci(package.json): 纠正版本号 2020-04-18 22:33:48 +08:00
semantic-release-bot 19cdb38db4 chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18)

### Bug Fixes

* mock 适配多页 ([a384bae](a384baea57))
* 修复 VueFilenameInjector 配置 ([e5a077c](e5a077ce98))
* 修复多页面 cdn 引用 ([0be4630](0be46301ab))
* **plugin/axios:** axios.interceptors.request error miss return ([a90079d](a90079d6d9))

### Features

* scss public ([7f00053](7f00053b34))
* ueditor ([7be7f98](7be7f98586))
* 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](af5dc86806))

### Performance Improvements

* 增加 cdn 依赖 ([9f8b8c7](9f8b8c7672))
* 增加 cdn 依赖 ([3e5713c](3e5713c516))
2020-04-18 14:08:46 +00:00
FairyEver 5c1e78e4dd ci: 增加 actions/checkout@v1 2020-04-18 22:07:29 +08:00
FairyEver b1ba2c641b ci(package.json): add repository 2020-04-18 22:01:52 +08:00
FairyEver d13b090c4f ci: 测试自动发版 2020-04-18 21:54:06 +08:00
FairyEver 9dd7d2873c ci: 测试自动发版 2020-04-18 21:47:07 +08:00
FairyEver edaabd0b70 ci: .env.preview.local 2020-04-18 18:41:29 +08:00
FairyEver bcf156aad8 ci: build:preview 2020-04-18 18:30:43 +08:00
FairyEver abeaf0dd15 ci: test 2020-04-18 18:09:29 +08:00
FairyEver 83286155ba ci: test 2020-04-18 18:05:27 +08:00
FairyEver 9c9568d8e1 ci: test 2020-04-18 18:00:17 +08:00
FairyEver 6094b0ef4f ci: test 2020-04-18 17:55:50 +08:00
FairyEver 19f302fa22 ci: test 2020-04-18 17:52:23 +08:00
FairyEver c19dbba56f ci: test 2020-04-18 17:36:29 +08:00