@fluentui-copilot/react-preview 0.0.0-nightly-20240619-0406-2f9626d2.1 → 0.0.0-nightly-20240621-0405-c19121e4.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 +34 -3
- package/CHANGELOG.md +17 -4
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-preview",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui-copilot/react-preview_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Fri, 21 Jun 2024 04:12:14 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-preview_v0.0.0-nightly-20240621-0405-c19121e4.1",
|
|
7
|
+
"version": "0.0.0-nightly-20240621-0405-c19121e4.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
@@ -16,6 +16,37 @@
|
|
|
16
16
|
]
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 20 Jun 2024 23:05:53 GMT",
|
|
21
|
+
"tag": "@fluentui-copilot/react-preview_v0.5.0",
|
|
22
|
+
"version": "0.5.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tristan.watanabe@gmail.com",
|
|
27
|
+
"package": "@fluentui-copilot/react-preview",
|
|
28
|
+
"commit": "b8a46e43b66fa17ed3cbb98a57171f9805ca5801",
|
|
29
|
+
"comment": "fix: failing e2e tests after playwright/test dependency update to v1.44.0."
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"patch": [
|
|
33
|
+
{
|
|
34
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
35
|
+
"package": "@fluentui-copilot/react-preview",
|
|
36
|
+
"commit": "600da249375e1f5fb25fce0a605dbdd9a8a05469",
|
|
37
|
+
"comment": "fix: Fixing PreviewHeader styles so that extra gaps are not present when a slot is empty."
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"minor": [
|
|
41
|
+
{
|
|
42
|
+
"author": "makotom@microsoft.com",
|
|
43
|
+
"package": "@fluentui-copilot/react-preview",
|
|
44
|
+
"commit": "c00fc7a3d5067bbbd8759812cdb6f3a19781dde3",
|
|
45
|
+
"comment": "fix(Preview): Removing mouseLeaveDelay and openOnHover props that were leaking from Popover props."
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
19
50
|
{
|
|
20
51
|
"date": "Thu, 13 Jun 2024 21:00:45 GMT",
|
|
21
52
|
"tag": "@fluentui-copilot/react-preview_v0.4.4",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-preview
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 21 Jun 2024 04:12:14 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20240621-0405-c19121e4.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-preview_v0.0.0-nightly-20240621-0405-c19121e4.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-preview_v0.
|
|
9
|
+
Fri, 21 Jun 2024 04:12:14 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-preview_v0.5.0..@fluentui-copilot/react-preview_v0.0.0-nightly-20240621-0405-c19121e4.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
14
|
- Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
15
|
|
|
16
|
+
## [0.5.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-preview_v0.5.0)
|
|
17
|
+
|
|
18
|
+
Thu, 20 Jun 2024 23:05:53 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-preview_v0.4.4..@fluentui-copilot/react-preview_v0.5.0)
|
|
20
|
+
|
|
21
|
+
### Minor changes
|
|
22
|
+
|
|
23
|
+
- fix(Preview): Removing mouseLeaveDelay and openOnHover props that were leaking from Popover props. ([PR #1728](https://github.com/microsoft/fluentai/pull/1728) by makotom@microsoft.com)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- fix: Fixing PreviewHeader styles so that extra gaps are not present when a slot is empty. ([PR #1741](https://github.com/microsoft/fluentai/pull/1741) by Humberto.Morimoto@microsoft.com)
|
|
28
|
+
|
|
16
29
|
## [0.4.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-preview_v0.4.4)
|
|
17
30
|
|
|
18
31
|
Thu, 13 Jun 2024 21:00:45 GMT
|
package/package.json
CHANGED