rsuite 4.10.0 → 4.10.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,18 +1,27 @@
1
- <a name="4.10.0"></a>
2
- # [4.10.0](https://github.com/rsuite/rsuite/compare/4.9.4...4.10.0) (2021-05-08)
1
+ <a name="4.10.1"></a>
3
2
 
3
+ ## [4.10.1](https://github.com/rsuite/rsuite/compare/4.10.0...4.10.1) (2021-05-13)
4
4
 
5
- ### Bug Fixes
5
+ ### Features
6
6
 
7
- * **multi-cascader:** the value of event in onSelect is incorrect ([502be2e](https://github.com/rsuite/rsuite/commit/502be2e))
8
- * **table:** fix long strings in table cells were incorrectly truncated ([#1647](https://github.com/rsuite/rsuite/issues/1647)) ([926111e](https://github.com/rsuite/rsuite/commit/926111e))
7
+ - feat: Added menuContext support to `<Popover>` and `<Tooltips>`
9
8
 
9
+ ### Dependencies
10
10
 
11
- ### Features
11
+ - build(deps): bump rsuite-table from 3.14.6 to 3.15.1
12
+
13
+ <a name="4.10.0"></a>
14
+
15
+ # [4.10.0](https://github.com/rsuite/rsuite/compare/4.9.4...4.10.0) (2021-05-08)
12
16
 
13
- * **multi-cascader:** support `onCheck` on `MultiCascader` ([#1646](https://github.com/rsuite/rsuite/issues/1646)) ([e19cd47](https://github.com/rsuite/rsuite/commit/e19cd47))
17
+ ### Bug Fixes
18
+
19
+ - **multi-cascader:** the value of event in onSelect is incorrect ([502be2e](https://github.com/rsuite/rsuite/commit/502be2e))
20
+ - **table:** fix long strings in table cells were incorrectly truncated ([#1647](https://github.com/rsuite/rsuite/issues/1647)) ([926111e](https://github.com/rsuite/rsuite/commit/926111e))
14
21
 
22
+ ### Features
15
23
 
24
+ - **multi-cascader:** support `onCheck` on `MultiCascader` ([#1646](https://github.com/rsuite/rsuite/issues/1646)) ([e19cd47](https://github.com/rsuite/rsuite/commit/e19cd47))
16
25
 
17
26
  ## 4.9.4
18
27