UNPKG

1.53 kBMarkdownView Raw
1# 更新日志
2所有的版本变更都会记录在这里
3
4## [Unreleased]
5[Unreleased]: https://github.com/Hoofoo-WHU/semon-ui/compare/0.0.5...HEAD
6
7## [0.0.5] - 2019-02-26
8[0.0.5]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.5
9### 🎉 新增
10- `Tabs`相关组件
11
12### 📝 修改
13- 修复`Button``htmlType`属性错误
14- 修复`class-merge`空字符判断错误
15
16## [0.0.4] - 2019-02-26
17[0.0.4]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.4
18### 🎉 新增
19- 使用`postcss`进行样式压缩和prefix
20- 新增代码覆盖率测试
21- 为所有组件添加`PropType`验证
22- 为所有组件添加单元测试
23
24### 📝 修改
25- 修复README在NPM页面的布局问题
26- 抽离`react``react-dom``peerDependencies`
27- 修复`Message`组件`distroy`不成功的问题
28- 修复`Button`组件`icon-only`类错误添加的问题
29
30## [0.0.3] - 2019-02-23
31[0.0.3]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.3
32### 🎉 新增
33- 添加Message组件,用于全局消息提示
34- 添加更新日志,记录每个版本的变动
35- Input组件新增readOnly属性
36### 📝 修改
37- 简单的更新README至能看
38- 修改sass全局配色变量
39
40## [0.0.2] - 2019-02-22
41[0.0.2]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.2
42### 🎉 新增
43- 添加Layout组件
44
45## [0.0.1] - 2019-02-21
46[0.0.1]: https://github.com/Hoofoo-WHU/semon-ui-react/releases/tag/0.0.1
47### 🎉 新增
48- 添加Icon组件
49- 添加Button组件
50- 添加Input组件
51- 添加Grid组件