rsuite 4.10.10 → 4.11.1

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,25 @@
1
+ <a name="4.11.1"></a>
2
+ ## [4.11.1](https://github.com/rsuite/rsuite/compare/v4.11.0...v4.11.1) (2022-09-29)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **TreePicker, CheckTreePicker:** fix problems when setting the virtualized prop ([#2778](https://github.com/rsuite/rsuite/issues/2778)) ([1e8f495](https://github.com/rsuite/rsuite/commit/1e8f495)), closes [#2759](https://github.com/rsuite/rsuite/issues/2759)
8
+
9
+
10
+
11
+ <a name="4.11.0"></a>
12
+ # [4.11.0](https://github.com/rsuite/rsuite/compare/v4.10.10...v4.11.0) (2022-08-24)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **CheckTreePicker:** when data changes Cannot close ([#2543](https://github.com/rsuite/rsuite/issues/2543)) ([ee247d1](https://github.com/rsuite/rsuite/commit/ee247d1))
18
+ * delete test case only ([#2410](https://github.com/rsuite/rsuite/issues/2410)) ([e0d9c9e](https://github.com/rsuite/rsuite/commit/e0d9c9e))
19
+ * **SelectPicker:** fix renderValue prop declaration ([#2399](https://github.com/rsuite/rsuite/issues/2399)) ([0914942](https://github.com/rsuite/rsuite/commit/0914942))
20
+
21
+
22
+
1
23
  <a name="4.10.10"></a>
2
24
  ## [4.10.10](https://github.com/rsuite/rsuite/compare/v4.10.9...v4.10.10) (2022-03-22)
3
25