@fluentui/react-components 9.56.4 → 9.56.6

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 +132 -2
  2. package/package.json +56 -56
package/CHANGELOG.md CHANGED
@@ -1,12 +1,142 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Fri, 06 Dec 2024 12:49:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Dec 2024 16:22:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.6)
8
+
9
+ Mon, 16 Dec 2024 16:22:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.5..@fluentui/react-components_v9.56.6)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-positioning`
15
+ - Add positioning option `shiftToCoverTarget` that allows the positioned element to shift to cover the target when there is not enough available space ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by yuanboxue@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-radio`
20
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
21
+ - `@fluentui/react-tabs`
22
+ - fix: adjust styles for circular tabs ([PR #33441](https://github.com/microsoft/fluentui/pull/33441) by dmytrokirpa@microsoft.com)
23
+ - `@fluentui/react-teaching-popover`
24
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
25
+ - `@fluentui/react-button`
26
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
27
+ - `@fluentui/react-carousel`
28
+ - fix: Set totalSlides on CarouselNav to controlled state ([PR #33453](https://github.com/microsoft/fluentui/pull/33453) by mifraser@microsoft.com)
29
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
30
+ - fix: Set tabster default on carousel initialization ([PR #33401](https://github.com/microsoft/fluentui/pull/33401) by mifraser@microsoft.com)
31
+ - fix: Ensure a viable background color for nav items in high contrast windows ([PR #33411](https://github.com/microsoft/fluentui/pull/33411) by mifraser@microsoft.com)
32
+ - `@fluentui/react-color-picker-preview`
33
+ - fix(react-color-picker): active axis for ColorPicker ([PR #33415](https://github.com/microsoft/fluentui/pull/33415) by vkozlova@microsoft.com)
34
+ - `@fluentui/react-migration-v0-v9`
35
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
36
+ - `@fluentui/react-nav-preview`
37
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
38
+
39
+ ### Changes
40
+
41
+ - `@fluentui/react-virtualizer`
42
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
43
+ - `@fluentui/tokens`
44
+ - bugfix: ensure teams tokens follow teams overrides for fonts ([PR #33393](https://github.com/microsoft/fluentui/pull/33393) by bernardo.sunderhus@gmail.com)
45
+
46
+ ## [9.56.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.5)
47
+
48
+ Mon, 09 Dec 2024 17:38:04 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.4..@fluentui/react-components_v9.56.5)
50
+
51
+ ### Minor changes
52
+
53
+ - `@fluentui/react-motion-components-preview`
54
+ - feat(Collapse): add margin to whitespace animation ([PR #33405](https://github.com/microsoft/fluentui/pull/33405) by robertpenner@microsoft.com)
55
+
56
+ ### Patches
57
+
58
+ - `@fluentui/react-spinbutton`
59
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
60
+ - `@fluentui/react-spinner`
61
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
62
+ - `@fluentui/react-swatch-picker`
63
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
64
+ - `@fluentui/react-switch`
65
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
66
+ - `@fluentui/react-tabs`
67
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
68
+ - `@fluentui/react-text`
69
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
70
+ - `@fluentui/react-textarea`
71
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
72
+ - `@fluentui/react-toast`
73
+ - refactor(Toast): replace custom component with CollapseDelayed ([PR #33405](https://github.com/microsoft/fluentui/pull/33405) by robertpenner@microsoft.com)
74
+ - `@fluentui/react-tooltip`
75
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
76
+ - `@fluentui/react-accordion`
77
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
78
+ - `@fluentui/react-aria`
79
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
80
+ - `@fluentui/react-avatar`
81
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
82
+ - `@fluentui/react-badge`
83
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
84
+ - `@fluentui/react-breadcrumb`
85
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
86
+ - `@fluentui/react-calendar-compat`
87
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
88
+ - `@fluentui/react-card`
89
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
90
+ - `@fluentui/react-checkbox`
91
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
92
+ - `@fluentui/react-color-picker-preview`
93
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
94
+ - `@fluentui/react-combobox`
95
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
96
+ - `@fluentui/react-datepicker-compat`
97
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
98
+ - `@fluentui/react-divider`
99
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
100
+ - `@fluentui/react-drawer`
101
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
102
+ - `@fluentui/react-field`
103
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
104
+ - `@fluentui/react-image`
105
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
106
+ - `@fluentui/react-infolabel`
107
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
108
+ - `@fluentui/react-input`
109
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
110
+ - `@fluentui/react-label`
111
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
112
+ - `@fluentui/react-link`
113
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
114
+ - `@fluentui/react-migration-v8-v9`
115
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
116
+ - `@fluentui/react-motion`
117
+ - fix: avoid memory leak in Animation:finished ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by olfedias@microsoft.com)
118
+ - `@fluentui/react-motion-components-preview`
119
+ - feat(motion): Refactor scale, migrate to new variant structure ([PR #33341](https://github.com/microsoft/fluentui/pull/33341) by olkatruk@microsoft.com)
120
+ - `@fluentui/react-persona`
121
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
122
+ - `@fluentui/react-positioning`
123
+ - fix(Popover): opacity transition was not happening ([PR #33421](https://github.com/microsoft/fluentui/pull/33421) by robertpenner@microsoft.com)
124
+ - `@fluentui/react-progress`
125
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
126
+ - `@fluentui/react-rating`
127
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
128
+ - `@fluentui/react-search`
129
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
130
+ - `@fluentui/react-select`
131
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
132
+ - `@fluentui/react-skeleton`
133
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
134
+ - `@fluentui/react-slider`
135
+ - chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
136
+
7
137
  ## [9.56.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.4)
8
138
 
9
- Fri, 06 Dec 2024 12:49:11 GMT
139
+ Fri, 06 Dec 2024 12:53:38 GMT
10
140
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.3..@fluentui/react-components_v9.56.4)
11
141
 
12
142
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.4",
3
+ "version": "9.56.6",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,65 +16,65 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.5.10",
19
+ "@fluentui/react-accordion": "^9.5.12",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.6.44",
22
- "@fluentui/react-badge": "^9.2.46",
23
- "@fluentui/react-button": "^9.3.96",
24
- "@fluentui/react-card": "^9.0.98",
25
- "@fluentui/react-checkbox": "^9.2.42",
26
- "@fluentui/react-combobox": "^9.13.13",
27
- "@fluentui/react-dialog": "^9.11.23",
28
- "@fluentui/react-divider": "^9.2.78",
29
- "@fluentui/react-drawer": "^9.6.3",
30
- "@fluentui/react-field": "^9.1.81",
31
- "@fluentui/react-image": "^9.1.76",
21
+ "@fluentui/react-avatar": "^9.6.46",
22
+ "@fluentui/react-badge": "^9.2.48",
23
+ "@fluentui/react-button": "^9.3.98",
24
+ "@fluentui/react-card": "^9.0.100",
25
+ "@fluentui/react-checkbox": "^9.2.44",
26
+ "@fluentui/react-combobox": "^9.13.15",
27
+ "@fluentui/react-dialog": "^9.11.25",
28
+ "@fluentui/react-divider": "^9.2.80",
29
+ "@fluentui/react-drawer": "^9.6.5",
30
+ "@fluentui/react-field": "^9.1.83",
31
+ "@fluentui/react-image": "^9.1.78",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.0.51",
34
- "@fluentui/react-input": "^9.4.94",
35
- "@fluentui/react-label": "^9.1.79",
36
- "@fluentui/react-link": "^9.3.3",
37
- "@fluentui/react-menu": "^9.14.21",
38
- "@fluentui/react-overflow": "^9.2.2",
39
- "@fluentui/react-persona": "^9.2.103",
40
- "@fluentui/react-portal": "^9.4.39",
41
- "@fluentui/react-popover": "^9.9.26",
42
- "@fluentui/react-positioning": "^9.15.13",
43
- "@fluentui/react-progress": "^9.1.92",
44
- "@fluentui/react-provider": "^9.18.1",
45
- "@fluentui/react-radio": "^9.2.37",
46
- "@fluentui/react-select": "^9.1.92",
47
- "@fluentui/react-shared-contexts": "^9.21.1",
48
- "@fluentui/react-skeleton": "^9.1.21",
49
- "@fluentui/react-slider": "^9.2.1",
50
- "@fluentui/react-spinbutton": "^9.2.93",
51
- "@fluentui/react-spinner": "^9.5.3",
52
- "@fluentui/react-swatch-picker": "^9.1.15",
53
- "@fluentui/react-switch": "^9.1.99",
54
- "@fluentui/react-table": "^9.15.23",
55
- "@fluentui/react-tabs": "^9.6.3",
56
- "@fluentui/react-tabster": "^9.23.1",
57
- "@fluentui/react-tags": "^9.3.24",
58
- "@fluentui/react-textarea": "^9.3.93",
59
- "@fluentui/react-theme": "^9.1.23",
60
- "@fluentui/react-toast": "^9.3.61",
61
- "@fluentui/react-toolbar": "^9.2.11",
62
- "@fluentui/react-tooltip": "^9.5.0",
63
- "@fluentui/react-utilities": "^9.18.18",
64
- "@fluentui/react-text": "^9.4.28",
65
- "@fluentui/react-virtualizer": "9.0.0-alpha.88",
66
- "@fluentui/react-tree": "^9.8.8",
33
+ "@fluentui/react-infolabel": "^9.0.53",
34
+ "@fluentui/react-input": "^9.4.96",
35
+ "@fluentui/react-label": "^9.1.81",
36
+ "@fluentui/react-link": "^9.3.5",
37
+ "@fluentui/react-menu": "^9.14.23",
38
+ "@fluentui/react-overflow": "^9.2.4",
39
+ "@fluentui/react-persona": "^9.2.105",
40
+ "@fluentui/react-portal": "^9.4.40",
41
+ "@fluentui/react-popover": "^9.9.28",
42
+ "@fluentui/react-positioning": "^9.16.0",
43
+ "@fluentui/react-progress": "^9.1.94",
44
+ "@fluentui/react-provider": "^9.18.2",
45
+ "@fluentui/react-radio": "^9.2.39",
46
+ "@fluentui/react-select": "^9.1.94",
47
+ "@fluentui/react-shared-contexts": "^9.21.2",
48
+ "@fluentui/react-skeleton": "^9.1.23",
49
+ "@fluentui/react-slider": "^9.2.3",
50
+ "@fluentui/react-spinbutton": "^9.2.95",
51
+ "@fluentui/react-spinner": "^9.5.5",
52
+ "@fluentui/react-swatch-picker": "^9.1.17",
53
+ "@fluentui/react-switch": "^9.1.101",
54
+ "@fluentui/react-table": "^9.15.25",
55
+ "@fluentui/react-tabs": "^9.6.5",
56
+ "@fluentui/react-tabster": "^9.23.2",
57
+ "@fluentui/react-tags": "^9.3.26",
58
+ "@fluentui/react-textarea": "^9.3.95",
59
+ "@fluentui/react-theme": "^9.1.24",
60
+ "@fluentui/react-toast": "^9.3.63",
61
+ "@fluentui/react-toolbar": "^9.2.13",
62
+ "@fluentui/react-tooltip": "^9.5.2",
63
+ "@fluentui/react-utilities": "^9.18.19",
64
+ "@fluentui/react-text": "^9.4.30",
65
+ "@fluentui/react-virtualizer": "9.0.0-alpha.89",
66
+ "@fluentui/react-tree": "^9.8.10",
67
67
  "@griffel/react": "^1.5.22",
68
68
  "@swc/helpers": "^0.5.1",
69
- "@fluentui/react-message-bar": "^9.2.16",
70
- "@fluentui/react-breadcrumb": "^9.0.44",
71
- "@fluentui/react-aria": "^9.13.10",
72
- "@fluentui/react-rating": "^9.0.23",
73
- "@fluentui/react-search": "^9.0.24",
74
- "@fluentui/react-teaching-popover": "^9.1.23",
75
- "@fluentui/react-tag-picker": "^9.3.10",
76
- "@fluentui/react-motion": "^9.6.3",
77
- "@fluentui/react-carousel": "^9.4.1"
69
+ "@fluentui/react-message-bar": "^9.2.18",
70
+ "@fluentui/react-breadcrumb": "^9.0.46",
71
+ "@fluentui/react-aria": "^9.13.12",
72
+ "@fluentui/react-rating": "^9.0.25",
73
+ "@fluentui/react-search": "^9.0.26",
74
+ "@fluentui/react-teaching-popover": "^9.1.25",
75
+ "@fluentui/react-tag-picker": "^9.3.12",
76
+ "@fluentui/react-motion": "^9.6.5",
77
+ "@fluentui/react-carousel": "^9.4.3"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@types/react": ">=16.14.0 <19.0.0",