File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,28 @@ rc-ui-lib 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
16
16
17
17
## 更新内容
18
18
19
+ ### [ 2.1.2] ( https://github.com/rancui/rc-ui-lib/compare/v2.1.1...v2.1.2 )
20
+
21
+ ` 2024-01-04 `
22
+
23
+ - 修复构建后样式文件引入路径错误 (#75 ) [ #75 ] ( https://github.com/rancui/rc-ui-lib/issues/75 )
24
+ ### [ 2.1.1] ( https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1 )
25
+
26
+ ` 2023-12-14 `
27
+
28
+ ** Bug Fixes**
29
+
30
+ - 浮动气泡组件测试案例修改 [ #72 ] ( https://github.com/rancui/rc-ui-lib/issues/72 )
31
+ - TimePicker 循环引用 [ #74 ] ( https://github.com/rancui/rc-ui-lib/issues/74 )
32
+
33
+ ** Chore**
34
+
35
+ - 支持react 18 [ #71 ] ( https://github.com/rancui/rc-ui-lib/issues/71 )
36
+
37
+ ** Feature**
38
+
39
+ - 新增浮动气泡组件 [ #70 ] ( https://github.com/rancui/rc-ui-lib/issues/70 )
40
+
19
41
### [ 2.1.1] ( https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1 )
20
42
21
43
` 2023-12-14 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rc-ui-lib" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " React Mobile UI Components Library base on Vant" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments