Skip to content

Commit

Permalink
chore: template-release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 3, 2022
1 parent d2489ee commit 73c881a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions TEMPLATE-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@


## [1.0.3](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.2...template-1.0.3) (2022-09-03)


### 文档更改[docs]

* 加上仓库说明 ([5ad6b06](https://github.com/meadmin-cn/meadmin-template/commit/5ad6b06af546a54c6dcd6bc11d3818ac169faab4))


### 其他[chore]

* 禁用eslint vue/no-v-html规则 ([f228569](https://github.com/meadmin-cn/meadmin-template/commit/f2285691c92edec5303ec5b8714bdf8f3f1e04b3))


### 重构[refactor]

* 设置按钮优化 ([8d64714](https://github.com/meadmin-cn/meadmin-template/commit/8d64714126d054384a81d474b4b0a6b021ef02d5))
* 优化刷新页面,方式 ([9714171](https://github.com/meadmin-cn/meadmin-template/commit/9714171ca36d1dd41ec638488512545de81fed3b))


### 样式更改[style]

* 忽略纯js库 ([79f4f0b](https://github.com/meadmin-cn/meadmin-template/commit/79f4f0b1b2bf74cef763da1bfc3e1b0aad264d1c))
* 组件名规范化,改为大驼峰 ([d2f64f6](https://github.com/meadmin-cn/meadmin-template/commit/d2f64f6d7b911a71c27c8e65fe5b2edc94d52ef7))
* layout组件名改为大驼峰 ([b25b453](https://github.com/meadmin-cn/meadmin-template/commit/b25b4537a14354de5889cddfb4c4682b3701af05))


### 新功能[feat]

* tag加上删除按钮 ([a20fe1a](https://github.com/meadmin-cn/meadmin-template/commit/a20fe1a7f8c340804209407d40418e4cadcb57a3))


### Bug 修复[fix]

* 顶栏按钮hover背景色修改 ([d2489ee](https://github.com/meadmin-cn/meadmin-template/commit/d2489ee161561729e5f2ec867eda97bf82baef44))
* 修复多级菜单无法正常加载bug ([f14edad](https://github.com/meadmin-cn/meadmin-template/commit/f14edadaa5c9cf6b7ef5b898e70f3a135ef54b34))
* 修复关闭页面不清除缓存bug ([39f8e24](https://github.com/meadmin-cn/meadmin-template/commit/39f8e248a56a868c00e4129beeebec4aef357b48))

## [1.0.2](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.0...template-1.0.2) (2022-09-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meadmin-template",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"format": "prettier --write --cache .",
Expand Down

0 comments on commit 73c881a

Please sign in to comment.