Skip to content

Commit 6ffb7ff

Browse files
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.1...v1.21.0) (2020-11-30) ### Features * 📦 lodash to lodash-es ([f539271](f539271)) * update visitor count badge ([abcd573](abcd573)) * 移除已经不需要的页面注册 index.js ([041fe66](041fe66)) * 调整 createRequest 中 params 处理顺序 ([bf7ed65](bf7ed65)) * 默认 layout 使用处理过的 element 滚动条组件替代 better-scroll ([a93e966](a93e966)) * **api:** ✨ 完善 service 代码,request 现在会根据需要自动序列化参数 ([886a4a8](886a4a8))
1 parent aa8d1aa commit 6ffb7ff

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

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

5+
# [1.21.0](https://github.com/d2-projects/d2-admin/compare/v1.20.1...v1.21.0) (2020-11-30)
6+
7+
8+
### Features
9+
10+
* :package: lodash to lodash-es ([f539271](https://github.com/d2-projects/d2-admin/commit/f53927121ecbcc24afdd243c8fad02374ac5f21d))
11+
* update visitor count badge ([abcd573](https://github.com/d2-projects/d2-admin/commit/abcd5738347ce317f28e10f81d36965a02019110))
12+
* 移除已经不需要的页面注册 index.js ([041fe66](https://github.com/d2-projects/d2-admin/commit/041fe66ae76c8a4611f0b9619b5aa4298a7005e5))
13+
* 调整 createRequest 中 params 处理顺序 ([bf7ed65](https://github.com/d2-projects/d2-admin/commit/bf7ed65e231d766869247e7590b1fd269d38aa84))
14+
* 默认 layout 使用处理过的 element 滚动条组件替代 better-scroll ([a93e966](https://github.com/d2-projects/d2-admin/commit/a93e9664573c08aa87b299a1f492524dc2ba3e88))
15+
* **api:** :sparkles: 完善 service 代码,request 现在会根据需要自动序列化参数 ([886a4a8](https://github.com/d2-projects/d2-admin/commit/886a4a863821f69cebc27860db97a0b59bc10d9c))
16+
517
## [1.20.1](https://github.com/d2-projects/d2-admin/compare/v1.20.0...v1.20.1) (2020-09-27)
618

719

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.20.1",
3+
"version": "1.21.0",
44
"scripts": {
55
"serve": "vue-cli-service serve --open",
66
"start": "npm run serve",

0 commit comments

Comments
 (0)