@fluentui/react-components 9.29.2 → 9.29.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": "
|
|
5
|
+
"date": "Thu, 17 Aug 2023 13:49:39 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.29.3",
|
|
7
|
+
"version": "9.29.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-tree",
|
|
13
|
+
"commit": "ccd513e9b7c3179bef3588d183be1e3e4b9d7f7d",
|
|
14
|
+
"comment": "bugfix: headless flat tree itemType manual definition"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 16 Aug 2023 17:41:07 GMT",
|
|
6
21
|
"tag": "@fluentui/react-components_v9.29.2",
|
|
7
22
|
"version": "9.29.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
|
|
3
|
+
This log was last generated on Thu, 17 Aug 2023 13:49:39 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.29.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.3)
|
|
8
|
+
|
|
9
|
+
Thu, 17 Aug 2023 13:49:39 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.2..@fluentui/react-components_v9.29.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tree`
|
|
15
|
+
- bugfix: headless flat tree itemType manual definition ([PR #28898](https://github.com/microsoft/fluentui/pull/28898) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
|
|
7
17
|
## [9.29.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.29.2)
|
|
8
18
|
|
|
9
|
-
Wed, 16 Aug 2023 17:
|
|
19
|
+
Wed, 16 Aug 2023 17:41:07 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.1..@fluentui/react-components_v9.29.2)
|
|
11
21
|
|
|
12
22
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.29.
|
|
3
|
+
"version": "9.29.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@fluentui/react-utilities": "^9.11.1",
|
|
76
76
|
"@fluentui/react-text": "^9.3.24",
|
|
77
77
|
"@fluentui/react-virtualizer": "9.0.0-alpha.34",
|
|
78
|
-
"@fluentui/react-tree": "9.0.
|
|
78
|
+
"@fluentui/react-tree": "^9.0.1",
|
|
79
79
|
"@griffel/react": "^1.5.14",
|
|
80
80
|
"@swc/helpers": "^0.4.14"
|
|
81
81
|
},
|