fes.js/CHANGELOG.md
harrywan 0128b983bc update README:
1. 添加体验链接

add Changelog
2020-09-25 17:59:16 +08:00

25 lines
929 B
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.

# Changelog
## 0.1.0
### 功能改进
#### fes-cli v0.1.4
- 去掉编译打包时时配置BannerPlugin关闭[issues/7](https://github.com/WeBankFinTech/fes.js/issues/7)
- `fes init`改为从npm下载项目模板避免频繁更新项目模板而需要更新`fes`
- 下载模板后不默认执行`git init`避免未安装git带来的问题。
#### fes-core v0.1.2
- Fes-Core替换Icon组件为ionicons图标。
- 首次运行时跳转路由改为直接跳转到defaultPage而不是通过设置根路由"/"的redirect优化体验。
#### fes-template v0.1.3
- 项目中`@webank/fes-core``@webank/fes-ui`的依赖直接在项目模板package.json中指定优化体验。
- 整理项目模板,方便体验权限管理功能。
#### fes-ui v0.1.1
- 修复`Layout`组件`offset`属性不生效
#### 文档
- 修复在线文档未正常渲染的问题。
- 更新文档中描述不准备的地方。