Commit Graph

2796 Commits

Author SHA1 Message Date
FairyEver
9485aabf31 feat: 迁移嵌套页面演示 2020-08-31 22:13:41 +08:00
李杨
e8f9fc53a3 Merge pull request #305 from greper/dev
feat: 增加d2-crud-plus示例
2020-08-31 21:40:21 +08:00
xiaojunnuo@126.com
8e7d7501a5 feat: 增加d2-crud-plus示例 2020-08-31 21:22:59 +08:00
王珏
5bdf913cd4 Merge branch 'dev' of https://github.com/d2-projects/d2-admin into dev 2020-08-28 18:52:45 +08:00
王珏
b785d92b2e feat: 提供better-scroll 配置项 2020-08-28 18:52:03 +08:00
FairyEver
bb8ece7d25 feat: 在扫描 src/api/modules 下的接口配置时 支持多级文件夹下的文件 2020-08-28 09:46:20 +08:00
FairyEver
1c911df4a0 style: 🎨 缩写了一些很小的 if 判断 2020-08-26 14:09:30 +08:00
李杨
792f046bc7 Merge pull request #303 from wangjue666/master
feat:  增加修改标签标题的方法
2020-08-26 13:33:29 +08:00
王珏
6f8b92e098 fix typo 2020-08-26 10:28:18 +08:00
王珏
3e496015f5 增加修改标签标题的方法 2020-08-26 10:25:54 +08:00
semantic-release-bot
ebe33058c9 chore(release): 1.18.0 [skip ci]
# [1.18.0](https://github.com/d2-projects/d2-admin/compare/v1.17.0...v1.18.0) (2020-08-25)

### Features

*  优化合并的代码 完成刷新单页面功能 ([5e3eadf](5e3eadf0eb))
2020-08-25 07:36:07 +00:00
FairyEver
5e3eadf0eb feat: 优化合并的代码 完成刷新单页面功能 2020-08-25 15:34:13 +08:00
李杨
8560f87e8a Merge pull request #302 from wangjue666/master
菜单栏增加单页面刷新功能
2020-08-25 14:24:38 +08:00
李杨
de80a269ed Merge pull request #283 from d2-projects/dependabot/npm_and_yarn/websocket-extensions-0.1.4
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4
2020-08-25 14:20:36 +08:00
王珏
c9da05eb8f 菜单栏增加单页面刷新功能
1.移除带参路由来回切换data
2.只刷新当前router,不影响其他已缓存的router
2020-08-25 10:15:25 +08:00
FairyEver
6a6f920a97 refactor: 移除无用的 get 方法 2020-07-06 11:21:16 +08:00
FairyEver
d32c948656 refactor: 简化 d2-container 代码 2020-07-06 10:42:58 +08:00
semantic-release-bot
8851154d06 chore(release): 1.17.0 [skip ci]
# [1.17.0](https://github.com/d2-projects/d2-admin/compare/v1.16.0...v1.17.0) (2020-06-18)

### Features

*  增加构建分析页面示例 ([099fde5](099fde59e7))
2020-06-18 10:08:42 +00:00
FairyEver
3fbcaa9abe docs: 更新码云仓库地址 2020-06-18 18:07:11 +08:00
FairyEver
099fde59e7 feat: 增加构建分析页面示例 2020-06-09 17:41:55 +08:00
FairyEver
13eabf9da5 docs: 📝 add sponsor sunyongmofang 2020-06-09 13:57:35 +08:00
semantic-release-bot
223e77dd2b chore(release): 1.16.0 [skip ci]
# [1.16.0](https://github.com/d2-projects/d2-admin/compare/v1.15.0...v1.16.0) (2020-06-08)

### Features

*  移除对 error 的无用判断 ([079fd1c](079fd1c280))
2020-06-08 07:49:57 +00:00
FairyEver
079fd1c280 feat: 移除对 error 的无用判断
Variable 'error' is null checked here, but afterwards at line 68 , it is passed as the first parameter of 'errorLog()' without null check. Note that the parameter's property is accessed in the function body at line 72 of src/api/tools.js.
2020-06-08 15:48:21 +08:00
FairyEver
7813419f8e docs: 📝 deepscan badge 2020-06-08 15:46:05 +08:00
semantic-release-bot
68800661e7 chore(release): 1.15.0 [skip ci]
# [1.15.0](https://github.com/d2-projects/d2-admin/compare/v1.14.0...v1.15.0) (2020-06-08)

### Features

*  jsx 重写 d2-container 的 render ([f64b267](f64b267ee9))
2020-06-08 07:31:10 +00:00
FairyEver
f64b267ee9 feat: jsx 重写 d2-container 的 render 2020-06-08 15:28:59 +08:00
semantic-release-bot
babfb3e4b4 chore(release): 1.14.0 [skip ci]
# [1.14.0](https://github.com/d2-projects/d2-admin/compare/v1.13.0...v1.14.0) (2020-06-08)

### Bug Fixes

* 🐛 d2-count-up 组件删除错误代码和无用代码 ([93414eb](93414ebc86))
* 🐛 修复示例代码中错误的 required 属性 ([a657395](a657395533))

### Features

* 🎨 解决关于 error 信息的检查遗漏提示 ([b1ea3e8](b1ea3e81a6))
* 🎨 解决关于 page 是否存在判断不合理的问题 ([7062d06](7062d0622e))
*  menu-header 和 menu-side 组件使用 jsx 重写 render ([0e54179](0e541795a9))
2020-06-08 07:08:30 +00:00
FairyEver
68ef077b6e Merge branch 'master' of https://github.com/d2-projects/d2-admin 2020-06-08 15:07:08 +08:00
FairyEver
84aa768da0 refactor: 🎨 移除测试代码中无用的引用 2020-06-08 15:05:12 +08:00
FairyEver
7062d0622e feat: 🎨 解决关于 page 是否存在判断不合理的问题
Variable 'page' is null checked here, but its property is accessed without null check prior at line 160 .
2020-06-08 15:02:41 +08:00
FairyEver
b1ea3e81a6 feat: 🎨 解决关于 error 信息的检查遗漏提示
Variable 'error' is null checked here, but afterwards at line 67 , it is passed as the first parameter of 'errorLog()' without null check. Note that the parameter's property is accessed in the function body at line 72 of src/api/tools.js.
2020-06-08 15:01:06 +08:00
FairyEver
0e541795a9 feat: menu-header 和 menu-side 组件使用 jsx 重写 render 2020-06-08 14:55:14 +08:00
FairyEver
93414ebc86 fix: 🐛 d2-count-up 组件删除错误代码和无用代码 2020-06-08 13:34:59 +08:00
FairyEver
a657395533 fix: 🐛 修复示例代码中错误的 required 属性 2020-06-08 11:37:56 +08:00
dependabot[bot]
7982f6b1c2 chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07 15:24:30 +00:00
semantic-release-bot
5fe1625e97 chore(release): 1.13.0 [skip ci]
# [1.13.0](https://github.com/d2-projects/d2-admin/compare/v1.12.1...v1.13.0) (2020-06-04)

### Features

* ⬆️ upgrade element-ui 2.13.2 ([b43f472](b43f472db2))
2020-06-04 00:23:24 +00:00
FairyEver
b43f472db2 feat: ⬆️ upgrade element-ui 2.13.2 2020-06-04 07:54:34 +08:00
FairyEver
3a20ac2501 docs: 📝 wx qr update 2020-05-26 13:59:45 +08:00
semantic-release-bot
e18df34369 chore(release): 1.12.1 [skip ci]
## [1.12.1](https://github.com/d2-projects/d2-admin/compare/v1.12.0...v1.12.1) (2020-05-19)

### Bug Fixes

* 🐛 修复静态资源请求错误 ([1983506](1983506e46)), closes [#280](https://github.com/d2-projects/d2-admin/issues/280)
2020-05-19 14:41:06 +00:00
FairyEver
1983506e46 fix: 🐛 修复静态资源请求错误
#280
2020-05-19 22:39:25 +08:00
semantic-release-bot
339b94a34b chore(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/d2-projects/d2-admin/compare/v1.11.0...v1.12.0) (2020-05-19)

### Features

* 💡 分离用于真实网络请求和模拟请求的 service ([d6704da](d6704dad5c))
2020-05-19 01:17:34 +00:00
FairyEver
d6704dad5c feat: 💡 分离用于真实网络请求和模拟请求的 service 2020-05-19 09:15:57 +08:00
FairyEver
bd86fd70ed docs: add FlaskPermission 2020-05-12 15:37:07 +08:00
semantic-release-bot
bbfa23e356 chore(release): 1.11.0 [skip ci]
# [1.11.0](https://github.com/d2-projects/d2-admin/compare/v1.10.0...v1.11.0) (2020-05-08)

### Features

* fuse.js from 3.6.1 to 5.2.3 & 完善页面搜索相关代码 ([79e43a6](79e43a69d8))
* github-markdown-css from 3.0.1 to 4.0.0 ([46d3649](46d3649f00))
* highlight.js from 9.18.1 to 10.0.2 ([9e61f30](9e61f306f2))
* marked 0.8.2 to 1.0.0 ([8968fd4](8968fd45cb))
* update devDependencies ([ef9ab55](ef9ab5545f))
* 优化接口配置设计,注册的网络请求会自动注册到 vue 原型 $api 上,修改了一些旧的接口调用方式 ([28acfdb](28acfdbb04))
* 使用 axios 扩展的方式实现 mock 数据 ([ac9b1ea](ac9b1ea26d))
* 全局错误捕捉 ([60349f0](60349f0344))
* 更新 eslint 后,修复新检查出的错误 ([f4a10ed](f4a10ed3c3))
* 移除 mockjs 以及相关示例 ([804f66e](804f66eb05))
* 简化错误捕捉插件代码 ([6628f1b](6628f1b462))
* **theme:** add element theme ([97f00c2](97f00c21dd))
2020-05-08 01:53:49 +00:00
FairyEver
0364fac242 chore: update package-lock.json yarn.lock 2020-05-08 09:51:37 +08:00
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