@fluentui/react-teaching-popover 9.6.2 → 9.6.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 +29 -2
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-teaching-popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 07 Aug 2025 09:59:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.4)
|
|
8
|
+
|
|
9
|
+
Thu, 07 Aug 2025 09:59:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.3..@fluentui/react-teaching-popover_v9.6.4)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
16
|
+
- Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
17
|
+
- Bump @fluentui/react-popover to v9.12.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
18
|
+
- Bump @fluentui/react-button to v9.6.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
19
|
+
- Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
20
|
+
- Bump @fluentui/react-aria to v9.16.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
21
|
+
- Bump @fluentui/react-context-selector to v9.2.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
|
|
22
|
+
|
|
23
|
+
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.3)
|
|
24
|
+
|
|
25
|
+
Wed, 30 Jul 2025 16:55:37 GMT
|
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.2..@fluentui/react-teaching-popover_v9.6.3)
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui/react-popover to v9.12.3 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
|
|
31
|
+
- Bump @fluentui/react-button to v9.6.3 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
|
|
32
|
+
- Bump @fluentui/react-aria to v9.16.2 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
|
|
33
|
+
|
|
7
34
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.2)
|
|
8
35
|
|
|
9
|
-
Wed, 30 Jul 2025
|
|
36
|
+
Wed, 30 Jul 2025 13:10:57 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.1..@fluentui/react-teaching-popover_v9.6.2)
|
|
11
38
|
|
|
12
39
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { ComponentState } from '@fluentui/react-utilities';
|
|
|
9
9
|
import { EventData } from '@fluentui/react-utilities';
|
|
10
10
|
import { EventHandler } from '@fluentui/react-utilities';
|
|
11
11
|
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
12
|
+
import { JSXElement } from '@fluentui/react-utilities';
|
|
12
13
|
import { JSXElementConstructor } from 'react';
|
|
13
14
|
import { PopoverContextValue } from '@fluentui/react-popover';
|
|
14
15
|
import type { PopoverProps } from '@fluentui/react-popover';
|
|
@@ -66,7 +67,7 @@ declare type NavButtonRenderFunction = (value: string) => React_2.ReactNode;
|
|
|
66
67
|
/**
|
|
67
68
|
* Render the final JSX of TeachingPopover
|
|
68
69
|
*/
|
|
69
|
-
export declare const renderTeachingPopover_unstable: (state: PopoverState) =>
|
|
70
|
+
export declare const renderTeachingPopover_unstable: (state: PopoverState) => JSXElement;
|
|
70
71
|
|
|
71
72
|
/**
|
|
72
73
|
* Render the final JSX of TeachingPopoverBody
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-teaching-popover",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.4",
|
|
4
4
|
"description": "New fluentui react package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"@fluentui/scripts-api-extractor": "*"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@fluentui/react-jsx-runtime": "^9.1.
|
|
27
|
+
"@fluentui/react-jsx-runtime": "^9.1.5",
|
|
28
28
|
"@fluentui/react-theme": "^9.2.0",
|
|
29
|
-
"@fluentui/react-utilities": "^9.23.
|
|
29
|
+
"@fluentui/react-utilities": "^9.23.2",
|
|
30
30
|
"@griffel/react": "^1.5.22",
|
|
31
31
|
"@swc/helpers": "^0.5.1",
|
|
32
32
|
"@fluentui/react-shared-contexts": "^9.24.1",
|
|
33
|
-
"@fluentui/react-popover": "^9.12.
|
|
34
|
-
"@fluentui/react-button": "^9.6.
|
|
35
|
-
"@fluentui/react-tabster": "^9.26.
|
|
33
|
+
"@fluentui/react-popover": "^9.12.4",
|
|
34
|
+
"@fluentui/react-button": "^9.6.4",
|
|
35
|
+
"@fluentui/react-tabster": "^9.26.3",
|
|
36
36
|
"@fluentui/react-icons": "^2.0.245",
|
|
37
|
-
"@fluentui/react-aria": "^9.16.
|
|
38
|
-
"@fluentui/react-context-selector": "^9.2.
|
|
37
|
+
"@fluentui/react-aria": "^9.16.3",
|
|
38
|
+
"@fluentui/react-context-selector": "^9.2.5",
|
|
39
39
|
"use-sync-external-store": "^1.2.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|