rsuite 4.9.1 → 4.10.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +46 -14
  2. package/dist/rsuite.js +1565 -296
  3. package/dist/rsuite.min.js +2 -2
  4. package/dist/rsuite.min.js.map +1 -1
  5. package/dist/styles/rsuite-dark-rtl.css +2 -1
  6. package/dist/styles/rsuite-dark-rtl.min.css +1 -1
  7. package/dist/styles/rsuite-dark-rtl.min.css.map +1 -1
  8. package/dist/styles/rsuite-dark.css +2 -1
  9. package/dist/styles/rsuite-dark.min.css +1 -1
  10. package/dist/styles/rsuite-dark.min.css.map +1 -1
  11. package/dist/styles/rsuite-default-rtl.css +2 -1
  12. package/dist/styles/rsuite-default-rtl.min.css +1 -1
  13. package/dist/styles/rsuite-default-rtl.min.css.map +1 -1
  14. package/dist/styles/rsuite-default.css +2 -1
  15. package/dist/styles/rsuite-default.min.css +1 -1
  16. package/dist/styles/rsuite-default.min.css.map +1 -1
  17. package/es/InputPicker/InputPicker.js +1 -13
  18. package/es/MultiCascader/DropdownMenu.js +1 -1
  19. package/es/MultiCascader/MultiCascader.d.ts +8 -0
  20. package/es/MultiCascader/MultiCascader.js +6 -3
  21. package/es/Nav/Nav.js +5 -4
  22. package/es/Table/styles/common.less +2 -1
  23. package/es/Uploader/Uploader.js +2 -0
  24. package/lib/InputPicker/InputPicker.js +1 -13
  25. package/lib/MultiCascader/DropdownMenu.js +1 -1
  26. package/lib/MultiCascader/MultiCascader.d.ts +8 -0
  27. package/lib/MultiCascader/MultiCascader.js +6 -3
  28. package/lib/Nav/Nav.js +4 -3
  29. package/lib/Table/styles/common.less +2 -1
  30. package/lib/Uploader/Uploader.js +2 -0
  31. package/package.json +2 -2
  32. package/src/InputPicker/InputPicker.tsx +1 -8
  33. package/src/MultiCascader/DropdownMenu.tsx +1 -1
  34. package/src/MultiCascader/MultiCascader.d.ts +8 -0
  35. package/src/MultiCascader/MultiCascader.tsx +4 -2
  36. package/src/MultiCascader/test/DropdownMenuSpec.js +17 -0
  37. package/src/MultiCascader/test/MultiCascaderSpec.js +14 -1
  38. package/src/Nav/Nav.tsx +10 -4
  39. package/src/Nav/test/NavSpec.js +35 -0
  40. package/src/Table/styles/common.less +2 -1
  41. package/src/Uploader/Uploader.tsx +1 -0
  42. package/src/Whisper/test/WhisperSpec.js +15 -4
package/CHANGELOG.md CHANGED
@@ -1,33 +1,65 @@
1
- <a name="4.9.1"></a>
2
- ## [4.9.1](https://github.com/rsuite/rsuite/compare/4.9.0...4.9.1) (2021-02-24)
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)
3
3
 
4
4
 
5
5
  ### Bug Fixes
6
6
 
7
- * **tagpicker:** fix the input does not work when focused by keyboard ([#1525](https://github.com/rsuite/rsuite/issues/1525)) ([f5805c0](https://github.com/rsuite/rsuite/commit/f5805c0))
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))
8
9
 
9
10
 
11
+ ### Features
12
+
13
+ * **multi-cascader:** support `onCheck` on `MultiCascader` ([#1646](https://github.com/rsuite/rsuite/issues/1646)) ([e19cd47](https://github.com/rsuite/rsuite/commit/e19cd47))
14
+
10
15
 
11
- <a name="4.9.0"></a>
12
- # [4.9.0](https://github.com/rsuite/rsuite/compare/4.8.9...4.9.0) (2021-02-24)
13
16
 
17
+ ## 4.9.4
18
+
19
+ - build(deps): bump rsuite-table from 3.14.4 to 3.14.6
20
+
21
+ <a name="4.9.3"></a>
22
+
23
+ ## [4.9.3](https://github.com/rsuite/rsuite/compare/4.9.2...4.9.3) (2021-03-11)
14
24
 
15
25
  ### Bug Fixes
16
26
 
17
- * **footer:** use footer tag for Footer ([#1490](https://github.com/rsuite/rsuite/issues/1490)) ([296df45](https://github.com/rsuite/rsuite/commit/296df45))
18
- * **inputpicker:** fix the input does not work when focused by keyboard ([#1520](https://github.com/rsuite/rsuite/issues/1520)) ([476d5c7](https://github.com/rsuite/rsuite/commit/476d5c7)), closes [#1487](https://github.com/rsuite/rsuite/issues/1487)
19
- * **inputpicker:** inputPicker should clear search keywords when closed ([#1522](https://github.com/rsuite/rsuite/issues/1522)) ([d9108ea](https://github.com/rsuite/rsuite/commit/d9108ea))
20
- * **pickers:** picker should not be interactive during animation exit ([#1521](https://github.com/rsuite/rsuite/issues/1521)) ([e201e78](https://github.com/rsuite/rsuite/commit/e201e78)), closes [#1491](https://github.com/rsuite/rsuite/issues/1491)
21
- * **rangeslider:** fix RangeSlider style problem ([#1519](https://github.com/rsuite/rsuite/issues/1519)) ([a422b7d](https://github.com/rsuite/rsuite/commit/a422b7d)), closes [#1485](https://github.com/rsuite/rsuite/issues/1485)
22
- * **rtl:** fixed the docs not work when using `rtl` ([#1503](https://github.com/rsuite/rsuite/issues/1503)) ([9c132a9](https://github.com/rsuite/rsuite/commit/9c132a9))
27
+ - **nav:** fix `onSelect` not working on Nav.Item ([#1561](https://github.com/rsuite/rsuite/issues/1561)) ([9b6bb9f](https://github.com/rsuite/rsuite/commit/9b6bb9f))
28
+ - **uploader:** fixed Uploader unable to upload removed files ([#1548](https://github.com/rsuite/rsuite/issues/1548)) ([69d32d1](https://github.com/rsuite/rsuite/commit/69d32d1))
23
29
 
30
+ <a name="4.9.2"></a>
24
31
 
25
- ### Features
32
+ ## [4.9.2](https://github.com/rsuite/rsuite/compare/4.9.1...4.9.2) (2021-02-24)
33
+
34
+ ### Bug Fixes
35
+
36
+ - **inputpicker:** fix can’t click option on InputPicker ([#1529](https://github.com/rsuite/rsuite/issues/1529)) ([4c2bc6f](https://github.com/rsuite/rsuite/commit/4c2bc6f))
26
37
 
27
- * **uploader:** support file async check on Uploader ([#1489](https://github.com/rsuite/rsuite/issues/1489)) ([25f5b3a](https://github.com/rsuite/rsuite/commit/25f5b3a))
28
- * **whisper:** support `onClose` on the `speaker` prop of Whisper ([#1523](https://github.com/rsuite/rsuite/issues/1523)) ([5b25e3f](https://github.com/rsuite/rsuite/commit/5b25e3f)), closes [#1458](https://github.com/rsuite/rsuite/issues/1458)
38
+ <a name="4.9.1"></a>
39
+
40
+ ## [4.9.1](https://github.com/rsuite/rsuite/compare/4.9.0...4.9.1) (2021-02-24)
41
+
42
+ ### Bug Fixes
43
+
44
+ - **tagpicker:** fix the input does not work when focused by keyboard ([#1525](https://github.com/rsuite/rsuite/issues/1525)) ([f5805c0](https://github.com/rsuite/rsuite/commit/f5805c0))
45
+
46
+ <a name="4.9.0"></a>
47
+
48
+ # [4.9.0](https://github.com/rsuite/rsuite/compare/4.8.9...4.9.0) (2021-02-24)
29
49
 
50
+ ### Bug Fixes
51
+
52
+ - **footer:** use footer tag for Footer ([#1490](https://github.com/rsuite/rsuite/issues/1490)) ([296df45](https://github.com/rsuite/rsuite/commit/296df45))
53
+ - **inputpicker:** fix the input does not work when focused by keyboard ([#1520](https://github.com/rsuite/rsuite/issues/1520)) ([476d5c7](https://github.com/rsuite/rsuite/commit/476d5c7)), closes [#1487](https://github.com/rsuite/rsuite/issues/1487)
54
+ - **inputpicker:** inputPicker should clear search keywords when closed ([#1522](https://github.com/rsuite/rsuite/issues/1522)) ([d9108ea](https://github.com/rsuite/rsuite/commit/d9108ea))
55
+ - **pickers:** picker should not be interactive during animation exit ([#1521](https://github.com/rsuite/rsuite/issues/1521)) ([e201e78](https://github.com/rsuite/rsuite/commit/e201e78)), closes [#1491](https://github.com/rsuite/rsuite/issues/1491)
56
+ - **rangeslider:** fix RangeSlider style problem ([#1519](https://github.com/rsuite/rsuite/issues/1519)) ([a422b7d](https://github.com/rsuite/rsuite/commit/a422b7d)), closes [#1485](https://github.com/rsuite/rsuite/issues/1485)
57
+ - **rtl:** fixed the docs not work when using `rtl` ([#1503](https://github.com/rsuite/rsuite/issues/1503)) ([9c132a9](https://github.com/rsuite/rsuite/commit/9c132a9))
58
+
59
+ ### Features
30
60
 
61
+ - **uploader:** support file async check on Uploader ([#1489](https://github.com/rsuite/rsuite/issues/1489)) ([25f5b3a](https://github.com/rsuite/rsuite/commit/25f5b3a))
62
+ - **whisper:** support `onClose` on the `speaker` prop of Whisper ([#1523](https://github.com/rsuite/rsuite/issues/1523)) ([5b25e3f](https://github.com/rsuite/rsuite/commit/5b25e3f)), closes [#1458](https://github.com/rsuite/rsuite/issues/1458)
31
63
 
32
64
  <a name="4.8.9"></a>
33
65