File tree 2 files changed +19
-5
lines changed
2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ React Aunt 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
10
10
11
11
12
12
## 更新内容
13
+ ### v0.1.0
14
+ ⏰` 2022-08-22 `
15
+
16
+ ** Docs**
17
+ - 整体重新修正Aunt文档和演示Demo展示结构。
18
+
19
+ ** New Component**
20
+ - 新增 Card 卡片组件
21
+ - 新增 Switch 开关组件
22
+ - 新增 Badge 徽标组件
23
+ - 新增 Transition 动画过渡组件
24
+
25
+ ** Bug Fixes**
26
+ - Loading: 修补加载状态组件基础类型
27
+ - Avatar: 修补头像文字类型文字超出截取问题
28
+ - Badge: 修复Badge 徽标在没有子元素下位置偏移和动画闪跳问题
29
+
13
30
### v0.0.3
14
31
⏰` 2022-07-31 `
15
32
** New Component**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aunt" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " React Mobile UI Components base on Aunt UI" ,
5
5
"scripts" : {
6
6
"start" : " dumi dev" ,
60
60
"@types/react-dom" : " 18"
61
61
},
62
62
"dependencies" : {
63
- "lodash" : " ^4.17.21" ,
64
- "react-transition-group" : " ^4.4.5" ,
65
- "tslib" : " ^2.4.0"
63
+ "react-transition-group" : " ^4.4.5"
66
64
},
67
65
"devDependencies" : {
68
66
"@babel/plugin-transform-modules-commonjs" : " ^7.18.2" ,
71
69
"@testing-library/jest-dom" : " ^5.15.1" ,
72
70
"@testing-library/react" : " ^12.1.2" ,
73
71
"@types/jest" : " ^27.0.3" ,
74
- "@types/lodash" : " ^4.14.182" ,
75
72
"@types/react-transition-group" : " ^4.4.5" ,
76
73
"@typescript-eslint/eslint-plugin" : " ^5.27.1" ,
77
74
"@typescript-eslint/parser" : " ^5.27.1" ,
You can’t perform that action at this time.
0 commit comments