@ucloud-fe/react-components 1.2.5 → 1.2.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 +25 -0
- package/dist/main.min.js +3 -3
- package/lib/components/AutoComplete/AutoComplete.d.ts +5 -3
- package/lib/components/AutoComplete/AutoComplete.js +3 -1
- package/lib/components/Input/Input.d.ts +3 -2
- package/lib/components/Input/Input.js +1 -1
- package/lib/components/Input/index.d.ts +2 -0
- package/lib/components/Select/Select.js +44 -10
- package/lib/components/Table/SearchInput.js +1 -0
- package/lib/components/Transfer/Transfer.js +2 -1
- package/lib/components/Tree/Tree.js +5 -5
- package/lib/sharedComponents/Search/Search.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
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.2.9](https://github.com/UCloud-FE/react-components/compare/v1.2.8...v1.2.9) (2021-09-29)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **Input:** fix status usage under context ([1dd5228](https://github.com/UCloud-FE/react-components/commit/1dd52285c054fac6f11df30f8b84cb8465b6e799))
|
|
10
|
+
|
|
11
|
+
### [1.2.8](https://github.com/UCloud-FE/react-components/compare/v1.2.7...v1.2.8) (2021-09-15)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- **Popover:** fix popover demo bug ([07e7457](https://github.com/UCloud-FE/react-components/commit/07e7457e9c4c6961921980e410a65139740e3456))
|
|
16
|
+
- **Select:** fix custom search item's children when use options ([ef54c73](https://github.com/UCloud-FE/react-components/commit/ef54c7383bdcda405f07322e1a7e66f2a921b6ab))
|
|
17
|
+
|
|
18
|
+
### [1.2.7](https://github.com/UCloud-FE/react-components/compare/v1.2.6...v1.2.7) (2021-09-14)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **Select:** fix search for options label ([3b0bd44](https://github.com/UCloud-FE/react-components/commit/3b0bd44cf0f1db57b694f6b15e23bd0eb0d10724))
|
|
23
|
+
|
|
24
|
+
### [1.2.6](https://github.com/UCloud-FE/react-components/compare/v1.2.5...v1.2.6) (2021-09-10)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- **Select:** change options reactKey to key first for fix non-str value ([2ab4dcd](https://github.com/UCloud-FE/react-components/commit/2ab4dcdbfd87a03e4e3de02634e67bf40546aa38))
|
|
29
|
+
|
|
5
30
|
### [1.2.5](https://github.com/UCloud-FE/react-components/compare/v1.2.4...v1.2.5) (2021-09-09)
|
|
6
31
|
|
|
7
32
|
### Bug Fixes
|