@fluentui/react-components 9.27.3 → 9.27.4

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 +112 -1
  2. package/CHANGELOG.md +43 -2
  3. package/package.json +46 -46
package/CHANGELOG.json CHANGED
@@ -2,7 +2,118 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 01 Aug 2023 13:03:05 GMT",
5
+ "date": "Fri, 04 Aug 2023 08:48:21 GMT",
6
+ "tag": "@fluentui/react-components_v9.27.4",
7
+ "version": "9.27.4",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-accordion",
13
+ "commit": "192666b54cb365f4c958f46c3e097b597ebd94fc",
14
+ "comment": "feat: make AccordionItemValue generic"
15
+ },
16
+ {
17
+ "author": "vkozlova@microsoft.com",
18
+ "package": "@fluentui/react-breadcrumb-preview",
19
+ "commit": "ede28fe6d1d1ce394c6f019bd424ec8b14ca9d12",
20
+ "comment": "feat: Added an icon for BreadcrumbItem"
21
+ },
22
+ {
23
+ "author": "miroslav.stastny@microsoft.com",
24
+ "package": "@fluentui/react-migration-v8-v9",
25
+ "commit": "01cc58f793345482d293c6837db64f85f552562d",
26
+ "comment": "feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2"
27
+ },
28
+ {
29
+ "author": "lingfangao@hotmail.com",
30
+ "package": "@fluentui/react-tabster",
31
+ "commit": "495a08579f2d16f082f2b18c299f1a647906b236",
32
+ "comment": "feat: Adds ignoreDefaultKeydown for useFocusableGroup"
33
+ },
34
+ {
35
+ "author": "lingfangao@hotmail.com",
36
+ "package": "@fluentui/react-toast",
37
+ "commit": "495a08579f2d16f082f2b18c299f1a647906b236",
38
+ "comment": "feat: Add extra keyboard behaviour for multi toast scenario"
39
+ },
40
+ {
41
+ "author": "bernardo.sunderhus@gmail.com",
42
+ "package": "@fluentui/react-utilities",
43
+ "commit": "6a8afe2b7becaf1b10cbc9ae98b39d352b8c7026",
44
+ "comment": "feat: implement new slot methods (slot and assertSlots)"
45
+ }
46
+ ],
47
+ "patch": [
48
+ {
49
+ "author": "vkozlova@microsoft.com",
50
+ "package": "@fluentui/react-breadcrumb-preview",
51
+ "commit": "d445789f33a50255a6a51548d7282a482bc78a0b",
52
+ "comment": "fix: made BreadcrumbButton consistent with other items"
53
+ },
54
+ {
55
+ "author": "bernardo.sunderhus@gmail.com",
56
+ "package": "@fluentui/react-menu",
57
+ "commit": "44b128284cf90386b75dfba7336e4950428820bf",
58
+ "comment": "bugfix: disable menu opening if contextmenu event is prevented"
59
+ }
60
+ ],
61
+ "prerelease": [
62
+ {
63
+ "author": "bernardo.sunderhus@gmail.com",
64
+ "package": "@fluentui/react-jsx-runtime",
65
+ "commit": "6a8afe2b7becaf1b10cbc9ae98b39d352b8c7026",
66
+ "comment": "chore: update createElement to support new slot methods"
67
+ },
68
+ {
69
+ "author": "miroslav.stastny@microsoft.com",
70
+ "package": "@fluentui/react-theme-sass",
71
+ "commit": "01cc58f793345482d293c6837db64f85f552562d",
72
+ "comment": "feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2"
73
+ },
74
+ {
75
+ "author": "miroslav.stastny@microsoft.com",
76
+ "package": "@fluentui/react-theme-sass",
77
+ "commit": "141424a604b98ea762cfa375fe78df8c9e6bdec8",
78
+ "comment": "feat(tokens): add status color tokens"
79
+ },
80
+ {
81
+ "author": "bernardo.sunderhus@gmail.com",
82
+ "package": "@fluentui/react-tree",
83
+ "commit": "8f41df31be3a4bc203c496eb1183884d30e12031",
84
+ "comment": "bugfix: renames content slot to main"
85
+ },
86
+ {
87
+ "author": "bernardo.sunderhus@gmail.com",
88
+ "package": "@fluentui/react-tree",
89
+ "commit": "a5aa130c959a79a9c4cffcffdb9253e8d1ce4d0a",
90
+ "comment": "feat: converts actions to be a toolbar"
91
+ },
92
+ {
93
+ "author": "miroslav.stastny@microsoft.com",
94
+ "package": "@fluentui/tokens",
95
+ "commit": "141424a604b98ea762cfa375fe78df8c9e6bdec8",
96
+ "comment": "feat: add status color tokens"
97
+ },
98
+ {
99
+ "author": "miroslav.stastny@microsoft.com",
100
+ "package": "@fluentui/tokens",
101
+ "commit": "01cc58f793345482d293c6837db64f85f552562d",
102
+ "comment": "Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2"
103
+ }
104
+ ],
105
+ "none": [
106
+ {
107
+ "author": "bernardo.sunderhus@gmail.com",
108
+ "package": "@fluentui/react-tree",
109
+ "commit": "4b802ba3745dde01c68224329c1414f077faa1db",
110
+ "comment": "chore: adds bundle size metrics"
111
+ }
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "date": "Tue, 01 Aug 2023 13:04:24 GMT",
6
117
  "tag": "@fluentui/react-components_v9.27.3",
7
118
  "version": "9.27.3",
8
119
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,53 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 01 Aug 2023 13:03:05 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Aug 2023 08:48:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.27.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.4)
8
+
9
+ Fri, 04 Aug 2023 08:48:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.3..@fluentui/react-components_v9.27.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-accordion`
15
+ - feat: make AccordionItemValue generic ([PR #28665](https://github.com/microsoft/fluentui/pull/28665) by bernardo.sunderhus@gmail.com)
16
+ - `@fluentui/react-breadcrumb-preview`
17
+ - feat: Added an icon for BreadcrumbItem ([PR #28682](https://github.com/microsoft/fluentui/pull/28682) by vkozlova@microsoft.com)
18
+ - `@fluentui/react-migration-v8-v9`
19
+ - feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 ([PR #28638](https://github.com/microsoft/fluentui/pull/28638) by miroslav.stastny@microsoft.com)
20
+ - `@fluentui/react-tabster`
21
+ - feat: Adds ignoreDefaultKeydown for useFocusableGroup ([PR #28660](https://github.com/microsoft/fluentui/pull/28660) by lingfangao@hotmail.com)
22
+ - `@fluentui/react-toast`
23
+ - feat: Add extra keyboard behaviour for multi toast scenario ([PR #28660](https://github.com/microsoft/fluentui/pull/28660) by lingfangao@hotmail.com)
24
+ - `@fluentui/react-utilities`
25
+ - feat: implement new slot methods (slot and assertSlots) ([PR #28373](https://github.com/microsoft/fluentui/pull/28373) by bernardo.sunderhus@gmail.com)
26
+
27
+ ### Patches
28
+
29
+ - `@fluentui/react-breadcrumb-preview`
30
+ - fix: made BreadcrumbButton consistent with other items ([PR #28672](https://github.com/microsoft/fluentui/pull/28672) by vkozlova@microsoft.com)
31
+ - `@fluentui/react-menu`
32
+ - bugfix: disable menu opening if contextmenu event is prevented ([PR #28718](https://github.com/microsoft/fluentui/pull/28718) by bernardo.sunderhus@gmail.com)
33
+
34
+ ### Changes
35
+
36
+ - `@fluentui/react-jsx-runtime`
37
+ - chore: update createElement to support new slot methods ([PR #28373](https://github.com/microsoft/fluentui/pull/28373) by bernardo.sunderhus@gmail.com)
38
+ - `@fluentui/react-theme-sass`
39
+ - feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 ([PR #28638](https://github.com/microsoft/fluentui/pull/28638) by miroslav.stastny@microsoft.com)
40
+ - feat(tokens): add status color tokens ([PR #28006](https://github.com/microsoft/fluentui/pull/28006) by miroslav.stastny@microsoft.com)
41
+ - `@fluentui/react-tree`
42
+ - bugfix: renames content slot to main ([PR #28695](https://github.com/microsoft/fluentui/pull/28695) by bernardo.sunderhus@gmail.com)
43
+ - feat: converts actions to be a toolbar ([PR #28719](https://github.com/microsoft/fluentui/pull/28719) by bernardo.sunderhus@gmail.com)
44
+ - `@fluentui/tokens`
45
+ - feat: add status color tokens ([PR #28006](https://github.com/microsoft/fluentui/pull/28006) by miroslav.stastny@microsoft.com)
46
+ - Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 ([PR #28638](https://github.com/microsoft/fluentui/pull/28638) by miroslav.stastny@microsoft.com)
47
+
7
48
  ## [9.27.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.3)
8
49
 
9
- Tue, 01 Aug 2023 13:03:05 GMT
50
+ Tue, 01 Aug 2023 13:04:24 GMT
10
51
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.2..@fluentui/react-components_v9.27.3)
11
52
 
12
53
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.27.3",
3
+ "version": "9.27.4",
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.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
- "@fluentui/react-overflow": "^9.0.24",
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
- "@fluentui/react-theme": "^9.1.9",
72
- "@fluentui/react-toast": "^9.0.6",
73
- "@fluentui/react-toolbar": "^9.1.27",
74
- "@fluentui/react-tooltip": "^9.2.27",
75
- "@fluentui/react-utilities": "^9.10.1",
76
- "@fluentui/react-text": "^9.3.19",
77
- "@fluentui/react-virtualizer": "9.0.0-alpha.29",
78
- "@fluentui/react-tree": "9.0.0-beta.29",
34
+ "@fluentui/react-accordion": "^9.3.0",
35
+ "@fluentui/react-alert": "9.0.0-beta.63",
36
+ "@fluentui/react-avatar": "^9.5.17",
37
+ "@fluentui/react-badge": "^9.1.24",
38
+ "@fluentui/react-button": "^9.3.27",
39
+ "@fluentui/react-card": "^9.0.26",
40
+ "@fluentui/react-checkbox": "^9.1.28",
41
+ "@fluentui/react-combobox": "^9.5.1",
42
+ "@fluentui/react-dialog": "^9.5.20",
43
+ "@fluentui/react-divider": "^9.2.23",
44
+ "@fluentui/react-drawer": "9.0.0-beta.12",
45
+ "@fluentui/react-field": "^9.1.15",
46
+ "@fluentui/react-image": "^9.1.20",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.47",
48
+ "@fluentui/react-input": "^9.4.25",
49
+ "@fluentui/react-label": "^9.1.23",
50
+ "@fluentui/react-link": "^9.1.6",
51
+ "@fluentui/react-menu": "^9.12.3",
52
+ "@fluentui/react-overflow": "^9.0.25",
53
+ "@fluentui/react-persona": "^9.2.27",
54
+ "@fluentui/react-portal": "^9.3.5",
55
+ "@fluentui/react-popover": "^9.7.11",
56
+ "@fluentui/react-positioning": "^9.9.2",
57
+ "@fluentui/react-progress": "^9.1.25",
58
+ "@fluentui/react-provider": "^9.7.14",
59
+ "@fluentui/react-radio": "^9.1.28",
60
+ "@fluentui/react-select": "^9.1.25",
61
+ "@fluentui/react-shared-contexts": "^9.7.1",
62
+ "@fluentui/react-skeleton": "^9.0.13",
63
+ "@fluentui/react-slider": "^9.1.28",
64
+ "@fluentui/react-spinbutton": "^9.2.25",
65
+ "@fluentui/react-spinner": "^9.3.3",
66
+ "@fluentui/react-switch": "^9.1.28",
67
+ "@fluentui/react-table": "^9.7.3",
68
+ "@fluentui/react-tabs": "^9.3.28",
69
+ "@fluentui/react-tabster": "^9.12.0",
70
+ "@fluentui/react-textarea": "^9.3.25",
71
+ "@fluentui/react-theme": "^9.1.10",
72
+ "@fluentui/react-toast": "^9.1.0",
73
+ "@fluentui/react-toolbar": "^9.1.28",
74
+ "@fluentui/react-tooltip": "^9.2.28",
75
+ "@fluentui/react-utilities": "^9.11.0",
76
+ "@fluentui/react-text": "^9.3.20",
77
+ "@fluentui/react-virtualizer": "9.0.0-alpha.30",
78
+ "@fluentui/react-tree": "9.0.0-beta.30",
79
79
  "@griffel/react": "^1.5.7",
80
80
  "@swc/helpers": "^0.4.14"
81
81
  },