@fluentui/react-components 9.27.1 → 9.27.3

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,103 @@
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 13:03:05 GMT",
6
+ "tag": "@fluentui/react-components_v9.27.3",
7
+ "version": "9.27.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "yuanboxue@microsoft.com",
12
+ "package": "@fluentui/react-menu",
13
+ "commit": "66117c3488dacab0baa7505a97edb308b8ec81b0",
14
+ "comment": "fix: revert menuItem focus ring back to border"
15
+ },
16
+ {
17
+ "author": "olfedias@microsoft.com",
18
+ "package": "@fluentui/react-provider",
19
+ "commit": "2ddd2ef27e8f1421d095a2ba600d417af98a7b22",
20
+ "comment": "feat(FluentProvider): emit errors on duplicate IDs"
21
+ }
22
+ ],
23
+ "minor": [
24
+ {
25
+ "author": "yuanboxue@microsoft.com",
26
+ "package": "@fluentui/react-tags-preview",
27
+ "commit": "ed5421e62b010bfb8cb368757c2c34baccb0076e",
28
+ "comment": "feat: release preview package"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Tue, 01 Aug 2023 10:17:19 GMT",
35
+ "tag": "@fluentui/react-components_v9.27.2",
36
+ "version": "9.27.2",
37
+ "comments": {
38
+ "minor": [
39
+ {
40
+ "author": "jirivyhnalek@microsoft.com",
41
+ "package": "@fluentui/react-accordion",
42
+ "commit": "0c693a82d2d6e3c52012d53fdd40af42397fc5cf",
43
+ "comment": "Accordion - export AccordionHeaderContextProvider"
44
+ },
45
+ {
46
+ "author": "gcox@microsoft.com",
47
+ "package": "@fluentui/react-combobox",
48
+ "commit": "50392ee3cdec1975dff5e496da6241d37acb11b2",
49
+ "comment": "Added portal slot to Combobox and Dropdown"
50
+ },
51
+ {
52
+ "author": "eysjiang@gmail.com",
53
+ "package": "@fluentui/react-shared-contexts",
54
+ "commit": "937b241d624114c181ea1521d0d4ead1068ddfa3",
55
+ "comment": "adds Announce context"
56
+ }
57
+ ],
58
+ "patch": [
59
+ {
60
+ "author": "yuanboxue@microsoft.com",
61
+ "package": "@fluentui/react-menu",
62
+ "commit": "9250428d00e7e2909a0e3bae667c6ef0044ea67e",
63
+ "comment": "fix: use css outline for MenuItem focus ring instead of pseudo element"
64
+ },
65
+ {
66
+ "author": "yuanboxue@microsoft.com",
67
+ "package": "@fluentui/react-positioning",
68
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5",
69
+ "comment": "fix: autoSize causing maximum positioning update"
70
+ },
71
+ {
72
+ "author": "chassunc@microsoft.com",
73
+ "package": "@fluentui/react-toolbar",
74
+ "commit": "c6d2ace26c19b4c8102c77baf8f66ffeb36149f8",
75
+ "comment": "Remove margin from Icon in ToolbarButton when vertical prop is passed"
76
+ }
77
+ ],
78
+ "prerelease": [
79
+ {
80
+ "author": "petrduda@microsoft.com",
81
+ "package": "@fluentui/react-tree",
82
+ "commit": "d4b3feec354590939a340460bea62f4e39d38a74",
83
+ "comment": "bugfix: Tree, vertical spacing of branches and children is inconsistent"
84
+ },
85
+ {
86
+ "author": "bernardo.sunderhus@gmail.com",
87
+ "package": "@fluentui/react-tree",
88
+ "commit": "f9e014b3919f00068940b0dd94980f6d542eff68",
89
+ "comment": "feat: adds openItems and checkedItems to tree callback data"
90
+ },
91
+ {
92
+ "author": "bernardo.sunderhus@gmail.com",
93
+ "package": "@fluentui/react-tree",
94
+ "commit": "2f795af17bf0cf844e0cc59c5d2f2418a00c9594",
95
+ "comment": "chore: improves internal headless signature"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "date": "Thu, 27 Jul 2023 10:34:13 GMT",
6
102
  "tag": "@fluentui/react-components_v9.27.1",
7
103
  "version": "9.27.1",
8
104
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,59 @@
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 13:03:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.27.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.3)
8
+
9
+ Tue, 01 Aug 2023 13:03:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.2..@fluentui/react-components_v9.27.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-tags-preview`
15
+ - feat: release preview package ([PR #28696](https://github.com/microsoft/fluentui/pull/28696) by yuanboxue@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-menu`
20
+ - fix: revert menuItem focus ring back to border ([PR #28698](https://github.com/microsoft/fluentui/pull/28698) by yuanboxue@microsoft.com)
21
+ - `@fluentui/react-provider`
22
+ - feat(FluentProvider): emit errors on duplicate IDs ([PR #28670](https://github.com/microsoft/fluentui/pull/28670) by olfedias@microsoft.com)
23
+
24
+ ## [9.27.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.2)
25
+
26
+ Tue, 01 Aug 2023 10:17:19 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.1..@fluentui/react-components_v9.27.2)
28
+
29
+ ### Minor changes
30
+
31
+ - `@fluentui/react-accordion`
32
+ - Accordion - export AccordionHeaderContextProvider ([PR #28542](https://github.com/microsoft/fluentui/pull/28542) by jirivyhnalek@microsoft.com)
33
+ - `@fluentui/react-combobox`
34
+ - Added portal slot to Combobox and Dropdown ([PR #28661](https://github.com/microsoft/fluentui/pull/28661) by gcox@microsoft.com)
35
+ - `@fluentui/react-shared-contexts`
36
+ - adds Announce context ([PR #28654](https://github.com/microsoft/fluentui/pull/28654) by eysjiang@gmail.com)
37
+
38
+ ### Patches
39
+
40
+ - `@fluentui/react-menu`
41
+ - 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)
42
+ - `@fluentui/react-positioning`
43
+ - fix: autoSize causing maximum positioning update ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by yuanboxue@microsoft.com)
44
+ - `@fluentui/react-toolbar`
45
+ - Remove margin from Icon in ToolbarButton when vertical prop is passed ([PR #28658](https://github.com/microsoft/fluentui/pull/28658) by chassunc@microsoft.com)
46
+
47
+ ### Changes
48
+
49
+ - `@fluentui/react-tree`
50
+ - bugfix: Tree, vertical spacing of branches and children is inconsistent ([PR #28681](https://github.com/microsoft/fluentui/pull/28681) by petrduda@microsoft.com)
51
+ - feat: adds openItems and checkedItems to tree callback data ([PR #28669](https://github.com/microsoft/fluentui/pull/28669) by bernardo.sunderhus@gmail.com)
52
+ - chore: improves internal headless signature ([PR #28651](https://github.com/microsoft/fluentui/pull/28651) by bernardo.sunderhus@gmail.com)
53
+
7
54
  ## [9.27.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.1)
8
55
 
9
- Thu, 27 Jul 2023 10:33:12 GMT
56
+ Thu, 27 Jul 2023 10:34:13 GMT
10
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.0..@fluentui/react-components_v9.27.1)
11
58
 
12
59
  ### 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.3",
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.2",
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.13",
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
  },