@fluentui/react-components 9.54.9 → 9.54.11

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 +42 -2
  2. package/package.json +43 -43
package/CHANGELOG.md CHANGED
@@ -1,12 +1,52 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 06 Aug 2024 21:39:51 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Aug 2024 08:18:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.11)
8
+
9
+ Thu, 15 Aug 2024 08:18:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.10..@fluentui/react-components_v9.54.11)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-tag-picker`
15
+ - feature: introduces noPopover property to TagPicker ([PR #32158](https://github.com/microsoft/fluentui/pull/32158) by bernardo.sunderhus@gmail.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-carousel-preview`
20
+ - chore: change :after to ::after ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
21
+ - `@fluentui/react-combobox`
22
+ - fix: check icon slot does not collapse ([PR #32243](https://github.com/microsoft/fluentui/pull/32243) by sarah.higley@microsoft.com)
23
+ - `@fluentui/react-drawer`
24
+ - chore: change :after to ::after. ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
25
+ - Bug fix for issue 31724 ([PR #32060](https://github.com/microsoft/fluentui/pull/32060) by lakshmimanasasai.t@gmail.com)
26
+ - `@fluentui/react-list-preview`
27
+ - chore: ensures useMergedTabsterAttributes supports Partial attributes ([PR #32300](https://github.com/microsoft/fluentui/pull/32300) by bernardo.sunderhus@gmail.com)
28
+ - `@fluentui/react-migration-v0-v9`
29
+ - v9 migration: Add Video shim component ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by jukapsia@microsoft.com)
30
+ - `@fluentui/react-swatch-picker`
31
+ - (react-swatch-picker): fixed documentation ([PR #32279](https://github.com/microsoft/fluentui/pull/32279) by vkozlova@microsoft.com)
32
+ - `@fluentui/react-table`
33
+ - chore: change :after to ::after ([PR #32236](https://github.com/microsoft/fluentui/pull/32236) by seanmonahan@microsoft.com)
34
+ - `@fluentui/react-tabster`
35
+ - chore: ensures useMergedTabsterAttributes supports Partial attributes ([PR #32300](https://github.com/microsoft/fluentui/pull/32300) by bernardo.sunderhus@gmail.com)
36
+
37
+ ## [9.54.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.10)
38
+
39
+ Wed, 07 Aug 2024 12:31:56 GMT
40
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.9..@fluentui/react-components_v9.54.10)
41
+
42
+ ### Patches
43
+
44
+ - `@fluentui/react-toolbar`
45
+ - fix: hardcode size of `ToolbarButton` ([PR #32185](https://github.com/microsoft/fluentui/pull/32185) by olfedias@microsoft.com)
46
+
7
47
  ## [9.54.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.9)
8
48
 
9
- Tue, 06 Aug 2024 21:39:51 GMT
49
+ Tue, 06 Aug 2024 21:40:43 GMT
10
50
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.8..@fluentui/react-components_v9.54.9)
11
51
 
12
52
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.9",
3
+ "version": "9.54.11",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,63 +30,63 @@
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-accordion": "^9.5.0",
33
+ "@fluentui/react-accordion": "^9.5.1",
34
34
  "@fluentui/react-alert": "9.0.0-beta.124",
35
- "@fluentui/react-avatar": "^9.6.35",
35
+ "@fluentui/react-avatar": "^9.6.36",
36
36
  "@fluentui/react-badge": "^9.2.41",
37
- "@fluentui/react-button": "^9.3.87",
38
- "@fluentui/react-card": "^9.0.89",
39
- "@fluentui/react-checkbox": "^9.2.33",
40
- "@fluentui/react-combobox": "^9.13.3",
41
- "@fluentui/react-dialog": "^9.11.9",
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",
42
42
  "@fluentui/react-divider": "^9.2.73",
43
- "@fluentui/react-drawer": "^9.5.9",
44
- "@fluentui/react-field": "^9.1.72",
43
+ "@fluentui/react-drawer": "^9.5.10",
44
+ "@fluentui/react-field": "^9.1.73",
45
45
  "@fluentui/react-image": "^9.1.71",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
47
- "@fluentui/react-infolabel": "^9.0.42",
48
- "@fluentui/react-input": "^9.4.85",
47
+ "@fluentui/react-infolabel": "^9.0.43",
48
+ "@fluentui/react-input": "^9.4.86",
49
49
  "@fluentui/react-label": "^9.1.74",
50
- "@fluentui/react-link": "^9.2.28",
51
- "@fluentui/react-menu": "^9.14.12",
52
- "@fluentui/react-overflow": "^9.1.26",
53
- "@fluentui/react-persona": "^9.2.94",
54
- "@fluentui/react-portal": "^9.4.31",
55
- "@fluentui/react-popover": "^9.9.17",
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",
56
56
  "@fluentui/react-positioning": "^9.15.7",
57
- "@fluentui/react-progress": "^9.1.83",
58
- "@fluentui/react-provider": "^9.17.0",
59
- "@fluentui/react-radio": "^9.2.28",
60
- "@fluentui/react-select": "^9.1.83",
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",
61
61
  "@fluentui/react-shared-contexts": "^9.20.0",
62
- "@fluentui/react-skeleton": "^9.1.12",
63
- "@fluentui/react-slider": "^9.1.90",
64
- "@fluentui/react-spinbutton": "^9.2.84",
62
+ "@fluentui/react-skeleton": "^9.1.13",
63
+ "@fluentui/react-slider": "^9.1.91",
64
+ "@fluentui/react-spinbutton": "^9.2.85",
65
65
  "@fluentui/react-spinner": "^9.4.12",
66
- "@fluentui/react-swatch-picker": "^9.1.6",
67
- "@fluentui/react-switch": "^9.1.90",
68
- "@fluentui/react-table": "^9.15.13",
69
- "@fluentui/react-tabs": "^9.4.28",
70
- "@fluentui/react-tabster": "^9.22.3",
71
- "@fluentui/react-tags": "^9.3.14",
72
- "@fluentui/react-textarea": "^9.3.84",
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",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
- "@fluentui/react-toast": "^9.3.51",
75
- "@fluentui/react-toolbar": "^9.2.0",
76
- "@fluentui/react-tooltip": "^9.4.35",
74
+ "@fluentui/react-toast": "^9.3.52",
75
+ "@fluentui/react-toolbar": "^9.2.2",
76
+ "@fluentui/react-tooltip": "^9.4.36",
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.8",
80
+ "@fluentui/react-tree": "^9.7.9",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.7",
84
- "@fluentui/react-breadcrumb": "^9.0.34",
85
- "@fluentui/react-aria": "^9.13.2",
86
- "@fluentui/react-rating": "^9.0.15",
87
- "@fluentui/react-search": "^9.0.14",
88
- "@fluentui/react-teaching-popover": "^9.1.13",
89
- "@fluentui/react-tag-picker": "^9.2.5",
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
90
  "@fluentui/react-motion": "^9.4.0"
91
91
  },
92
92
  "peerDependencies": {