@fluentui/react-components 9.54.11 → 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 +27 -2
  2. package/package.json +44 -44
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 15 Aug 2024 08:18:49 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
+
22
+ ## [9.54.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.12)
23
+
24
+ Thu, 15 Aug 2024 13:49:46 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.11..@fluentui/react-components_v9.54.12)
26
+
27
+ ### Patches
28
+
29
+ - `@fluentui/react-tabster`
30
+ - chore: simplifies useMergedTabsterAttributes internals ([PR #32303](https://github.com/microsoft/fluentui/pull/32303) by bernardo.sunderhus@gmail.com)
31
+
7
32
  ## [9.54.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.11)
8
33
 
9
- Thu, 15 Aug 2024 08:18:49 GMT
34
+ Thu, 15 Aug 2024 08:22:07 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.10..@fluentui/react-components_v9.54.11)
11
36
 
12
37
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.11",
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,64 +30,64 @@
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-accordion": "^9.5.1",
33
+ "@fluentui/react-accordion": "^9.5.3",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
- "@fluentui/react-avatar": "^9.6.36",
35
+ "@fluentui/react-avatar": "^9.6.37",
36
36
  "@fluentui/react-badge": "^9.2.41",
37
- "@fluentui/react-button": "^9.3.88",
38
- "@fluentui/react-card": "^9.0.90",
39
- "@fluentui/react-checkbox": "^9.2.34",
40
- "@fluentui/react-combobox": "^9.13.4",
41
- "@fluentui/react-dialog": "^9.11.10",
37
+ "@fluentui/react-button": "^9.3.89",
38
+ "@fluentui/react-card": "^9.0.91",
39
+ "@fluentui/react-checkbox": "^9.2.35",
40
+ "@fluentui/react-combobox": "^9.13.5",
41
+ "@fluentui/react-dialog": "^9.11.12",
42
42
  "@fluentui/react-divider": "^9.2.73",
43
- "@fluentui/react-drawer": "^9.5.10",
44
- "@fluentui/react-field": "^9.1.73",
43
+ "@fluentui/react-drawer": "^9.5.12",
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",
47
- "@fluentui/react-infolabel": "^9.0.43",
48
- "@fluentui/react-input": "^9.4.86",
47
+ "@fluentui/react-infolabel": "^9.0.44",
48
+ "@fluentui/react-input": "^9.4.87",
49
49
  "@fluentui/react-label": "^9.1.74",
50
- "@fluentui/react-link": "^9.2.29",
51
- "@fluentui/react-menu": "^9.14.13",
52
- "@fluentui/react-overflow": "^9.1.27",
53
- "@fluentui/react-persona": "^9.2.95",
54
- "@fluentui/react-portal": "^9.4.32",
55
- "@fluentui/react-popover": "^9.9.18",
50
+ "@fluentui/react-link": "^9.2.30",
51
+ "@fluentui/react-menu": "^9.14.14",
52
+ "@fluentui/react-overflow": "^9.1.28",
53
+ "@fluentui/react-persona": "^9.2.96",
54
+ "@fluentui/react-portal": "^9.4.33",
55
+ "@fluentui/react-popover": "^9.9.19",
56
56
  "@fluentui/react-positioning": "^9.15.7",
57
- "@fluentui/react-progress": "^9.1.84",
58
- "@fluentui/react-provider": "^9.17.1",
59
- "@fluentui/react-radio": "^9.2.29",
60
- "@fluentui/react-select": "^9.1.84",
57
+ "@fluentui/react-progress": "^9.1.85",
58
+ "@fluentui/react-provider": "^9.17.2",
59
+ "@fluentui/react-radio": "^9.2.30",
60
+ "@fluentui/react-select": "^9.1.85",
61
61
  "@fluentui/react-shared-contexts": "^9.20.0",
62
- "@fluentui/react-skeleton": "^9.1.13",
63
- "@fluentui/react-slider": "^9.1.91",
64
- "@fluentui/react-spinbutton": "^9.2.85",
62
+ "@fluentui/react-skeleton": "^9.1.14",
63
+ "@fluentui/react-slider": "^9.1.92",
64
+ "@fluentui/react-spinbutton": "^9.2.86",
65
65
  "@fluentui/react-spinner": "^9.4.12",
66
- "@fluentui/react-swatch-picker": "^9.1.7",
67
- "@fluentui/react-switch": "^9.1.91",
68
- "@fluentui/react-table": "^9.15.14",
69
- "@fluentui/react-tabs": "^9.4.29",
70
- "@fluentui/react-tabster": "^9.22.4",
71
- "@fluentui/react-tags": "^9.3.15",
72
- "@fluentui/react-textarea": "^9.3.85",
66
+ "@fluentui/react-swatch-picker": "^9.1.8",
67
+ "@fluentui/react-switch": "^9.1.92",
68
+ "@fluentui/react-table": "^9.15.15",
69
+ "@fluentui/react-tabs": "^9.4.30",
70
+ "@fluentui/react-tabster": "^9.22.5",
71
+ "@fluentui/react-tags": "^9.3.16",
72
+ "@fluentui/react-textarea": "^9.3.86",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.52",
75
- "@fluentui/react-toolbar": "^9.2.2",
76
- "@fluentui/react-tooltip": "^9.4.36",
74
+ "@fluentui/react-toast": "^9.3.54",
75
+ "@fluentui/react-toolbar": "^9.2.3",
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.9",
80
+ "@fluentui/react-tree": "^9.7.11",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.8",
84
- "@fluentui/react-breadcrumb": "^9.0.35",
85
- "@fluentui/react-aria": "^9.13.3",
86
- "@fluentui/react-rating": "^9.0.16",
87
- "@fluentui/react-search": "^9.0.15",
88
- "@fluentui/react-teaching-popover": "^9.1.14",
89
- "@fluentui/react-tag-picker": "^9.3.0",
90
- "@fluentui/react-motion": "^9.4.0"
83
+ "@fluentui/react-message-bar": "^9.2.9",
84
+ "@fluentui/react-breadcrumb": "^9.0.36",
85
+ "@fluentui/react-aria": "^9.13.4",
86
+ "@fluentui/react-rating": "^9.0.17",
87
+ "@fluentui/react-search": "^9.0.16",
88
+ "@fluentui/react-teaching-popover": "^9.1.15",
89
+ "@fluentui/react-tag-picker": "^9.3.1",
90
+ "@fluentui/react-motion": "^9.5.0"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": ">=16.14.0 <19.0.0",