Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Feb 20, 2023
1 parent 32f9d39 commit 9005c49
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.5.1 (2023-02-20)


### Features

* `axios` 封装 ([224e1cd](https://github.com/yulimchen/vue3-h5-template/commit/224e1cd1325ebe7c250976c56c548a91d3bd644b))
* 按环境启用 `eruda` 调试工具 ([9be036d](https://github.com/yulimchen/vue3-h5-template/commit/9be036d84e6713ffcf4fc2c4b4991f0a4b3e86e3))
* 根据路由动态设置页面title ([e184a6e](https://github.com/yulimchen/vue3-h5-template/commit/e184a6e330f596b72adfd10da0f29585c1706869))
* 加入vuex结合完成组件缓存 ([70b1ccf](https://github.com/yulimchen/vue3-h5-template/commit/70b1ccf15ca8d16611cb50e58b1ecde27a25c44a))
* 开发环境加入调试面板 ([fed71f5](https://github.com/yulimchen/vue3-h5-template/commit/fed71f58aae0ef13cda4e04b968144ac533b9acd))
* 全局a标签样式重置 ([878789a](https://github.com/yulimchen/vue3-h5-template/commit/878789a5b2698a8ee393983332da9829036f619b))
* 生产环境 `gzip` 压缩 ([ad884b9](https://github.com/yulimchen/vue3-h5-template/commit/ad884b9f8412b27562b47b1a254c8a57ef996e29))
* 生产环境开启gzip打包 ([c73a060](https://github.com/yulimchen/vue3-h5-template/commit/c73a0609fdf8c5285e3a0199fd7c3cc6531c2163))
* 视口 vw/vh 适配 ([fd66141](https://github.com/yulimchen/vue3-h5-template/commit/fd6614101648e05aad2f61aa4cad3649255df3f5))
* 首屏加载动画 ([d8dfa93](https://github.com/yulimchen/vue3-h5-template/commit/d8dfa933ae60c2031bca8ef3f453a842a107a60f))
* 添加 svg-sprite ([8bd1bab](https://github.com/yulimchen/vue3-h5-template/commit/8bd1bab01bfb6c846e6320577287f350e209e36b))
* 项目升级Vue3 ([50a192e](https://github.com/yulimchen/vue3-h5-template/commit/50a192ec11c5828dc138abb2d8d2b12ce9872fe8))
* 页面根据路由 `title` 设置标签名 ([caff118](https://github.com/yulimchen/vue3-h5-template/commit/caff118021eafbb8a911fd1ab1fab283baa06dcb))
* 增加vue-router ([2320803](https://github.com/yulimchen/vue3-h5-template/commit/23208030e6472bf9ee1de687fabbe1093ab03d08))
* 支持 svg 图标自动引入 ([e9c0e9b](https://github.com/yulimchen/vue3-h5-template/commit/e9c0e9bbf62ae9cff339f601f6db81032262bd04))
* 支持开发环境 `mock` ([f4626d0](https://github.com/yulimchen/vue3-h5-template/commit/f4626d088fd66ad076ac639b8d687d28f4f9dbcc))
* 组件按需缓存 ([f44bc07](https://github.com/yulimchen/vue3-h5-template/commit/f44bc074d2e81e0ef1ae5ab7abc7b1dd2c2506fe))
* **axios:** 加入axios ([5835aed](https://github.com/yulimchen/vue3-h5-template/commit/5835aed987fd851ab592ec90dbc363d0d97ab9b6))
* **Demo:** Demo页更新 ([0eb68a8](https://github.com/yulimchen/vue3-h5-template/commit/0eb68a8f382c21db7a0c8c120d2b2ae7509bc966))
* **layout:** 布局完成 ([732512e](https://github.com/yulimchen/vue3-h5-template/commit/732512eccc0a535375f48bba008455d878876843))
* **layout:** 路由缓存 ([80457cc](https://github.com/yulimchen/vue3-h5-template/commit/80457cc1973da06b8885cda029e1856045c3b5c8))
* layout完成 ([e085044](https://github.com/yulimchen/vue3-h5-template/commit/e085044408549b85ff9ef84b632cdb8e66b3e0b4))
* **mock:** 开发环境支持mock数据 ([35fbbea](https://github.com/yulimchen/vue3-h5-template/commit/35fbbea892f461c452482634b13609e6de241d86))
* mock完成 ([0273def](https://github.com/yulimchen/vue3-h5-template/commit/0273def1c1fbc3dcd0d159d3471488a22b52ef81))
* **utils:** 加入utils ([a1d4bc7](https://github.com/yulimchen/vue3-h5-template/commit/a1d4bc78d4d010e2ef2e771f525263bac107625f))
* vw 视口适配 ([2957012](https://github.com/yulimchen/vue3-h5-template/commit/295701248e2b7bb1cf1f81fe9b1760abaa2f2bb5))


### Bug Fixes

* **index.html:** 避免环境变量缺少导致页面错误 ([9584156](https://github.com/yulimchen/vue3-h5-template/commit/95841560ad5237bc35c6088c587cc105cc1dce5d))
* **SvgIcon:** 不解构使用props,避免数据失去reactive ([c6f3f07](https://github.com/yulimchen/vue3-h5-template/commit/c6f3f07303065054df4e1fc3d6b250edd4db00bf))
* **Tabbar:** 开启路由模式 ([1e61c5a](https://github.com/yulimchen/vue3-h5-template/commit/1e61c5a3555ced9bd6a5bf62302a2252bf01e12b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-h5-template",
"homepage": "https://yulimchen.github.io/vue3-h5-template/",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9005c49

Please sign in to comment.