@fluentui/react-tooltip 9.4.42 → 9.4.43
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,35 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
3
|
+
This log was last generated on Mon, 18 Nov 2024 09:42:22 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.43)
|
8
|
+
|
9
|
+
Mon, 18 Nov 2024 09:42:22 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.42..@fluentui/react-tooltip_v9.4.43)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-positioning to v9.15.12 ([PR #33229](https://github.com/microsoft/fluentui/pull/33229) by beachball)
|
15
|
+
|
7
16
|
## [9.4.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.42)
|
8
17
|
|
9
|
-
Mon, 11 Nov 2024
|
18
|
+
Mon, 11 Nov 2024 10:00:37 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.41..@fluentui/react-tooltip_v9.4.42)
|
11
20
|
|
12
21
|
### Patches
|
13
22
|
|
14
23
|
- fix: do not prevent showing tooltip in keyboard mode ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by jukapsia@microsoft.com)
|
15
24
|
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
16
|
-
- Bump @fluentui/keyboard-keys to v9.0.8 ([PR #
|
17
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #
|
18
|
-
- Bump @fluentui/react-portal to v9.4.38 ([PR #
|
19
|
-
- Bump @fluentui/react-positioning to v9.15.11 ([PR #
|
20
|
-
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #
|
21
|
-
- Bump @fluentui/react-tabster to v9.23.0 ([PR #
|
22
|
-
- Bump @fluentui/react-theme to v9.1.22 ([PR #
|
23
|
-
- Bump @fluentui/react-utilities to v9.18.17 ([PR #
|
25
|
+
- Bump @fluentui/keyboard-keys to v9.0.8 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
26
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
27
|
+
- Bump @fluentui/react-portal to v9.4.38 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
28
|
+
- Bump @fluentui/react-positioning to v9.15.11 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
29
|
+
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
30
|
+
- Bump @fluentui/react-tabster to v9.23.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
31
|
+
- Bump @fluentui/react-theme to v9.1.22 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
32
|
+
- Bump @fluentui/react-utilities to v9.18.17 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
24
33
|
|
25
34
|
## [9.4.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.41)
|
26
35
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.43",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"@fluentui/keyboard-keys": "^9.0.8",
|
22
22
|
"@fluentui/react-jsx-runtime": "^9.0.46",
|
23
23
|
"@fluentui/react-portal": "^9.4.38",
|
24
|
-
"@fluentui/react-positioning": "^9.15.
|
24
|
+
"@fluentui/react-positioning": "^9.15.12",
|
25
25
|
"@fluentui/react-shared-contexts": "^9.21.0",
|
26
26
|
"@fluentui/react-tabster": "^9.23.0",
|
27
27
|
"@fluentui/react-theme": "^9.1.22",
|