rsuite 4.8.9 → 4.9.3

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 (49) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/rsuite.js +4744 -2892
  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 -0
  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 -0
  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 -0
  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 -0
  15. package/dist/styles/rsuite-default.min.css +1 -1
  16. package/dist/styles/rsuite-default.min.css.map +1 -1
  17. package/es/Footer/Footer.js +1 -1
  18. package/es/InputPicker/InputAutosize.js +3 -1
  19. package/es/InputPicker/InputPicker.js +20 -17
  20. package/es/Nav/Nav.js +5 -4
  21. package/es/Overlay/OverlayTrigger.js +7 -1
  22. package/es/RangeSlider/RangeSlider.js +1 -1
  23. package/es/Uploader/Uploader.d.ts +5 -2
  24. package/es/Uploader/Uploader.js +75 -53
  25. package/es/styles/utilities.less +2 -0
  26. package/lib/Footer/Footer.js +1 -1
  27. package/lib/InputPicker/InputAutosize.js +3 -1
  28. package/lib/InputPicker/InputPicker.js +20 -17
  29. package/lib/Nav/Nav.js +4 -3
  30. package/lib/Overlay/OverlayTrigger.js +7 -1
  31. package/lib/RangeSlider/RangeSlider.js +1 -1
  32. package/lib/Uploader/Uploader.d.ts +5 -2
  33. package/lib/Uploader/Uploader.js +75 -53
  34. package/lib/styles/utilities.less +2 -0
  35. package/package.json +2 -2
  36. package/src/Footer/Footer.tsx +1 -1
  37. package/src/Footer/test/FooterSpec.js +1 -0
  38. package/src/InputPicker/InputAutosize.tsx +3 -1
  39. package/src/InputPicker/InputPicker.tsx +13 -16
  40. package/src/InputPicker/test/InputPickerSpec.js +5 -0
  41. package/src/Nav/Nav.tsx +10 -4
  42. package/src/Nav/test/NavSpec.js +35 -0
  43. package/src/Overlay/OverlayTrigger.tsx +7 -1
  44. package/src/RangeSlider/RangeSlider.tsx +1 -1
  45. package/src/TagPicker/test/TagPickerSpec.js +5 -0
  46. package/src/Uploader/Uploader.d.ts +5 -2
  47. package/src/Uploader/Uploader.tsx +29 -8
  48. package/src/Whisper/test/WhisperSpec.js +46 -1
  49. package/src/styles/utilities.less +2 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,46 @@
1
+ <a name="4.9.3"></a>
2
+
3
+ ## [4.9.3](https://github.com/rsuite/rsuite/compare/4.9.2...4.9.3) (2021-03-11)
4
+
5
+ ### Bug Fixes
6
+
7
+ - **nav:** fix `onSelect` not working on Nav.Item ([#1561](https://github.com/rsuite/rsuite/issues/1561)) ([9b6bb9f](https://github.com/rsuite/rsuite/commit/9b6bb9f))
8
+ - **uploader:** fixed Uploader unable to upload removed files ([#1548](https://github.com/rsuite/rsuite/issues/1548)) ([69d32d1](https://github.com/rsuite/rsuite/commit/69d32d1))
9
+
10
+ <a name="4.9.2"></a>
11
+
12
+ ## [4.9.2](https://github.com/rsuite/rsuite/compare/4.9.1...4.9.2) (2021-02-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **inputpicker:** fix can’t click option on InputPicker ([#1529](https://github.com/rsuite/rsuite/issues/1529)) ([4c2bc6f](https://github.com/rsuite/rsuite/commit/4c2bc6f))
17
+
18
+ <a name="4.9.1"></a>
19
+
20
+ ## [4.9.1](https://github.com/rsuite/rsuite/compare/4.9.0...4.9.1) (2021-02-24)
21
+
22
+ ### Bug Fixes
23
+
24
+ - **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))
25
+
26
+ <a name="4.9.0"></a>
27
+
28
+ # [4.9.0](https://github.com/rsuite/rsuite/compare/4.8.9...4.9.0) (2021-02-24)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **footer:** use footer tag for Footer ([#1490](https://github.com/rsuite/rsuite/issues/1490)) ([296df45](https://github.com/rsuite/rsuite/commit/296df45))
33
+ - **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)
34
+ - **inputpicker:** inputPicker should clear search keywords when closed ([#1522](https://github.com/rsuite/rsuite/issues/1522)) ([d9108ea](https://github.com/rsuite/rsuite/commit/d9108ea))
35
+ - **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)
36
+ - **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)
37
+ - **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))
38
+
39
+ ### Features
40
+
41
+ - **uploader:** support file async check on Uploader ([#1489](https://github.com/rsuite/rsuite/issues/1489)) ([25f5b3a](https://github.com/rsuite/rsuite/commit/25f5b3a))
42
+ - **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)
43
+
1
44
  <a name="4.8.9"></a>
2
45
 
3
46
  ## [4.8.9](https://github.com/rsuite/rsuite/compare/4.8.8...4.8.9) (2021-02-02)