FairyEver
|
24a2f64d27
|
feat: update packages patch
|
2022-08-23 22:12:26 +08:00 |
semantic-release-bot
|
30b442e16c
|
chore(release): 1.24.3 [skip ci]
## [1.24.3](https://github.com/d2-projects/d2-admin/compare/v1.24.2...v1.24.3) (2022-08-23)
### Bug Fixes
* 🐛 注销用户清空vuex用户信息失效 ([a7784d4](a7784d4a32))
* remove never used code ([57534be](57534be3fb))
* remove simplemde ([dd99b57](dd99b57b6e))
|
2022-08-23 13:56:30 +00:00 |
FairyEver
|
dd99b57b6e
|
fix: remove simplemde
|
2022-08-23 21:55:00 +08:00 |
semantic-release-bot
|
72702b6b67
|
chore(release): 1.24.2 [skip ci]
## [1.24.2](https://github.com/d2-projects/d2-admin/compare/v1.24.1...v1.24.2) (2021-07-23)
### Bug Fixes
* merge replaced Object.assign ([37f63bf](37f63bf20c))
|
2021-07-23 03:19:38 +00:00 |
semantic-release-bot
|
10223f7aef
|
chore(release): 1.24.1 [skip ci]
## [1.24.1](https://github.com/d2-projects/d2-admin/compare/v1.24.0...v1.24.1) (2021-07-20)
### Bug Fixes
* update sass and options ([ba795d0](ba795d0887))
|
2021-07-20 14:06:32 +00:00 |
FairyEver
|
ba795d0887
|
fix: update sass and options
|
2021-07-20 22:05:22 +08:00 |
dependabot[bot]
|
1713645808
|
chore(deps): bump marked from 1.2.4 to 2.0.0
Bumps [marked](https://github.com/markedjs/marked) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.4...v2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-08 21:26:37 +00:00 |
dependabot[bot]
|
4a00c08da7
|
chore(deps): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-04 22:50:01 +00:00 |
semantic-release-bot
|
a94de6f382
|
chore(release): 1.24.0 [skip ci]
# [1.24.0](https://github.com/d2-projects/d2-admin/compare/v1.23.0...v1.24.0) (2020-12-28)
### Features
* ✨ 更改 api 引入的方法更合理化 ([e02f490](e02f4909d0))
|
2020-12-28 06:11:40 +00:00 |
semantic-release-bot
|
219906665a
|
chore(release): 1.23.0 [skip ci]
# [1.23.0](https://github.com/d2-projects/d2-admin/compare/v1.22.0...v1.23.0) (2020-12-03)
### Features
* ✨ 提供多页面构建示例,优化了打包分包,取消CDN加载依赖但保留了设置入口 ([41a7e02](41a7e02eb5))
|
2020-12-03 14:05:45 +00:00 |
FairyEver
|
41a7e02eb5
|
feat: ✨ 提供多页面构建示例,优化了打包分包,取消CDN加载依赖但保留了设置入口
|
2020-12-03 22:03:58 +08:00 |
semantic-release-bot
|
e2611b65d5
|
chore(release): 1.22.0 [skip ci]
# [1.22.0](https://github.com/d2-projects/d2-admin/compare/v1.21.0...v1.22.0) (2020-11-30)
### Bug Fixes
* 📦 lodash-es to lodash (lowdb存在导致lodash无法移除) ([136e6cd](136e6cd040))
### Features
* 📦 update @d2-projects/vue-table-export and @d2-projects/vue-table-import ([0d4f315](0d4f315a27))
|
2020-11-30 06:52:43 +00:00 |
FairyEver
|
136e6cd040
|
fix: 📦 lodash-es to lodash (lowdb存在导致lodash无法移除)
|
2020-11-30 14:51:31 +08:00 |
FairyEver
|
0d4f315a27
|
feat: 📦 update @d2-projects/vue-table-export and @d2-projects/vue-table-import
|
2020-11-30 13:30:57 +08:00 |
semantic-release-bot
|
6ffb7ffea5
|
chore(release): 1.21.0 [skip ci]
# [1.21.0](https://github.com/d2-projects/d2-admin/compare/v1.20.1...v1.21.0) (2020-11-30)
### Features
* 📦 lodash to lodash-es ([f539271](f53927121e))
* update visitor count badge ([abcd573](abcd573834))
* 移除已经不需要的页面注册 index.js ([041fe66](041fe66ae7))
* 调整 createRequest 中 params 处理顺序 ([bf7ed65](bf7ed65e23))
* 默认 layout 使用处理过的 element 滚动条组件替代 better-scroll ([a93e966](a93e966457))
* **api:** ✨ 完善 service 代码,request 现在会根据需要自动序列化参数 ([886a4a8](886a4a8638))
|
2020-11-30 05:19:26 +00:00 |
FairyEver
|
886a4a8638
|
feat(api): ✨ 完善 service 代码,request 现在会根据需要自动序列化参数
|
2020-11-17 14:33:07 +08:00 |
FairyEver
|
f53927121e
|
feat: 📦 lodash to lodash-es
|
2020-11-17 08:32:46 +08:00 |
FairyEver
|
8119b3312f
|
build: 📦 移除图表相关示例
|
2020-11-03 12:44:52 +08:00 |
FairyEver
|
79130e24a3
|
build: 📦 vue-table-export 1.1.0
|
2020-11-02 21:29:51 +08:00 |
FairyEver
|
876c8a9e48
|
docs: 📦 移除了 d2-crud 和 d2-crud-plus 的代码,对两位作者表示歉意,以后类似插件都会以链接形式推荐,都引入太大了
|
2020-11-02 12:11:17 +08:00 |
semantic-release-bot
|
e97adf710e
|
chore(release): 1.20.1 [skip ci]
## [1.20.1](https://github.com/d2-projects/d2-admin/compare/v1.20.0...v1.20.1) (2020-09-27)
### Bug Fixes
* 🐛 组件mounted钩子执行时 页面可能已经onload 导致 滚动校验不成功 ([93d4267](93d4267567))
### Performance Improvements
* 升级d2-crud-plus版本,分组示例增加图片上传和富文本 ([09b9baa](09b9baa539))
|
2020-09-27 14:49:58 +00:00 |
FairyEver
|
909e93bcb3
|
Merge branch 'dev'
|
2020-09-27 22:47:52 +08:00 |
xiaojunnuo@126.com
|
09b9baa539
|
perf: 升级d2-crud-plus版本,分组示例增加图片上传和富文本
|
2020-09-03 11:05:49 +08:00 |
semantic-release-bot
|
9c2d7900b9
|
chore(release): 1.20.0 [skip ci]
# [1.20.0](https://github.com/d2-projects/d2-admin/compare/v1.19.0...v1.20.0) (2020-09-01)
### Bug Fixes
* 修复请求缺少/api不走fake的问题 ([02d6db3](02d6db3beb))
### Features
* ✨ api 配置文件新增 .api.js 命名规则 ([cb98286](cb9828605f))
* ✨ 移除了 d2-container 组件上的 betterScrollOptions 不必要声明 ([0accc40](0accc401e7))
|
2020-09-01 09:25:52 +00:00 |
semantic-release-bot
|
422a7e7b4a
|
chore(release): 1.19.0 [skip ci]
# [1.19.0](https://github.com/d2-projects/d2-admin/compare/v1.18.0...v1.19.0) (2020-09-01)
### Features
* ✨ d2-crud-plus 演示首页优化 ([d505583](d505583b35))
* ✨ 在扫描 src/api/modules 下的接口配置时 支持多级文件夹下的文件 ([bb8ece7](bb8ece7d25))
* ✨ 提供better-scroll 配置项 ([b785d92](b785d92b2e))
* ✨ 新窗口打开链接 入口位置迁移 ([ebc9cf7](ebc9cf78cc))
* ✨ 更新 d2-crud-plus logo ([c4f85c9](c4f85c9f00))
* ✨ 移除废弃页面 ([d88d393](d88d393e29))
* ✨ 简化 d2-crud-plus 演示 ([bcf3ffa](bcf3ffa7d0))
* ✨ 路由调整 菜单调整 删除无用演示 ([ec0d6f3](ec0d6f3819))
* ✨ 迁移嵌套页面演示 ([9485aab](9485aabf31))
* ✨ 顶栏菜单调整 ([0c3601d](0c3601ddba))
* 增加d2-crud-plus示例 ([8e7d750](8e7d7501a5))
|
2020-09-01 08:43:04 +00:00 |
xiaojunnuo@126.com
|
8e7d7501a5
|
feat: 增加d2-crud-plus示例
|
2020-08-31 21:22:59 +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 |
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
|
099fde59e7
|
feat: ✨ 增加构建分析页面示例
|
2020-06-09 17:41:55 +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 |
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 |
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 |
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 |
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 |
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 |
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
|
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
|
ac9b1ea26d
|
feat: 使用 axios 扩展的方式实现 mock 数据
|
2020-05-07 23:02:12 +08:00 |
FairyEver
|
804f66eb05
|
feat: 移除 mockjs 以及相关示例
|
2020-05-07 13:52:35 +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 |
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 |
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 |
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
|
ab0baf3f3c
|
chore: 回退版本号
|
2020-04-22 08:17:51 +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 |