@fluentui/react-components 9.27.0 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.json +103 -1
  2. package/CHANGELOG.md +50 -2
  3. package/package.json +42 -42
package/CHANGELOG.json CHANGED
@@ -2,7 +2,109 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 25 Jul 2023 13:26:18 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",
73
+ "tag": "@fluentui/react-components_v9.27.1",
74
+ "version": "9.27.1",
75
+ "comments": {
76
+ "minor": [
77
+ {
78
+ "author": "yuanboxue@microsoft.com",
79
+ "package": "@fluentui/react-menu",
80
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43",
81
+ "comment": "feat: update style to prevent double scrollbar"
82
+ },
83
+ {
84
+ "author": "yuanboxue@microsoft.com",
85
+ "package": "@fluentui/react-positioning",
86
+ "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9",
87
+ "comment": "feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'."
88
+ },
89
+ {
90
+ "author": "yuanboxue@microsoft.com",
91
+ "package": "@fluentui/react-positioning",
92
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43",
93
+ "comment": "feat: update maxSize middleware to apply height/width when overflow"
94
+ }
95
+ ],
96
+ "prerelease": [
97
+ {
98
+ "author": "bernardo.sunderhus@gmail.com",
99
+ "package": "@fluentui/react-tree",
100
+ "commit": "0e9c438b78e58f346f61b15224c7b0020e4fe73e",
101
+ "comment": "bugfix: makes selector slot required when selection mode is defined"
102
+ }
103
+ ]
104
+ }
105
+ },
106
+ {
107
+ "date": "Tue, 25 Jul 2023 13:29:15 GMT",
6
108
  "tag": "@fluentui/react-components_v9.27.0",
7
109
  "version": "9.27.0",
8
110
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,60 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 25 Jul 2023 13:26:18 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
+
37
+ ## [9.27.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.1)
38
+
39
+ Thu, 27 Jul 2023 10:34:13 GMT
40
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.0..@fluentui/react-components_v9.27.1)
41
+
42
+ ### Minor changes
43
+
44
+ - `@fluentui/react-menu`
45
+ - feat: update style to prevent double scrollbar ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by yuanboxue@microsoft.com)
46
+ - `@fluentui/react-positioning`
47
+ - feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'. ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by yuanboxue@microsoft.com)
48
+ - feat: update maxSize middleware to apply height/width when overflow ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by yuanboxue@microsoft.com)
49
+
50
+ ### Changes
51
+
52
+ - `@fluentui/react-tree`
53
+ - bugfix: makes selector slot required when selection mode is defined ([PR #28648](https://github.com/microsoft/fluentui/pull/28648) by bernardo.sunderhus@gmail.com)
54
+
7
55
  ## [9.27.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.0)
8
56
 
9
- Tue, 25 Jul 2023 13:26:18 GMT
57
+ Tue, 25 Jul 2023 13:29:15 GMT
10
58
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.26.2..@fluentui/react-components_v9.27.0)
11
59
 
12
60
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.27.0",
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.60",
36
- "@fluentui/react-avatar": "^9.5.14",
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.9",
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.44",
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.11.1",
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.24",
54
- "@fluentui/react-portal": "^9.3.3",
55
- "@fluentui/react-popover": "^9.7.8",
56
- "@fluentui/react-positioning": "^9.8.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.0",
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.25",
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.27",
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
  },