@fluentui/react-components 9.6.2 → 9.6.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 +16 -1
- package/CHANGELOG.md +12 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed, 02 Nov 2022
|
|
5
|
+
"date": "Wed, 02 Nov 2022 14:27:15 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.6.3",
|
|
7
|
+
"version": "9.6.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/react-table",
|
|
13
|
+
"commit": "072f0419c79f8bd672e5c251fdd4a08e5bf9d4e8",
|
|
14
|
+
"comment": "fix(useTable): sort should adapt to enhanced row types"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 02 Nov 2022 11:57:45 GMT",
|
|
6
21
|
"tag": "@fluentui/react-components_v9.6.2",
|
|
7
22
|
"version": "9.6.2",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 02 Nov 2022
|
|
3
|
+
This log was last generated on Wed, 02 Nov 2022 14:27:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.3)
|
|
8
|
+
|
|
9
|
+
Wed, 02 Nov 2022 14:27:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.2..@fluentui/react-components_v9.6.3)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-table`
|
|
15
|
+
- fix(useTable): sort should adapt to enhanced row types ([PR #25487](https://github.com/microsoft/fluentui/pull/25487) by lingfangao@hotmail.com)
|
|
16
|
+
|
|
7
17
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.2)
|
|
8
18
|
|
|
9
|
-
Wed, 02 Nov 2022 11:
|
|
19
|
+
Wed, 02 Nov 2022 11:57:45 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.1..@fluentui/react-components_v9.6.2)
|
|
11
21
|
|
|
12
22
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@fluentui/react-spinbutton": "^9.0.7",
|
|
63
63
|
"@fluentui/react-spinner": "^9.0.9",
|
|
64
64
|
"@fluentui/react-switch": "^9.0.10",
|
|
65
|
-
"@fluentui/react-table": "9.0.0-alpha.
|
|
65
|
+
"@fluentui/react-table": "9.0.0-alpha.10",
|
|
66
66
|
"@fluentui/react-tabs": "^9.0.10",
|
|
67
67
|
"@fluentui/react-tabster": "^9.2.1",
|
|
68
68
|
"@fluentui/react-textarea": "^9.1.4",
|