File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,36 @@ rc-ui-lib 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
16
16
17
17
## 更新内容
18
18
19
+ ### [ 2.1.1] ( https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1 )
20
+
21
+ ` 2023-12-14 `
22
+
23
+ ** Bug Fixes**
24
+
25
+ - 浮动气泡组件测试案例修改 [ #72 ] ( https://github.com/rancui/rc-ui-lib/issues/72 )
26
+ - TimePicker 循环引用 [ #74 ] ( https://github.com/rancui/rc-ui-lib/issues/74 )
27
+
28
+ ** Chore**
29
+
30
+ - 支持react 18 [ #71 ] ( https://github.com/rancui/rc-ui-lib/issues/71 )
31
+
32
+ ** Feature**
33
+
34
+ - 新增浮动气泡组件 [ #70 ] ( https://github.com/rancui/rc-ui-lib/issues/70 )
35
+ ### [ 2.1.0] ( https://github.com/rancui/rc-ui-lib/compare/v2.0.6...v2.1.0 )
36
+
37
+ ` 2023-08-16 `
38
+
39
+ ** Bug Fixes**
40
+
41
+ - 处理循环引用 [ #68 ] ( https://github.com/rancui/rc-ui-lib/issues/68 )
42
+
43
+ ** Feature**
44
+
45
+ - Badge: Badge 组件新增 position 属性 [ #65 ] ( https://github.com/rancui/rc-ui-lib/issues/65 )
46
+ - RollingText: 新增 RollingText 组件 [ #64 ] ( https://github.com/rancui/rc-ui-lib/issues/64 )
47
+ - Watermark: 新增水印组件 [ #67 ] ( https://github.com/rancui/rc-ui-lib/issues/67 )
48
+
19
49
### [ 2.1.0] ( https://github.com/rancui/rc-ui-lib/compare/v2.0.6...v2.1.0 )
20
50
21
51
` 2023-08-16 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rc-ui-lib" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " React Mobile UI Components Library base on Vant" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
81
81
" lib/**/style/*" ,
82
82
" *.less"
83
83
]
84
- }
84
+ }
You can’t perform that action at this time.
0 commit comments