@fluentui/react-components 9.29.0 → 9.29.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 +44 -1
- package/CHANGELOG.md +26 -2
- package/package.json +39 -39
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,50 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 16 Aug 2023 11:35:23 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.29.1",
|
|
7
|
+
"version": "9.29.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "vkozlova@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
13
|
+
"commit": "b6082a65fa8424cf646c88fa028e15b747871b7d",
|
|
14
|
+
"comment": "Added CY tests for Breacrumb with Menu and Overflow"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-portal-compat",
|
|
19
|
+
"commit": "d4bde491437d4574dce6210c6e24a10dcbd0b229",
|
|
20
|
+
"comment": "chore: changes tsconfig target to ES2019"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"minor": [
|
|
24
|
+
{
|
|
25
|
+
"author": "vkozlova@microsoft.com",
|
|
26
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
27
|
+
"commit": "a3e1a603ac387bff5d5c7367ed58ab2c511d8c3c",
|
|
28
|
+
"comment": "removed iconPosition prop from the Breadcrumb"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "yuanboxue@microsoft.com",
|
|
32
|
+
"package": "@fluentui/react-tags-preview",
|
|
33
|
+
"commit": "a0cf8651e27d09ce9a76a3be0c993ab24a96a80e",
|
|
34
|
+
"comment": "BREAKING CHANGE: use JSX children for InteractionTag's action buttons"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"prerelease": [
|
|
38
|
+
{
|
|
39
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
40
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
41
|
+
"commit": "d40ea6e1d43cd21d1404d9c71018d822958c6644",
|
|
42
|
+
"comment": "feat: supports new automatic JSX runtime"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"date": "Mon, 14 Aug 2023 21:22:22 GMT",
|
|
6
49
|
"tag": "@fluentui/react-components_v9.29.0",
|
|
7
50
|
"version": "9.29.0",
|
|
8
51
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 16 Aug 2023 11:35:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.29.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.1)
|
|
8
|
+
|
|
9
|
+
Wed, 16 Aug 2023 11:35:23 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.0..@fluentui/react-components_v9.29.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
15
|
+
- removed iconPosition prop from the Breadcrumb ([PR #28846](https://github.com/microsoft/fluentui/pull/28846) by vkozlova@microsoft.com)
|
|
16
|
+
- `@fluentui/react-tags-preview`
|
|
17
|
+
- BREAKING CHANGE: use JSX children for InteractionTag's action buttons ([PR #28739](https://github.com/microsoft/fluentui/pull/28739) by yuanboxue@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
22
|
+
- Added CY tests for Breacrumb with Menu and Overflow ([PR #28790](https://github.com/microsoft/fluentui/pull/28790) by vkozlova@microsoft.com)
|
|
23
|
+
- `@fluentui/react-portal-compat`
|
|
24
|
+
- chore: changes tsconfig target to ES2019 ([PR #28848](https://github.com/microsoft/fluentui/pull/28848) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- `@fluentui/react-jsx-runtime`
|
|
29
|
+
- feat: supports new automatic JSX runtime ([PR #28810](https://github.com/microsoft/fluentui/pull/28810) by bernardo.sunderhus@gmail.com)
|
|
30
|
+
|
|
7
31
|
## [9.29.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.0)
|
|
8
32
|
|
|
9
|
-
Mon, 14 Aug 2023 21:22:
|
|
33
|
+
Mon, 14 Aug 2023 21:22:22 GMT
|
|
10
34
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.28.1..@fluentui/react-components_v9.29.0)
|
|
11
35
|
|
|
12
36
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.29.
|
|
3
|
+
"version": "9.29.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.
|
|
35
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
36
|
-
"@fluentui/react-avatar": "^9.5.
|
|
37
|
-
"@fluentui/react-badge": "^9.1.
|
|
38
|
-
"@fluentui/react-button": "^9.3.
|
|
39
|
-
"@fluentui/react-card": "^9.0.
|
|
40
|
-
"@fluentui/react-checkbox": "^9.1.
|
|
41
|
-
"@fluentui/react-combobox": "^9.5.
|
|
42
|
-
"@fluentui/react-dialog": "^9.5.
|
|
43
|
-
"@fluentui/react-divider": "^9.2.
|
|
44
|
-
"@fluentui/react-drawer": "9.0.0-beta.
|
|
45
|
-
"@fluentui/react-field": "^9.1.
|
|
46
|
-
"@fluentui/react-image": "^9.1.
|
|
47
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
48
|
-
"@fluentui/react-input": "^9.4.
|
|
49
|
-
"@fluentui/react-label": "^9.1.
|
|
50
|
-
"@fluentui/react-link": "^9.1.
|
|
51
|
-
"@fluentui/react-menu": "^9.12.
|
|
34
|
+
"@fluentui/react-accordion": "^9.3.3",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.66",
|
|
36
|
+
"@fluentui/react-avatar": "^9.5.20",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.27",
|
|
38
|
+
"@fluentui/react-button": "^9.3.30",
|
|
39
|
+
"@fluentui/react-card": "^9.0.29",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.31",
|
|
41
|
+
"@fluentui/react-combobox": "^9.5.4",
|
|
42
|
+
"@fluentui/react-dialog": "^9.5.23",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.26",
|
|
44
|
+
"@fluentui/react-drawer": "9.0.0-beta.15",
|
|
45
|
+
"@fluentui/react-field": "^9.1.18",
|
|
46
|
+
"@fluentui/react-image": "^9.1.23",
|
|
47
|
+
"@fluentui/react-infobutton": "9.0.0-beta.50",
|
|
48
|
+
"@fluentui/react-input": "^9.4.28",
|
|
49
|
+
"@fluentui/react-label": "^9.1.26",
|
|
50
|
+
"@fluentui/react-link": "^9.1.9",
|
|
51
|
+
"@fluentui/react-menu": "^9.12.6",
|
|
52
52
|
"@fluentui/react-overflow": "^9.0.27",
|
|
53
|
-
"@fluentui/react-persona": "^9.2.
|
|
53
|
+
"@fluentui/react-persona": "^9.2.30",
|
|
54
54
|
"@fluentui/react-portal": "^9.3.7",
|
|
55
|
-
"@fluentui/react-popover": "^9.7.
|
|
55
|
+
"@fluentui/react-popover": "^9.7.14",
|
|
56
56
|
"@fluentui/react-positioning": "^9.9.4",
|
|
57
|
-
"@fluentui/react-progress": "^9.1.
|
|
58
|
-
"@fluentui/react-provider": "^9.7.
|
|
59
|
-
"@fluentui/react-radio": "^9.1.
|
|
60
|
-
"@fluentui/react-select": "^9.1.
|
|
57
|
+
"@fluentui/react-progress": "^9.1.28",
|
|
58
|
+
"@fluentui/react-provider": "^9.7.17",
|
|
59
|
+
"@fluentui/react-radio": "^9.1.31",
|
|
60
|
+
"@fluentui/react-select": "^9.1.28",
|
|
61
61
|
"@fluentui/react-shared-contexts": "^9.7.2",
|
|
62
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
63
|
-
"@fluentui/react-slider": "^9.1.
|
|
64
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
65
|
-
"@fluentui/react-spinner": "^9.3.
|
|
66
|
-
"@fluentui/react-switch": "^9.1.
|
|
67
|
-
"@fluentui/react-table": "^9.7.
|
|
68
|
-
"@fluentui/react-tabs": "^9.3.
|
|
62
|
+
"@fluentui/react-skeleton": "^9.0.16",
|
|
63
|
+
"@fluentui/react-slider": "^9.1.31",
|
|
64
|
+
"@fluentui/react-spinbutton": "^9.2.28",
|
|
65
|
+
"@fluentui/react-spinner": "^9.3.6",
|
|
66
|
+
"@fluentui/react-switch": "^9.1.31",
|
|
67
|
+
"@fluentui/react-table": "^9.7.6",
|
|
68
|
+
"@fluentui/react-tabs": "^9.3.32",
|
|
69
69
|
"@fluentui/react-tabster": "^9.12.2",
|
|
70
|
-
"@fluentui/react-textarea": "^9.3.
|
|
70
|
+
"@fluentui/react-textarea": "^9.3.28",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.11",
|
|
72
|
-
"@fluentui/react-toast": "^9.1.
|
|
73
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
74
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
72
|
+
"@fluentui/react-toast": "^9.1.3",
|
|
73
|
+
"@fluentui/react-toolbar": "^9.1.31",
|
|
74
|
+
"@fluentui/react-tooltip": "^9.2.31",
|
|
75
75
|
"@fluentui/react-utilities": "^9.11.1",
|
|
76
|
-
"@fluentui/react-text": "^9.3.
|
|
77
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
78
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
76
|
+
"@fluentui/react-text": "^9.3.23",
|
|
77
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.33",
|
|
78
|
+
"@fluentui/react-tree": "9.0.0-beta.33",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.4.14"
|
|
81
81
|
},
|