fes.js/packages/fes-doc/docs/guide/releaseNote.md
2020-09-25 17:59:15 +08:00

33 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Release 记录
## v0.1.0
### 功能改进
#### fes-cli
1. 去掉编译打包时时配置BannerPlugin关闭[issues/7](https://github.com/WeBankFinTech/fes.js/issues/7)
2. `fes init`改为从npm下载项目模板避免频繁更新项目模板而需要更新`fes`
3. 下载模板后不默认执行`git init`避免未安装git带来的问题。
#### fes-core
1. Fes-Core替换Icon组件为ionicons图标。
2. 首次运行时跳转路由改为直接跳转到defaultPage而不是通过设置根路由"/"的redirect优化体验。
#### fes-template
1. 项目中`@webank/fes-core``@webank/fes-ui`的依赖直接在项目模板package.json中指定优化体验。
2. 整理项目模板,方便体验权限管理功能。
#### 文档
1. 修复在线文档未正常渲染的问题。
2. 更新文档中描述不准备的地方。
## 联系
Fes.js开源项目地址如下欢迎大家提交issue及star
- Gitee地址[https://gitee.com/WeBank/fes.js](https://gitee.com/WeBank/fes.js)
- Github地址[https://github.com/WeBankFinTech/fes.js](https://github.com/WeBankFinTech/fes.js)