@fluentui/react-components 9.28.0 → 9.28.1

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,62 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Aug 2023 13:11:28 GMT",
5
+ "date": "Fri, 11 Aug 2023 12:10:19 GMT",
6
+ "tag": "@fluentui/react-components_v9.28.1",
7
+ "version": "9.28.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "vkozlova@microsoft.com",
12
+ "package": "@fluentui/priority-overflow",
13
+ "commit": "b52b54415c4d663885710fc113166be24d810742",
14
+ "comment": "fix: flickering in Overflow"
15
+ },
16
+ {
17
+ "author": "bernardo.sunderhus@gmail.com",
18
+ "package": "@fluentui/react-migration-v0-v9",
19
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a",
20
+ "comment": "chore(react-migration-v0-v9): migrate to new slot API"
21
+ },
22
+ {
23
+ "author": "vkozlova@microsoft.com",
24
+ "package": "@fluentui/react-overflow",
25
+ "commit": "b52b54415c4d663885710fc113166be24d810742",
26
+ "comment": "fix: flickering in Overflow"
27
+ },
28
+ {
29
+ "author": "bernardo.sunderhus@gmail.com",
30
+ "package": "@fluentui/react-tabs",
31
+ "commit": "c736e39f1e07e013cc4a700eaa6cdcd6ae02127c",
32
+ "comment": "chore(react-tabs): migrate to new slot API"
33
+ },
34
+ {
35
+ "author": "bernardo.sunderhus@gmail.com",
36
+ "package": "@fluentui/react-utilities",
37
+ "commit": "f9f2b69201c81811e8e4ce23f971d6174127d0ca",
38
+ "comment": "chore: tests for slot.resolveShorthand behavior"
39
+ }
40
+ ],
41
+ "minor": [
42
+ {
43
+ "author": "gcox@microsoft.com",
44
+ "package": "@fluentui/react-datepicker-compat",
45
+ "commit": "227120f07b98c30bb5bca06738d980f7fac81b91",
46
+ "comment": "feat: Added mountNode to DatePicker compat."
47
+ }
48
+ ],
49
+ "prerelease": [
50
+ {
51
+ "author": "bernardo.sunderhus@gmail.com",
52
+ "package": "@fluentui/react-virtualizer",
53
+ "commit": "742ae8f17c984b1e0098785c457e35f5a8054438",
54
+ "comment": "chore(react-virtualizer): migrate to new slot API"
55
+ }
56
+ ]
57
+ }
58
+ },
59
+ {
60
+ "date": "Wed, 09 Aug 2023 13:16:47 GMT",
6
61
  "tag": "@fluentui/react-components_v9.28.0",
7
62
  "version": "9.28.0",
8
63
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 09 Aug 2023 13:11:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Aug 2023 12:10:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.28.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.28.1)
8
+
9
+ Fri, 11 Aug 2023 12:10:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.28.0..@fluentui/react-components_v9.28.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-datepicker-compat`
15
+ - feat: Added mountNode to DatePicker compat. ([PR #28747](https://github.com/microsoft/fluentui/pull/28747) by gcox@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/priority-overflow`
20
+ - fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
21
+ - `@fluentui/react-migration-v0-v9`
22
+ - chore(react-migration-v0-v9): migrate to new slot API ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by bernardo.sunderhus@gmail.com)
23
+ - `@fluentui/react-overflow`
24
+ - fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
25
+ - `@fluentui/react-tabs`
26
+ - chore(react-tabs): migrate to new slot API ([PR #28773](https://github.com/microsoft/fluentui/pull/28773) by bernardo.sunderhus@gmail.com)
27
+ - `@fluentui/react-utilities`
28
+ - chore: tests for slot.resolveShorthand behavior ([PR #28819](https://github.com/microsoft/fluentui/pull/28819) by bernardo.sunderhus@gmail.com)
29
+
30
+ ### Changes
31
+
32
+ - `@fluentui/react-virtualizer`
33
+ - chore(react-virtualizer): migrate to new slot API ([PR #28774](https://github.com/microsoft/fluentui/pull/28774) by bernardo.sunderhus@gmail.com)
34
+
7
35
  ## [9.28.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.28.0)
8
36
 
9
- Wed, 09 Aug 2023 13:11:28 GMT
37
+ Wed, 09 Aug 2023 13:16:47 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.4..@fluentui/react-components_v9.28.0)
11
39
 
12
40
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.28.0",
3
+ "version": "9.28.1",
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.3.1",
35
- "@fluentui/react-alert": "9.0.0-beta.64",
36
- "@fluentui/react-avatar": "^9.5.18",
37
- "@fluentui/react-badge": "^9.1.25",
38
- "@fluentui/react-button": "^9.3.28",
39
- "@fluentui/react-card": "^9.0.27",
40
- "@fluentui/react-checkbox": "^9.1.29",
41
- "@fluentui/react-combobox": "^9.5.2",
42
- "@fluentui/react-dialog": "^9.5.21",
43
- "@fluentui/react-divider": "^9.2.24",
44
- "@fluentui/react-drawer": "9.0.0-beta.13",
45
- "@fluentui/react-field": "^9.1.16",
46
- "@fluentui/react-image": "^9.1.21",
47
- "@fluentui/react-infobutton": "9.0.0-beta.48",
48
- "@fluentui/react-input": "^9.4.26",
49
- "@fluentui/react-label": "^9.1.24",
50
- "@fluentui/react-link": "^9.1.7",
51
- "@fluentui/react-menu": "^9.12.4",
52
- "@fluentui/react-overflow": "^9.0.26",
53
- "@fluentui/react-persona": "^9.2.28",
54
- "@fluentui/react-portal": "^9.3.6",
55
- "@fluentui/react-popover": "^9.7.12",
56
- "@fluentui/react-positioning": "^9.9.3",
57
- "@fluentui/react-progress": "^9.1.26",
58
- "@fluentui/react-provider": "^9.7.15",
59
- "@fluentui/react-radio": "^9.1.29",
60
- "@fluentui/react-select": "^9.1.26",
34
+ "@fluentui/react-accordion": "^9.3.2",
35
+ "@fluentui/react-alert": "9.0.0-beta.65",
36
+ "@fluentui/react-avatar": "^9.5.19",
37
+ "@fluentui/react-badge": "^9.1.26",
38
+ "@fluentui/react-button": "^9.3.29",
39
+ "@fluentui/react-card": "^9.0.28",
40
+ "@fluentui/react-checkbox": "^9.1.30",
41
+ "@fluentui/react-combobox": "^9.5.3",
42
+ "@fluentui/react-dialog": "^9.5.22",
43
+ "@fluentui/react-divider": "^9.2.25",
44
+ "@fluentui/react-drawer": "9.0.0-beta.14",
45
+ "@fluentui/react-field": "^9.1.17",
46
+ "@fluentui/react-image": "^9.1.22",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.49",
48
+ "@fluentui/react-input": "^9.4.27",
49
+ "@fluentui/react-label": "^9.1.25",
50
+ "@fluentui/react-link": "^9.1.8",
51
+ "@fluentui/react-menu": "^9.12.5",
52
+ "@fluentui/react-overflow": "^9.0.27",
53
+ "@fluentui/react-persona": "^9.2.29",
54
+ "@fluentui/react-portal": "^9.3.7",
55
+ "@fluentui/react-popover": "^9.7.13",
56
+ "@fluentui/react-positioning": "^9.9.4",
57
+ "@fluentui/react-progress": "^9.1.27",
58
+ "@fluentui/react-provider": "^9.7.16",
59
+ "@fluentui/react-radio": "^9.1.30",
60
+ "@fluentui/react-select": "^9.1.27",
61
61
  "@fluentui/react-shared-contexts": "^9.7.2",
62
- "@fluentui/react-skeleton": "^9.0.14",
63
- "@fluentui/react-slider": "^9.1.29",
64
- "@fluentui/react-spinbutton": "^9.2.26",
65
- "@fluentui/react-spinner": "^9.3.4",
66
- "@fluentui/react-switch": "^9.1.29",
67
- "@fluentui/react-table": "^9.7.4",
68
- "@fluentui/react-tabs": "^9.3.29",
69
- "@fluentui/react-tabster": "^9.12.1",
70
- "@fluentui/react-textarea": "^9.3.26",
62
+ "@fluentui/react-skeleton": "^9.0.15",
63
+ "@fluentui/react-slider": "^9.1.30",
64
+ "@fluentui/react-spinbutton": "^9.2.27",
65
+ "@fluentui/react-spinner": "^9.3.5",
66
+ "@fluentui/react-switch": "^9.1.30",
67
+ "@fluentui/react-table": "^9.7.5",
68
+ "@fluentui/react-tabs": "^9.3.30",
69
+ "@fluentui/react-tabster": "^9.12.2",
70
+ "@fluentui/react-textarea": "^9.3.27",
71
71
  "@fluentui/react-theme": "^9.1.11",
72
- "@fluentui/react-toast": "^9.1.1",
73
- "@fluentui/react-toolbar": "^9.1.29",
74
- "@fluentui/react-tooltip": "^9.2.29",
75
- "@fluentui/react-utilities": "^9.11.0",
76
- "@fluentui/react-text": "^9.3.21",
77
- "@fluentui/react-virtualizer": "9.0.0-alpha.31",
78
- "@fluentui/react-tree": "9.0.0-beta.31",
72
+ "@fluentui/react-toast": "^9.1.2",
73
+ "@fluentui/react-toolbar": "^9.1.30",
74
+ "@fluentui/react-tooltip": "^9.2.30",
75
+ "@fluentui/react-utilities": "^9.11.1",
76
+ "@fluentui/react-text": "^9.3.22",
77
+ "@fluentui/react-virtualizer": "9.0.0-alpha.32",
78
+ "@fluentui/react-tree": "9.0.0-beta.32",
79
79
  "@griffel/react": "^1.5.14",
80
80
  "@swc/helpers": "^0.4.14"
81
81
  },