rsuite 4.10.8 → 4.11.0

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
@@ -1,3 +1,34 @@
1
+ <a name="4.11.0"></a>
2
+ # [4.11.0](https://github.com/rsuite/rsuite/compare/v4.10.10...v4.11.0) (2022-08-24)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **CheckTreePicker:** when data changes Cannot close ([#2543](https://github.com/rsuite/rsuite/issues/2543)) ([ee247d1](https://github.com/rsuite/rsuite/commit/ee247d1))
8
+ * delete test case only ([#2410](https://github.com/rsuite/rsuite/issues/2410)) ([e0d9c9e](https://github.com/rsuite/rsuite/commit/e0d9c9e))
9
+ * **SelectPicker:** fix renderValue prop declaration ([#2399](https://github.com/rsuite/rsuite/issues/2399)) ([0914942](https://github.com/rsuite/rsuite/commit/0914942))
10
+
11
+
12
+
13
+ <a name="4.10.10"></a>
14
+ ## [4.10.10](https://github.com/rsuite/rsuite/compare/v4.10.9...v4.10.10) (2022-03-22)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * fix SelectPicker when search is controlled and exit Dropdown without resetting external search ([#2409](https://github.com/rsuite/rsuite/issues/2409)) ([309ebe5](https://github.com/rsuite/rsuite/commit/309ebe5))
20
+
21
+
22
+
23
+ ## [4.10.9](https://github.com/rsuite/rsuite/compare/v4.10.8...v4.10.9) (2022-03-11)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * fix when use Fragment for table,the fixed columns fail ([#2394](https://github.com/rsuite/rsuite/issues/2394)) ([8f5660b](https://github.com/rsuite/rsuite/commit/8f5660b1f39c0cce1e99b3a7f0b5fb15daa2f643))
29
+
30
+
31
+
1
32
  <a name="4.10.8"></a>
2
33
  ## [4.10.8](https://github.com/rsuite/rsuite/compare/v4.10.7...v4.10.8) (2022-02-24)
3
34