@fluentui/react-persona 9.0.2 → 9.0.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 +61 -2
- package/CHANGELOG.md +18 -3
- package/MIGRATION.md +2 -0
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,66 @@
|
|
|
2
2
|
"name": "@fluentui/react-persona",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 20 Oct 2022 08:35:15 GMT",
|
|
6
|
+
"tag": "@fluentui/react-persona_v9.0.3",
|
|
7
|
+
"version": "9.0.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-persona",
|
|
13
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
|
14
|
+
"comment": "chore: Update Griffel to latest version"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-persona",
|
|
19
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
|
20
|
+
"comment": "chore: Bump peer deps to support React 18"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-persona",
|
|
25
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.3",
|
|
26
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-persona",
|
|
31
|
+
"comment": "Bump @fluentui/react-badge to v9.0.9",
|
|
32
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-persona",
|
|
37
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
|
38
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-persona",
|
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
|
44
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-persona",
|
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
|
50
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"none": [
|
|
54
|
+
{
|
|
55
|
+
"author": "mgodbolt@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-persona",
|
|
57
|
+
"commit": "82650ef8b3d436c039e33f3eb8a658a3d878064f",
|
|
58
|
+
"comment": "prettier update"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"date": "Thu, 13 Oct 2022 12:56:30 GMT",
|
|
6
65
|
"tag": "@fluentui/react-persona_v9.0.2",
|
|
7
66
|
"version": "9.0.2",
|
|
8
67
|
"comments": {
|
|
@@ -11,7 +70,7 @@
|
|
|
11
70
|
"author": "beachball",
|
|
12
71
|
"package": "@fluentui/react-persona",
|
|
13
72
|
"comment": "Bump @fluentui/react-avatar to v9.2.2",
|
|
14
|
-
"commit": "
|
|
73
|
+
"commit": "77301c97c0539b9ebf891642eb0a077d1aeae9a6"
|
|
15
74
|
}
|
|
16
75
|
]
|
|
17
76
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-persona
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 20 Oct 2022 08:35:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.0.3)
|
|
8
|
+
|
|
9
|
+
Thu, 20 Oct 2022 08:35:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.0.2..@fluentui/react-persona_v9.0.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
|
|
15
|
+
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
|
16
|
+
- Bump @fluentui/react-avatar to v9.2.3 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
17
|
+
- Bump @fluentui/react-badge to v9.0.9 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
18
|
+
- Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
19
|
+
- Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
|
21
|
+
|
|
7
22
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.0.2)
|
|
8
23
|
|
|
9
|
-
Thu, 13 Oct 2022 12:
|
|
24
|
+
Thu, 13 Oct 2022 12:56:30 GMT
|
|
10
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.0.1..@fluentui/react-persona_v9.0.2)
|
|
11
26
|
|
|
12
27
|
### Patches
|
|
13
28
|
|
|
14
|
-
- Bump @fluentui/react-avatar to v9.2.2 ([PR #
|
|
29
|
+
- Bump @fluentui/react-avatar to v9.2.2 ([PR #25119](https://github.com/microsoft/fluentui/pull/25119) by beachball)
|
|
15
30
|
|
|
16
31
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.0.1)
|
|
17
32
|
|
package/MIGRATION.md
CHANGED
|
@@ -11,6 +11,8 @@ Here's how the API of v8's `Persona` compares to the one from v9's `Persona` com
|
|
|
11
11
|
- `componentRef` => NOT SUPPORTED - use `ref` instead
|
|
12
12
|
- `hidePersonaDetails` => Use the `Avatar` component for this case
|
|
13
13
|
- ```
|
|
14
|
+
|
|
15
|
+
```
|
|
14
16
|
- `imageShouldFadeIn` => NOT SUPPORTED
|
|
15
17
|
- `isOutOfOffice` => Use the `outOfOffice` prop of the `presence` slot. E.g.: `presence={{ outOfOffice: true }}`
|
|
16
18
|
- `presence` => Use the `status` prop of the `presence` slot. E.g.: `presence={{ status: 'away' }}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-persona",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
|
30
30
|
"@fluentui/react-conformance": "*",
|
|
31
|
-
"@fluentui/react-conformance-griffel": "9.0.0-beta.
|
|
31
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.16",
|
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-avatar": "^9.2.
|
|
36
|
-
"@fluentui/react-badge": "^9.0.
|
|
37
|
-
"@fluentui/react-theme": "^9.1.
|
|
38
|
-
"@fluentui/react-utilities": "^9.1.
|
|
39
|
-
"@griffel/react": "^1.4.
|
|
35
|
+
"@fluentui/react-avatar": "^9.2.3",
|
|
36
|
+
"@fluentui/react-badge": "^9.0.9",
|
|
37
|
+
"@fluentui/react-theme": "^9.1.1",
|
|
38
|
+
"@fluentui/react-utilities": "^9.1.2",
|
|
39
|
+
"@griffel/react": "^1.4.1",
|
|
40
40
|
"tslib": "^2.1.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@types/react": ">=16.8.0 <
|
|
44
|
-
"@types/react-dom": ">=16.8.0 <
|
|
45
|
-
"react": ">=16.8.0 <
|
|
46
|
-
"react-dom": ">=16.8.0 <
|
|
43
|
+
"@types/react": ">=16.8.0 <19.0.0",
|
|
44
|
+
"@types/react-dom": ">=16.8.0 <19.0.0",
|
|
45
|
+
"react": ">=16.8.0 <19.0.0",
|
|
46
|
+
"react-dom": ">=16.8.0 <19.0.0"
|
|
47
47
|
},
|
|
48
48
|
"beachball": {
|
|
49
49
|
"disallowedChangeTypes": [
|