@fluentui/react-components 9.27.1 → 9.27.2

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,74 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 27 Jul 2023 10:33:12 GMT",
5
+ "date": "Tue, 01 Aug 2023 10:14:26 GMT",
6
+ "tag": "@fluentui/react-components_v9.27.2",
7
+ "version": "9.27.2",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "jirivyhnalek@microsoft.com",
12
+ "package": "@fluentui/react-accordion",
13
+ "commit": "0c693a82d2d6e3c52012d53fdd40af42397fc5cf",
14
+ "comment": "Accordion - export AccordionHeaderContextProvider"
15
+ },
16
+ {
17
+ "author": "gcox@microsoft.com",
18
+ "package": "@fluentui/react-combobox",
19
+ "commit": "50392ee3cdec1975dff5e496da6241d37acb11b2",
20
+ "comment": "Added portal slot to Combobox and Dropdown"
21
+ },
22
+ {
23
+ "author": "eysjiang@gmail.com",
24
+ "package": "@fluentui/react-shared-contexts",
25
+ "commit": "937b241d624114c181ea1521d0d4ead1068ddfa3",
26
+ "comment": "adds Announce context"
27
+ }
28
+ ],
29
+ "patch": [
30
+ {
31
+ "author": "yuanboxue@microsoft.com",
32
+ "package": "@fluentui/react-menu",
33
+ "commit": "9250428d00e7e2909a0e3bae667c6ef0044ea67e",
34
+ "comment": "fix: use css outline for MenuItem focus ring instead of pseudo element"
35
+ },
36
+ {
37
+ "author": "yuanboxue@microsoft.com",
38
+ "package": "@fluentui/react-positioning",
39
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5",
40
+ "comment": "fix: autoSize causing maximum positioning update"
41
+ },
42
+ {
43
+ "author": "chassunc@microsoft.com",
44
+ "package": "@fluentui/react-toolbar",
45
+ "commit": "c6d2ace26c19b4c8102c77baf8f66ffeb36149f8",
46
+ "comment": "Remove margin from Icon in ToolbarButton when vertical prop is passed"
47
+ }
48
+ ],
49
+ "prerelease": [
50
+ {
51
+ "author": "petrduda@microsoft.com",
52
+ "package": "@fluentui/react-tree",
53
+ "commit": "d4b3feec354590939a340460bea62f4e39d38a74",
54
+ "comment": "bugfix: Tree, vertical spacing of branches and children is inconsistent"
55
+ },
56
+ {
57
+ "author": "bernardo.sunderhus@gmail.com",
58
+ "package": "@fluentui/react-tree",
59
+ "commit": "f9e014b3919f00068940b0dd94980f6d542eff68",
60
+ "comment": "feat: adds openItems and checkedItems to tree callback data"
61
+ },
62
+ {
63
+ "author": "bernardo.sunderhus@gmail.com",
64
+ "package": "@fluentui/react-tree",
65
+ "commit": "2f795af17bf0cf844e0cc59c5d2f2418a00c9594",
66
+ "comment": "chore: improves internal headless signature"
67
+ }
68
+ ]
69
+ }
70
+ },
71
+ {
72
+ "date": "Thu, 27 Jul 2023 10:34:13 GMT",
6
73
  "tag": "@fluentui/react-components_v9.27.1",
7
74
  "version": "9.27.1",
8
75
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 27 Jul 2023 10:33:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Aug 2023 10:14:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.27.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.2)
8
+
9
+ Tue, 01 Aug 2023 10:14:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.1..@fluentui/react-components_v9.27.2)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-accordion`
15
+ - Accordion - export AccordionHeaderContextProvider ([PR #28542](https://github.com/microsoft/fluentui/pull/28542) by jirivyhnalek@microsoft.com)
16
+ - `@fluentui/react-combobox`
17
+ - Added portal slot to Combobox and Dropdown ([PR #28661](https://github.com/microsoft/fluentui/pull/28661) by gcox@microsoft.com)
18
+ - `@fluentui/react-shared-contexts`
19
+ - adds Announce context ([PR #28654](https://github.com/microsoft/fluentui/pull/28654) by eysjiang@gmail.com)
20
+
21
+ ### Patches
22
+
23
+ - `@fluentui/react-menu`
24
+ - fix: use css outline for MenuItem focus ring instead of pseudo element ([PR #28685](https://github.com/microsoft/fluentui/pull/28685) by yuanboxue@microsoft.com)
25
+ - `@fluentui/react-positioning`
26
+ - fix: autoSize causing maximum positioning update ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by yuanboxue@microsoft.com)
27
+ - `@fluentui/react-toolbar`
28
+ - Remove margin from Icon in ToolbarButton when vertical prop is passed ([PR #28658](https://github.com/microsoft/fluentui/pull/28658) by chassunc@microsoft.com)
29
+
30
+ ### Changes
31
+
32
+ - `@fluentui/react-tree`
33
+ - bugfix: Tree, vertical spacing of branches and children is inconsistent ([PR #28681](https://github.com/microsoft/fluentui/pull/28681) by petrduda@microsoft.com)
34
+ - feat: adds openItems and checkedItems to tree callback data ([PR #28669](https://github.com/microsoft/fluentui/pull/28669) by bernardo.sunderhus@gmail.com)
35
+ - chore: improves internal headless signature ([PR #28651](https://github.com/microsoft/fluentui/pull/28651) by bernardo.sunderhus@gmail.com)
36
+
7
37
  ## [9.27.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.1)
8
38
 
9
- Thu, 27 Jul 2023 10:33:12 GMT
39
+ Thu, 27 Jul 2023 10:34:13 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.0..@fluentui/react-components_v9.27.1)
11
41
 
12
42
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.27.1",
3
+ "version": "9.27.2",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,51 +31,51 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.1.25",
35
- "@fluentui/react-alert": "9.0.0-beta.61",
36
- "@fluentui/react-avatar": "^9.5.15",
37
- "@fluentui/react-badge": "^9.1.22",
38
- "@fluentui/react-button": "^9.3.25",
39
- "@fluentui/react-card": "^9.0.24",
40
- "@fluentui/react-checkbox": "^9.1.26",
41
- "@fluentui/react-combobox": "^9.4.10",
42
- "@fluentui/react-dialog": "^9.5.18",
43
- "@fluentui/react-divider": "^9.2.21",
44
- "@fluentui/react-drawer": "9.0.0-beta.10",
45
- "@fluentui/react-field": "^9.1.13",
46
- "@fluentui/react-image": "^9.1.18",
47
- "@fluentui/react-infobutton": "9.0.0-beta.45",
48
- "@fluentui/react-input": "^9.4.23",
49
- "@fluentui/react-label": "^9.1.21",
50
- "@fluentui/react-link": "^9.1.4",
51
- "@fluentui/react-menu": "^9.12.0",
34
+ "@fluentui/react-accordion": "^9.2.0",
35
+ "@fluentui/react-alert": "9.0.0-beta.62",
36
+ "@fluentui/react-avatar": "^9.5.16",
37
+ "@fluentui/react-badge": "^9.1.23",
38
+ "@fluentui/react-button": "^9.3.26",
39
+ "@fluentui/react-card": "^9.0.25",
40
+ "@fluentui/react-checkbox": "^9.1.27",
41
+ "@fluentui/react-combobox": "^9.5.0",
42
+ "@fluentui/react-dialog": "^9.5.19",
43
+ "@fluentui/react-divider": "^9.2.22",
44
+ "@fluentui/react-drawer": "9.0.0-beta.11",
45
+ "@fluentui/react-field": "^9.1.14",
46
+ "@fluentui/react-image": "^9.1.19",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.46",
48
+ "@fluentui/react-input": "^9.4.24",
49
+ "@fluentui/react-label": "^9.1.22",
50
+ "@fluentui/react-link": "^9.1.5",
51
+ "@fluentui/react-menu": "^9.12.1",
52
52
  "@fluentui/react-overflow": "^9.0.24",
53
- "@fluentui/react-persona": "^9.2.25",
54
- "@fluentui/react-portal": "^9.3.3",
55
- "@fluentui/react-popover": "^9.7.9",
56
- "@fluentui/react-positioning": "^9.9.0",
57
- "@fluentui/react-progress": "^9.1.23",
58
- "@fluentui/react-provider": "^9.7.11",
59
- "@fluentui/react-radio": "^9.1.26",
60
- "@fluentui/react-select": "^9.1.23",
61
- "@fluentui/react-shared-contexts": "^9.6.0",
62
- "@fluentui/react-skeleton": "^9.0.11",
63
- "@fluentui/react-slider": "^9.1.26",
64
- "@fluentui/react-spinbutton": "^9.2.23",
65
- "@fluentui/react-spinner": "^9.3.1",
66
- "@fluentui/react-switch": "^9.1.26",
67
- "@fluentui/react-table": "^9.7.1",
68
- "@fluentui/react-tabs": "^9.3.26",
69
- "@fluentui/react-tabster": "^9.11.0",
70
- "@fluentui/react-textarea": "^9.3.23",
53
+ "@fluentui/react-persona": "^9.2.26",
54
+ "@fluentui/react-portal": "^9.3.4",
55
+ "@fluentui/react-popover": "^9.7.10",
56
+ "@fluentui/react-positioning": "^9.9.1",
57
+ "@fluentui/react-progress": "^9.1.24",
58
+ "@fluentui/react-provider": "^9.7.12",
59
+ "@fluentui/react-radio": "^9.1.27",
60
+ "@fluentui/react-select": "^9.1.24",
61
+ "@fluentui/react-shared-contexts": "^9.7.0",
62
+ "@fluentui/react-skeleton": "^9.0.12",
63
+ "@fluentui/react-slider": "^9.1.27",
64
+ "@fluentui/react-spinbutton": "^9.2.24",
65
+ "@fluentui/react-spinner": "^9.3.2",
66
+ "@fluentui/react-switch": "^9.1.27",
67
+ "@fluentui/react-table": "^9.7.2",
68
+ "@fluentui/react-tabs": "^9.3.27",
69
+ "@fluentui/react-tabster": "^9.11.1",
70
+ "@fluentui/react-textarea": "^9.3.24",
71
71
  "@fluentui/react-theme": "^9.1.9",
72
- "@fluentui/react-toast": "^9.0.5",
73
- "@fluentui/react-toolbar": "^9.1.26",
74
- "@fluentui/react-tooltip": "^9.2.26",
72
+ "@fluentui/react-toast": "^9.0.6",
73
+ "@fluentui/react-toolbar": "^9.1.27",
74
+ "@fluentui/react-tooltip": "^9.2.27",
75
75
  "@fluentui/react-utilities": "^9.10.1",
76
- "@fluentui/react-text": "^9.3.18",
76
+ "@fluentui/react-text": "^9.3.19",
77
77
  "@fluentui/react-virtualizer": "9.0.0-alpha.29",
78
- "@fluentui/react-tree": "9.0.0-beta.28",
78
+ "@fluentui/react-tree": "9.0.0-beta.29",
79
79
  "@griffel/react": "^1.5.7",
80
80
  "@swc/helpers": "^0.4.14"
81
81
  },