@fluentui/react-components 9.54.12 → 9.54.13

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 +17 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 15 Aug 2024 13:46:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 16 Aug 2024 10:23:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.13)
8
+
9
+ Fri, 16 Aug 2024 10:23:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.12..@fluentui/react-components_v9.54.13)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion`
15
+ - feat: Add context to configure motion behaviour ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by lingfangao@hotmail.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-migration-v0-v9`
20
+ - Export VideoProps, split storybooks ([PR #32318](https://github.com/microsoft/fluentui/pull/32318) by jurokapsiar@gmail.com)
21
+
7
22
  ## [9.54.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.12)
8
23
 
9
- Thu, 15 Aug 2024 13:46:54 GMT
24
+ Thu, 15 Aug 2024 13:49:46 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.11..@fluentui/react-components_v9.54.12)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.12",
3
+ "version": "9.54.13",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,7 +30,7 @@
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-accordion": "^9.5.2",
33
+ "@fluentui/react-accordion": "^9.5.3",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
35
  "@fluentui/react-avatar": "^9.6.37",
36
36
  "@fluentui/react-badge": "^9.2.41",
@@ -38,9 +38,9 @@
38
38
  "@fluentui/react-card": "^9.0.91",
39
39
  "@fluentui/react-checkbox": "^9.2.35",
40
40
  "@fluentui/react-combobox": "^9.13.5",
41
- "@fluentui/react-dialog": "^9.11.11",
41
+ "@fluentui/react-dialog": "^9.11.12",
42
42
  "@fluentui/react-divider": "^9.2.73",
43
- "@fluentui/react-drawer": "^9.5.11",
43
+ "@fluentui/react-drawer": "^9.5.12",
44
44
  "@fluentui/react-field": "^9.1.74",
45
45
  "@fluentui/react-image": "^9.1.71",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -71,13 +71,13 @@
71
71
  "@fluentui/react-tags": "^9.3.16",
72
72
  "@fluentui/react-textarea": "^9.3.86",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.53",
74
+ "@fluentui/react-toast": "^9.3.54",
75
75
  "@fluentui/react-toolbar": "^9.2.3",
76
76
  "@fluentui/react-tooltip": "^9.4.37",
77
77
  "@fluentui/react-utilities": "^9.18.13",
78
78
  "@fluentui/react-text": "^9.4.23",
79
79
  "@fluentui/react-virtualizer": "9.0.0-alpha.82",
80
- "@fluentui/react-tree": "^9.7.10",
80
+ "@fluentui/react-tree": "^9.7.11",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
83
  "@fluentui/react-message-bar": "^9.2.9",
@@ -87,7 +87,7 @@
87
87
  "@fluentui/react-search": "^9.0.16",
88
88
  "@fluentui/react-teaching-popover": "^9.1.15",
89
89
  "@fluentui/react-tag-picker": "^9.3.1",
90
- "@fluentui/react-motion": "^9.4.0"
90
+ "@fluentui/react-motion": "^9.5.0"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",