@ucloud-fe/react-components 1.3.12 → 1.3.16

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.16](https://github.com/UCloud-FE/react-components/compare/v1.3.15...v1.3.16) (2022-03-08)
6
+
7
+ ### Features
8
+
9
+ - **Button:** change button to inline-flex ([ca563fa](https://github.com/UCloud-FE/react-components/commit/ca563fa58df27c79c45778c8ca969d5aba67c001))
10
+ - **Input:** fix input suffix & prefix shrinks ([e4bdb80](https://github.com/UCloud-FE/react-components/commit/e4bdb807ed0ef2683b534244f1d49481824ca5f2))
11
+
12
+ ### [1.3.15](https://github.com/UCloud-FE/react-components/compare/v1.3.14...v1.3.15) (2022-02-23)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **yarn:** add lock file back for fix ci build ([71930f2](https://github.com/UCloud-FE/react-components/commit/71930f28882cd3eedc06814cb086328b34fa76a3))
17
+
18
+ ### [1.3.14](https://github.com/UCloud-FE/react-components/compare/v1.3.13...v1.3.14) (2022-02-23)
19
+
20
+ ### Features
21
+
22
+ - **gitalk:** remove gitalk ([43746d0](https://github.com/UCloud-FE/react-components/commit/43746d073a91da456be0d98aab03300926e758db))
23
+
24
+ ### Bug Fixes
25
+
26
+ - **Tabs:** fix render unused html attr ([d42a5a5](https://github.com/UCloud-FE/react-components/commit/d42a5a5cc5e9ac4558749a8ee1cac5e05853005a))
27
+
28
+ ### [1.3.13](https://github.com/UCloud-FE/react-components/compare/v1.3.12...v1.3.13) (2022-02-14)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **Table:** fix table row re instance bug ([ed1c9ba](https://github.com/UCloud-FE/react-components/commit/ed1c9ba430f659ff05821db6fe723b8f8489fd79))
33
+
5
34
  ### [1.3.12](https://github.com/UCloud-FE/react-components/compare/v1.3.11...v1.3.12) (2022-02-14)
6
35
 
7
36
  ### Features