UNPKG

805 BMarkdownView Raw
1# 更新日志
2所有的版本变更都会记录在这里
3
4## [Unreleased]
5[Unreleased]: https://github.com/Hoofoo-WHU/semon-ui/compare/0.0.3...HEAD
6
7## [0.0.3] - 2019-02-23
8[0.0.3]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.3
9### 🎉 新增
10- 添加Message组件,用于全局消息提示
11- 添加更新日志,记录每个版本的变动
12- Input组件新增readOnly属性
13### 📝 修改
14- 简单的更新README至能看
15- 修改sass全局配色变量
16
17## [0.0.2] - 2019-02-22
18[0.0.2]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.2
19### 🎉 新增
20- 添加Layout组件
21
22## [0.0.1] - 2019-02-21
23[0.0.1]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.1
24### 🎉 新增
25- 添加Icon组件
26- 添加Button组件
27- 添加Input组件
28- 添加Grid组件