@ucloud-fe/react-components 1.3.4 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.3.8](https://github.com/UCloud-FE/react-components/compare/v1.3.7...v1.3.8) (2022-01-04)
6
+
7
+ ### Features
8
+
9
+ - **Modal:** add return count for modal destroyAll ([ab6be60](https://github.com/UCloud-FE/react-components/commit/ab6be60f040535317a504d9cfe153d4a70f6ce19))
10
+
11
+ ### Bug Fixes
12
+
13
+ - **DatePicker:** fix initial display with defaultOption ([af66569](https://github.com/UCloud-FE/react-components/commit/af665696f65f6766c38b08deefc922a1ab3bc7bf))
14
+
15
+ ### [1.3.7](https://github.com/UCloud-FE/react-components/compare/v1.3.6...v1.3.7) (2021-12-20)
16
+
17
+ ### Features
18
+
19
+ - **all:** update a lot of ts interface define ([1f527a3](https://github.com/UCloud-FE/react-components/commit/1f527a3eba1665f53b822cc89b2fe6c76d925f1f))
20
+ - **Notice:** refactor code & use flex for align ([6e3f8de](https://github.com/UCloud-FE/react-components/commit/6e3f8de3379f285d8b7ee712b334846ac2de07ad))
21
+
22
+ ### [1.3.6](https://github.com/UCloud-FE/react-components/compare/v1.3.5...v1.3.6) (2021-12-20)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **NumberInput:** fix input color ([779657b](https://github.com/UCloud-FE/react-components/commit/779657b98bc291817c7188685c584f57669692e9))
27
+
28
+ ### [1.3.5](https://github.com/UCloud-FE/react-components/compare/v1.3.4...v1.3.5) (2021-12-14)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **Modal:** fix modal buttonProps ([43c2f05](https://github.com/UCloud-FE/react-components/commit/43c2f0559a7c10d09d773a5f03e46c22c8894dbc))
33
+
5
34
  ### [1.3.4](https://github.com/UCloud-FE/react-components/compare/v1.3.3...v1.3.4) (2021-12-14)
6
35
 
7
36
  ### Bug Fixes
package/README.md CHANGED
@@ -68,13 +68,15 @@ yarn add @ucloud-fe/react-components@0.3.1
68
68
 
69
69
  - 通过`babel-plugin-import`实现模块化加载
70
70
 
71
+ 添加 import 插件
72
+
71
73
  ```bash
72
- <!-- 添加import插件 -->
73
74
  npm install babel-plugin-import --dev
74
75
  ```
75
76
 
77
+ 在 babel 的 plugins 中添加配置
78
+
76
79
  ```json
77
- <!-- 在babel的plugins中添加配置 -->
78
80
  {
79
81
  "plugins": [
80
82
  [