@fluentui/react-components 9.56.5 → 9.56.7

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 +57 -2
  2. package/package.json +56 -56
package/CHANGELOG.md CHANGED
@@ -1,12 +1,67 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 09 Dec 2024 17:33:58 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Dec 2024 10:58:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.7)
8
+
9
+ Wed, 18 Dec 2024 10:58:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.6..@fluentui/react-components_v9.56.7)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-dialog`
15
+ - docs(react-dialog): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
16
+ - `@fluentui/react-menu`
17
+ - docs(react-menu): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
18
+ - `@fluentui/react-popover`
19
+ - docs(react-popover): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
20
+ - `@fluentui/react-rating`
21
+ - fix: Pass missing Rating's itemLabel prop to its state so RatingItem consumes it from context. ([PR #33361](https://github.com/microsoft/fluentui/pull/33361) by derdem@microsoft.com)
22
+
23
+ ## [9.56.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.6)
24
+
25
+ Mon, 16 Dec 2024 16:26:45 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.5..@fluentui/react-components_v9.56.6)
27
+
28
+ ### Minor changes
29
+
30
+ - `@fluentui/react-positioning`
31
+ - 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)
32
+
33
+ ### Patches
34
+
35
+ - `@fluentui/react-radio`
36
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
37
+ - `@fluentui/react-tabs`
38
+ - fix: adjust styles for circular tabs ([PR #33441](https://github.com/microsoft/fluentui/pull/33441) by dmytrokirpa@microsoft.com)
39
+ - `@fluentui/react-teaching-popover`
40
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
41
+ - `@fluentui/react-button`
42
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
43
+ - `@fluentui/react-carousel`
44
+ - fix: Set totalSlides on CarouselNav to controlled state ([PR #33453](https://github.com/microsoft/fluentui/pull/33453) by mifraser@microsoft.com)
45
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
46
+ - fix: Set tabster default on carousel initialization ([PR #33401](https://github.com/microsoft/fluentui/pull/33401) by mifraser@microsoft.com)
47
+ - 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)
48
+ - `@fluentui/react-color-picker-preview`
49
+ - fix(react-color-picker): active axis for ColorPicker ([PR #33415](https://github.com/microsoft/fluentui/pull/33415) by vkozlova@microsoft.com)
50
+ - `@fluentui/react-migration-v0-v9`
51
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
52
+ - `@fluentui/react-nav-preview`
53
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
54
+
55
+ ### Changes
56
+
57
+ - `@fluentui/react-virtualizer`
58
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
59
+ - `@fluentui/tokens`
60
+ - bugfix: ensure teams tokens follow teams overrides for fonts ([PR #33393](https://github.com/microsoft/fluentui/pull/33393) by bernardo.sunderhus@gmail.com)
61
+
7
62
  ## [9.56.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.5)
8
63
 
9
- Mon, 09 Dec 2024 17:33:58 GMT
64
+ Mon, 09 Dec 2024 17:38:04 GMT
10
65
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.4..@fluentui/react-components_v9.56.5)
11
66
 
12
67
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.5",
3
+ "version": "9.56.7",
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.11",
19
+ "@fluentui/react-accordion": "^9.5.12",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.6.45",
22
- "@fluentui/react-badge": "^9.2.47",
23
- "@fluentui/react-button": "^9.3.97",
24
- "@fluentui/react-card": "^9.0.99",
25
- "@fluentui/react-checkbox": "^9.2.43",
26
- "@fluentui/react-combobox": "^9.13.14",
27
- "@fluentui/react-dialog": "^9.11.24",
28
- "@fluentui/react-divider": "^9.2.79",
29
- "@fluentui/react-drawer": "^9.6.4",
30
- "@fluentui/react-field": "^9.1.82",
31
- "@fluentui/react-image": "^9.1.77",
21
+ "@fluentui/react-avatar": "^9.6.47",
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.26",
28
+ "@fluentui/react-divider": "^9.2.80",
29
+ "@fluentui/react-drawer": "^9.6.6",
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.52",
34
- "@fluentui/react-input": "^9.4.95",
35
- "@fluentui/react-label": "^9.1.80",
36
- "@fluentui/react-link": "^9.3.4",
37
- "@fluentui/react-menu": "^9.14.22",
38
- "@fluentui/react-overflow": "^9.2.3",
39
- "@fluentui/react-persona": "^9.2.104",
40
- "@fluentui/react-portal": "^9.4.39",
41
- "@fluentui/react-popover": "^9.9.27",
42
- "@fluentui/react-positioning": "^9.15.14",
43
- "@fluentui/react-progress": "^9.1.93",
44
- "@fluentui/react-provider": "^9.18.1",
45
- "@fluentui/react-radio": "^9.2.38",
46
- "@fluentui/react-select": "^9.1.93",
47
- "@fluentui/react-shared-contexts": "^9.21.1",
48
- "@fluentui/react-skeleton": "^9.1.22",
49
- "@fluentui/react-slider": "^9.2.2",
50
- "@fluentui/react-spinbutton": "^9.2.94",
51
- "@fluentui/react-spinner": "^9.5.4",
52
- "@fluentui/react-swatch-picker": "^9.1.16",
53
- "@fluentui/react-switch": "^9.1.100",
54
- "@fluentui/react-table": "^9.15.24",
55
- "@fluentui/react-tabs": "^9.6.4",
56
- "@fluentui/react-tabster": "^9.23.1",
57
- "@fluentui/react-tags": "^9.3.25",
58
- "@fluentui/react-textarea": "^9.3.94",
59
- "@fluentui/react-theme": "^9.1.23",
60
- "@fluentui/react-toast": "^9.3.62",
61
- "@fluentui/react-toolbar": "^9.2.12",
62
- "@fluentui/react-tooltip": "^9.5.1",
63
- "@fluentui/react-utilities": "^9.18.18",
64
- "@fluentui/react-text": "^9.4.29",
65
- "@fluentui/react-virtualizer": "9.0.0-alpha.88",
66
- "@fluentui/react-tree": "^9.8.9",
33
+ "@fluentui/react-infolabel": "^9.0.54",
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.24",
38
+ "@fluentui/react-overflow": "^9.2.5",
39
+ "@fluentui/react-persona": "^9.2.106",
40
+ "@fluentui/react-portal": "^9.4.40",
41
+ "@fluentui/react-popover": "^9.9.29",
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.26",
55
+ "@fluentui/react-tabs": "^9.6.5",
56
+ "@fluentui/react-tabster": "^9.23.2",
57
+ "@fluentui/react-tags": "^9.3.27",
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.11",
67
67
  "@griffel/react": "^1.5.22",
68
68
  "@swc/helpers": "^0.5.1",
69
- "@fluentui/react-message-bar": "^9.2.17",
70
- "@fluentui/react-breadcrumb": "^9.0.45",
71
- "@fluentui/react-aria": "^9.13.11",
72
- "@fluentui/react-rating": "^9.0.24",
73
- "@fluentui/react-search": "^9.0.25",
74
- "@fluentui/react-teaching-popover": "^9.1.24",
75
- "@fluentui/react-tag-picker": "^9.3.11",
76
- "@fluentui/react-motion": "^9.6.4",
77
- "@fluentui/react-carousel": "^9.4.2"
69
+ "@fluentui/react-message-bar": "^9.2.18",
70
+ "@fluentui/react-breadcrumb": "^9.0.47",
71
+ "@fluentui/react-aria": "^9.13.12",
72
+ "@fluentui/react-rating": "^9.0.26",
73
+ "@fluentui/react-search": "^9.0.26",
74
+ "@fluentui/react-teaching-popover": "^9.1.26",
75
+ "@fluentui/react-tag-picker": "^9.3.13",
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",