Commit Graph

2751 Commits

Author SHA1 Message Date
FairyEver
f4a10ed3c3 feat: 更新 eslint 后,修复新检查出的错误 2020-05-08 09:44:14 +08:00
FairyEver
ef9ab5545f feat: update devDependencies
@kazupon/vue-i18n-loader @vue/eslint-config-standard @vue/test-utils cz-conventional-changelog
eslint eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard
eslint-plugin-vue vue-cli-plugin-i18n
2020-05-08 09:32:43 +08:00
FairyEver
79e43a69d8 feat: fuse.js from 3.6.1 to 5.2.3 & 完善页面搜索相关代码 2020-05-08 09:20:23 +08:00
FairyEver
9e61f306f2 feat: highlight.js from 9.18.1 to 10.0.2 2020-05-08 09:05:03 +08:00
FairyEver
46d3649f00 feat: github-markdown-css from 3.0.1 to 4.0.0 2020-05-08 09:03:01 +08:00
FairyEver
8968fd45cb feat: marked 0.8.2 to 1.0.0 2020-05-08 09:01:56 +08:00
FairyEver
6628f1b462 feat: 简化错误捕捉插件代码 2020-05-08 08:41:37 +08:00
李杨
60349f0344 feat: 全局错误捕捉
catch general js and Promise reject event to store/log, not just vue error
2020-05-07 23:26:48 +08:00
FairyEver
30225b8fd2 style: 移除无用的 log 2020-05-07 23:21:35 +08:00
FairyEver
d754d78ad0 style: 避免动态 import 时提示错误 2020-05-07 23:17:56 +08:00
FairyEver
ac9b1ea26d feat: 使用 axios 扩展的方式实现 mock 数据 2020-05-07 23:02:12 +08:00
Hank CP
7fda210284 global error catcher 2020-05-07 18:38:55 +08:00
FairyEver
28acfdbb04 feat: 优化接口配置设计,注册的网络请求会自动注册到 vue 原型 $api 上,修改了一些旧的接口调用方式 2020-05-07 15:49:28 +08:00
FairyEver
804f66eb05 feat: 移除 mockjs 以及相关示例 2020-05-07 13:52:35 +08:00
FairyEver
a1b396ee3b style: 移除不必要的 Promise 声明 2020-05-06 19:26:19 +08:00
FairyEver
97f00c21dd feat(theme): add element theme 2020-05-04 09:17:00 +08:00
semantic-release-bot
130ab96885 chore(release): 1.10.0 [skip ci]
# [1.10.0](https://github.com/d2-projects/d2-admin/compare/v1.9.2...v1.10.0) (2020-04-26)

### Bug Fixes

* 升级 cdn 依赖版本 ([771031d](771031d7d3))

### Features

* add theme chester ([e3fd543](e3fd543573))
2020-04-26 13:19:14 +00:00
FairyEver
e3fd543573 feat: add theme chester 2020-04-26 21:16:38 +08:00
FairyEver
771031d7d3 fix: 升级 cdn 依赖版本 2020-04-25 20:40:42 +08:00
semantic-release-bot
4208f1ac64 chore(release): 1.9.2 [skip ci]
## [1.9.2](https://github.com/d2-projects/d2-admin/compare/v1.9.1...v1.9.2) (2020-04-25)

### Bug Fixes

* **dependencies-cdn:** 修复生产环境中 CDN 没有引用 .min 的问题 ([f1f7b91](f1f7b91c3f))
2020-04-25 05:17:59 +00:00
FairyEver
f1f7b91c3f fix(dependencies-cdn): 修复生产环境中 CDN 没有引用 .min 的问题 2020-04-25 13:07:00 +08:00
semantic-release-bot
0598c6277c chore(release): 1.9.1 [skip ci]
## [1.9.1](https://github.com/d2-projects/d2-admin/compare/v1.9.0...v1.9.1) (2020-04-23)

### Bug Fixes

* 修复"增加侧边栏菜单折叠动画效果切换与设置"提交中遗留的问题 ([0e4f61c](0e4f61c059))
2020-04-23 15:06:16 +00:00
FairyEver
0e4f61c059 fix: 修复"增加侧边栏菜单折叠动画效果切换与设置"提交中遗留的问题 2020-04-23 22:59:55 +08:00
思维空间
93c5209a56 先持久化,再跳转 2020-04-23 14:28:38 +08:00
思维空间
349e08b0a8 增加侧边栏菜单折叠动画效果切换与设置 2020-04-23 11:00:49 +08:00
思维空间
e2c4a40119 增加 element 样式补丁
1.修复 IE 游览器下 el-tabs 宽度不能撑满
2.修复 Chrome 游览器下 el-tabs 头部线格错位
2020-04-23 09:50:26 +08:00
思维空间
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