@ucloud-fe/react-components 1.3.5 → 1.3.9

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,36 @@
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.9](https://github.com/UCloud-FE/react-components/compare/v1.3.8...v1.3.9) (2022-01-19)
6
+
7
+ ### Features
8
+
9
+ - **Table:** change resizable style ([4e26d28](https://github.com/UCloud-FE/react-components/commit/4e26d2808fd1762d2f11271e52b7c26d86ebc147))
10
+ - **Table:** update resizableTh style ([eff7a46](https://github.com/UCloud-FE/react-components/commit/eff7a4602e0f60ba7749769a454f660a9944342c))
11
+
12
+ ### [1.3.8](https://github.com/UCloud-FE/react-components/compare/v1.3.7...v1.3.8) (2022-01-04)
13
+
14
+ ### Features
15
+
16
+ - **Modal:** add return count for modal destroyAll ([ab6be60](https://github.com/UCloud-FE/react-components/commit/ab6be60f040535317a504d9cfe153d4a70f6ce19))
17
+
18
+ ### Bug Fixes
19
+
20
+ - **DatePicker:** fix initial display with defaultOption ([af66569](https://github.com/UCloud-FE/react-components/commit/af665696f65f6766c38b08deefc922a1ab3bc7bf))
21
+
22
+ ### [1.3.7](https://github.com/UCloud-FE/react-components/compare/v1.3.6...v1.3.7) (2021-12-20)
23
+
24
+ ### Features
25
+
26
+ - **all:** update a lot of ts interface define ([1f527a3](https://github.com/UCloud-FE/react-components/commit/1f527a3eba1665f53b822cc89b2fe6c76d925f1f))
27
+ - **Notice:** refactor code & use flex for align ([6e3f8de](https://github.com/UCloud-FE/react-components/commit/6e3f8de3379f285d8b7ee712b334846ac2de07ad))
28
+
29
+ ### [1.3.6](https://github.com/UCloud-FE/react-components/compare/v1.3.5...v1.3.6) (2021-12-20)
30
+
31
+ ### Bug Fixes
32
+
33
+ - **NumberInput:** fix input color ([779657b](https://github.com/UCloud-FE/react-components/commit/779657b98bc291817c7188685c584f57669692e9))
34
+
5
35
  ### [1.3.5](https://github.com/UCloud-FE/react-components/compare/v1.3.4...v1.3.5) (2021-12-14)
6
36
 
7
37
  ### 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
  [