@ucloud-fe/react-components 1.5.5 → 1.5.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,26 @@
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.5.8](https://github.com/UCloud-FE/react-components/compare/v1.5.7...v1.5.8) (2022-08-08)
6
+
7
+ ### [1.5.7](https://github.com/UCloud-FE/react-components/compare/v1.5.6...v1.5.7) (2022-07-28)
8
+
9
+ ### Features
10
+
11
+ - **Select:** clear search when select ([93b48d0](https://github.com/UCloud-FE/react-components/commit/93b48d09bf1fa37eafda30033164b176cc12514f))
12
+ - **Select:** hide popup when click clear ([36aa14a](https://github.com/UCloud-FE/react-components/commit/36aa14aa9c780031ebf06af4f63ed88e70bddf71))
13
+ - **Select:** remove search icon ([69b2361](https://github.com/UCloud-FE/react-components/commit/69b2361df397234a4fdb376ee04712754320c8d8))
14
+
15
+ ### Bug Fixes
16
+
17
+ - **Select:** fix multiple list overflow ([1bd5755](https://github.com/UCloud-FE/react-components/commit/1bd57554f1026f6ea95f47d9e8ea5e4c0be5438f))
18
+
19
+ ### [1.5.6](https://github.com/UCloud-FE/react-components/compare/v1.5.5...v1.5.6) (2022-07-13)
20
+
21
+ ### Features
22
+
23
+ - **Skeleton:** rename animation to animated ([b87c613](https://github.com/UCloud-FE/react-components/commit/b87c613b114ebfbeadc9aae1843c46614169dee1))
24
+
5
25
  ### [1.5.5](https://github.com/UCloud-FE/react-components/compare/v1.5.4...v1.5.5) (2022-07-13)
6
26
 
7
27
  ### Features