@fluentui/react-components 9.18.0 → 9.18.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 +76 -1
- package/CHANGELOG.md +34 -2
- package/package.json +42 -42
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,82 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 15 Mar 2023 10:17:01 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.18.1",
|
|
7
|
+
"version": "9.18.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "marcosvmmoura@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-card",
|
|
13
|
+
"commit": "5835524f6f0ed2e463e8cae0b5ae29252b6bfbc4",
|
|
14
|
+
"comment": "docs: improve readme description"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "behowell@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-progress",
|
|
19
|
+
"commit": "5420a75a4a56f6004ef69b755ed2924edd98167e",
|
|
20
|
+
"comment": "fix: Smooth out animation of indeterminate progress bar"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"minor": [
|
|
24
|
+
{
|
|
25
|
+
"author": "gcox@microsoft.com",
|
|
26
|
+
"package": "@fluentui/react-image",
|
|
27
|
+
"commit": "d0c590d2b6ed7bc1df92ffbf7e157d197cedd547",
|
|
28
|
+
"comment": "feat: Adding calls to custom style hooks derived from context."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
32
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
33
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
34
|
+
"comment": "feat: Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "olfedias@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-portal",
|
|
39
|
+
"commit": "6d89241afb94c8f50514a396763be5c798047d80",
|
|
40
|
+
"comment": "feat: accept a className in mountNode in Portal"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
44
|
+
"package": "@fluentui/react-table",
|
|
45
|
+
"commit": "55230fb45b3e30941ee9f4005cf3ada071a4f626",
|
|
46
|
+
"comment": "Added support for keyboard navigation in Table/DataGrid"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "gcox@microsoft.com",
|
|
50
|
+
"package": "@fluentui/react-text",
|
|
51
|
+
"commit": "32e934b7443ca457be0e760c6380ec20f03976c3",
|
|
52
|
+
"comment": "feat: Adding calls to custom style hooks derived from context."
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"none": [
|
|
56
|
+
{
|
|
57
|
+
"author": "tigeroakes@microsoft.com",
|
|
58
|
+
"package": "@fluentui/react-tabster",
|
|
59
|
+
"commit": "5b6822abdd478455086630785d35d464ca68a1cc",
|
|
60
|
+
"comment": "Add JSDoc for tabster focus indicator selector"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"prerelease": [
|
|
64
|
+
{
|
|
65
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
66
|
+
"package": "@fluentui/react-theme-sass",
|
|
67
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
68
|
+
"comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
72
|
+
"package": "@fluentui/tokens",
|
|
73
|
+
"commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
|
|
74
|
+
"comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"date": "Mon, 13 Mar 2023 08:58:23 GMT",
|
|
6
81
|
"tag": "@fluentui/react-components_v9.18.0",
|
|
7
82
|
"version": "9.18.0",
|
|
8
83
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Mar 2023 10:17:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.18.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.1)
|
|
8
|
+
|
|
9
|
+
Wed, 15 Mar 2023 10:17:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.0..@fluentui/react-components_v9.18.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-image`
|
|
15
|
+
- feat: Adding calls to custom style hooks derived from context. ([PR #27066](https://github.com/microsoft/fluentui/pull/27066) by gcox@microsoft.com)
|
|
16
|
+
- `@fluentui/react-migration-v8-v9`
|
|
17
|
+
- feat: Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
18
|
+
- `@fluentui/react-portal`
|
|
19
|
+
- feat: accept a className in mountNode in Portal ([PR #27008](https://github.com/microsoft/fluentui/pull/27008) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-table`
|
|
21
|
+
- Added support for keyboard navigation in Table/DataGrid ([PR #26956](https://github.com/microsoft/fluentui/pull/26956) by jirivyhnalek@microsoft.com)
|
|
22
|
+
- `@fluentui/react-text`
|
|
23
|
+
- feat: Adding calls to custom style hooks derived from context. ([PR #27078](https://github.com/microsoft/fluentui/pull/27078) by gcox@microsoft.com)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-card`
|
|
28
|
+
- docs: improve readme description ([PR #27181](https://github.com/microsoft/fluentui/pull/27181) by marcosvmmoura@gmail.com)
|
|
29
|
+
- `@fluentui/react-progress`
|
|
30
|
+
- fix: Smooth out animation of indeterminate progress bar ([PR #27201](https://github.com/microsoft/fluentui/pull/27201) by behowell@microsoft.com)
|
|
31
|
+
|
|
32
|
+
### Changes
|
|
33
|
+
|
|
34
|
+
- `@fluentui/react-theme-sass`
|
|
35
|
+
- feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
36
|
+
- `@fluentui/tokens`
|
|
37
|
+
- feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
38
|
+
|
|
7
39
|
## [9.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.0)
|
|
8
40
|
|
|
9
|
-
Mon, 13 Mar 2023 08:
|
|
41
|
+
Mon, 13 Mar 2023 08:58:23 GMT
|
|
10
42
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.17.1..@fluentui/react-components_v9.18.0)
|
|
11
43
|
|
|
12
44
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.18.
|
|
3
|
+
"version": "9.18.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,49 +31,49 @@
|
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@fluentui/react-accordion": "^9.1.
|
|
35
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
36
|
-
"@fluentui/react-avatar": "^9.4.
|
|
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.2.
|
|
42
|
-
"@fluentui/react-dialog": "^9.3.
|
|
43
|
-
"@fluentui/react-divider": "^9.2.
|
|
44
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
45
|
-
"@fluentui/react-image": "^9.0
|
|
46
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
47
|
-
"@fluentui/react-input": "^9.4.
|
|
48
|
-
"@fluentui/react-label": "^9.1.
|
|
49
|
-
"@fluentui/react-link": "^9.0.
|
|
50
|
-
"@fluentui/react-menu": "^9.7.
|
|
51
|
-
"@fluentui/react-overflow": "^9.0.
|
|
52
|
-
"@fluentui/react-persona": "^9.2.
|
|
53
|
-
"@fluentui/react-portal": "^9.
|
|
54
|
-
"@fluentui/react-popover": "^9.5.
|
|
55
|
-
"@fluentui/react-positioning": "^9.5.
|
|
56
|
-
"@fluentui/react-progress": "^9.1.
|
|
57
|
-
"@fluentui/react-provider": "^9.4.
|
|
58
|
-
"@fluentui/react-radio": "^9.1.
|
|
59
|
-
"@fluentui/react-select": "^9.1.
|
|
60
|
-
"@fluentui/react-shared-contexts": "^9.3.
|
|
61
|
-
"@fluentui/react-skeleton": "9.0.0-beta.
|
|
62
|
-
"@fluentui/react-slider": "^9.1.
|
|
63
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
64
|
-
"@fluentui/react-spinner": "^9.1.
|
|
65
|
-
"@fluentui/react-switch": "^9.1.
|
|
66
|
-
"@fluentui/react-table": "^9.
|
|
67
|
-
"@fluentui/react-tabs": "^9.3.
|
|
68
|
-
"@fluentui/react-tabster": "^9.5.
|
|
69
|
-
"@fluentui/react-textarea": "^9.3.
|
|
70
|
-
"@fluentui/react-theme": "^9.1.
|
|
71
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
72
|
-
"@fluentui/react-tooltip": "^9.2.
|
|
34
|
+
"@fluentui/react-accordion": "^9.1.3",
|
|
35
|
+
"@fluentui/react-alert": "9.0.0-beta.39",
|
|
36
|
+
"@fluentui/react-avatar": "^9.4.3",
|
|
37
|
+
"@fluentui/react-badge": "^9.1.3",
|
|
38
|
+
"@fluentui/react-button": "^9.3.3",
|
|
39
|
+
"@fluentui/react-card": "^9.0.1",
|
|
40
|
+
"@fluentui/react-checkbox": "^9.1.3",
|
|
41
|
+
"@fluentui/react-combobox": "^9.2.3",
|
|
42
|
+
"@fluentui/react-dialog": "^9.3.2",
|
|
43
|
+
"@fluentui/react-divider": "^9.2.3",
|
|
44
|
+
"@fluentui/react-field": "9.0.0-alpha.25",
|
|
45
|
+
"@fluentui/react-image": "^9.1.0",
|
|
46
|
+
"@fluentui/react-infobutton": "9.0.0-beta.21",
|
|
47
|
+
"@fluentui/react-input": "^9.4.3",
|
|
48
|
+
"@fluentui/react-label": "^9.1.3",
|
|
49
|
+
"@fluentui/react-link": "^9.0.29",
|
|
50
|
+
"@fluentui/react-menu": "^9.7.3",
|
|
51
|
+
"@fluentui/react-overflow": "^9.0.10",
|
|
52
|
+
"@fluentui/react-persona": "^9.2.3",
|
|
53
|
+
"@fluentui/react-portal": "^9.2.0",
|
|
54
|
+
"@fluentui/react-popover": "^9.5.3",
|
|
55
|
+
"@fluentui/react-positioning": "^9.5.4",
|
|
56
|
+
"@fluentui/react-progress": "^9.1.3",
|
|
57
|
+
"@fluentui/react-provider": "^9.4.3",
|
|
58
|
+
"@fluentui/react-radio": "^9.1.3",
|
|
59
|
+
"@fluentui/react-select": "^9.1.3",
|
|
60
|
+
"@fluentui/react-shared-contexts": "^9.3.1",
|
|
61
|
+
"@fluentui/react-skeleton": "9.0.0-beta.2",
|
|
62
|
+
"@fluentui/react-slider": "^9.1.3",
|
|
63
|
+
"@fluentui/react-spinbutton": "^9.2.3",
|
|
64
|
+
"@fluentui/react-spinner": "^9.1.3",
|
|
65
|
+
"@fluentui/react-switch": "^9.1.3",
|
|
66
|
+
"@fluentui/react-table": "^9.2.0",
|
|
67
|
+
"@fluentui/react-tabs": "^9.3.3",
|
|
68
|
+
"@fluentui/react-tabster": "^9.5.7",
|
|
69
|
+
"@fluentui/react-textarea": "^9.3.3",
|
|
70
|
+
"@fluentui/react-theme": "^9.1.6",
|
|
71
|
+
"@fluentui/react-toolbar": "^9.1.3",
|
|
72
|
+
"@fluentui/react-tooltip": "^9.2.3",
|
|
73
73
|
"@fluentui/react-utilities": "^9.7.0",
|
|
74
|
-
"@fluentui/react-text": "^9.
|
|
74
|
+
"@fluentui/react-text": "^9.3.0",
|
|
75
75
|
"@fluentui/react-virtualizer": "9.0.0-alpha.11",
|
|
76
|
-
"@fluentui/react-tree": "9.0.0-beta.
|
|
76
|
+
"@fluentui/react-tree": "9.0.0-beta.4",
|
|
77
77
|
"@griffel/react": "^1.5.2",
|
|
78
78
|
"tslib": "^2.1.0"
|
|
79
79
|
},
|