@fluentui/react-teaching-popover 9.7.5 → 9.7.7

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 (2) hide show
  1. package/CHANGELOG.md +28 -2
  2. package/package.json +16 -13
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-teaching-popover
2
2
 
3
- <!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 23 Sep 2026 09:03:15 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.7)
8
+
9
+ Wed, 23 Sep 2026 09:03:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.6..@fluentui/react-teaching-popover_v9.7.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.14.9 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
15
+
16
+ ## [9.7.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.6)
17
+
18
+ Tue, 22 Sep 2026 11:25:39 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.5..@fluentui/react-teaching-popover_v9.7.6)
20
+
21
+ ### Patches
22
+
23
+ - fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional, require use-sync-external-store ^1.4.0 for react 19 support ([PR #36559](https://github.com/microsoft/fluentui/pull/36559) by martinhochel@microsoft.com)
24
+ - Bump @fluentui/react-aria to v9.17.15 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
25
+ - Bump @fluentui/react-button to v9.11.1 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
26
+ - Bump @fluentui/react-context-selector to v9.2.20 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
28
+ - Bump @fluentui/react-popover to v9.14.8 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
29
+ - Bump @fluentui/react-shared-contexts to v9.26.4 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
32
+
7
33
  ## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.7.5)
8
34
 
9
- Mon, 24 Aug 2026 08:15:11 GMT
35
+ Mon, 24 Aug 2026 16:40:04 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.7.4..@fluentui/react-teaching-popover_v9.7.5)
11
37
 
12
38
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-teaching-popover",
3
- "version": "9.7.5",
3
+ "version": "9.7.7",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -19,25 +19,28 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@fluentui/react-aria": "^9.17.14",
23
- "@fluentui/react-button": "^9.11.0",
24
- "@fluentui/react-context-selector": "^9.2.19",
22
+ "@fluentui/react-aria": "^9.17.15",
23
+ "@fluentui/react-button": "^9.11.1",
24
+ "@fluentui/react-context-selector": "^9.2.20",
25
25
  "@fluentui/react-icons": "^2.0.245",
26
- "@fluentui/react-jsx-runtime": "^9.4.5",
27
- "@fluentui/react-popover": "^9.14.7",
28
- "@fluentui/react-shared-contexts": "^9.26.3",
29
- "@fluentui/react-tabster": "^9.26.17",
26
+ "@fluentui/react-jsx-runtime": "^9.4.6",
27
+ "@fluentui/react-popover": "^9.14.9",
28
+ "@fluentui/react-shared-contexts": "^9.26.4",
29
+ "@fluentui/react-tabster": "^9.26.18",
30
30
  "@fluentui/react-theme": "^9.2.2",
31
- "@fluentui/react-utilities": "^9.26.6",
31
+ "@fluentui/react-utilities": "^9.26.7",
32
32
  "@griffel/react": "^1.5.32",
33
33
  "@swc/helpers": "^0.5.1",
34
- "use-sync-external-store": "^1.2.0"
34
+ "use-sync-external-store": "^1.4.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@types/react": ">=16.14.0 <20.0.0",
38
- "@types/react-dom": ">=16.9.0 <20.0.0",
39
- "react": ">=16.14.0 <20.0.0",
40
- "react-dom": ">=16.14.0 <20.0.0"
38
+ "react": ">=16.14.0 <20.0.0"
39
+ },
40
+ "peerDependenciesMeta": {
41
+ "@types/react": {
42
+ "optional": true
43
+ }
41
44
  },
42
45
  "exports": {
43
46
  ".": {