@fluentui/react-drawer 9.11.3 → 9.11.5

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 +29 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 12 Feb 2026 10:42:47 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.11.5)
8
+
9
+ Tue, 03 Mar 2026 09:41:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.11.4..@fluentui/react-drawer_v9.11.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.17.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
15
+ - Bump @fluentui/react-motion to v9.13.0 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
16
+ - Bump @fluentui/react-motion-components-preview to v0.15.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
17
+
18
+ ## [9.11.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.11.4)
19
+
20
+ Wed, 25 Feb 2026 13:32:28 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.11.3..@fluentui/react-drawer_v9.11.4)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-dialog to v9.17.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
27
+ - Bump @fluentui/react-motion to v9.12.0 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
28
+ - Bump @fluentui/react-portal to v9.8.11 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
29
+ - Bump @fluentui/react-motion-components-preview to v0.15.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
30
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.26.13 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
33
+
7
34
  ## [9.11.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.11.3)
8
35
 
9
- Thu, 12 Feb 2026 10:42:47 GMT
36
+ Thu, 12 Feb 2026 10:46:14 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.11.2..@fluentui/react-drawer_v9.11.3)
11
38
 
12
39
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.11.3",
3
+ "version": "9.11.5",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-dialog": "^9.17.0",
16
- "@fluentui/react-jsx-runtime": "^9.4.0",
17
- "@fluentui/react-motion": "^9.11.6",
18
- "@fluentui/react-portal": "^9.8.10",
19
- "@fluentui/react-motion-components-preview": "^0.15.0",
20
- "@fluentui/react-shared-contexts": "^9.26.1",
21
- "@fluentui/react-tabster": "^9.26.12",
15
+ "@fluentui/react-dialog": "^9.17.2",
16
+ "@fluentui/react-jsx-runtime": "^9.4.1",
17
+ "@fluentui/react-motion": "^9.13.0",
18
+ "@fluentui/react-portal": "^9.8.11",
19
+ "@fluentui/react-motion-components-preview": "^0.15.2",
20
+ "@fluentui/react-shared-contexts": "^9.26.2",
21
+ "@fluentui/react-tabster": "^9.26.13",
22
22
  "@fluentui/react-theme": "^9.2.1",
23
- "@fluentui/react-utilities": "^9.26.1",
23
+ "@fluentui/react-utilities": "^9.26.2",
24
24
  "@griffel/react": "^1.5.32",
25
25
  "@swc/helpers": "^0.5.1"
26
26
  },