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