-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into motion/persist-feature-gate
- Loading branch information
Showing
22 changed files
with
250 additions
and
111 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charting-f56dc096-9891-4d5c-ae30-4d8a6ac5b481.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Ensure type safety of dependent fields", | ||
"packageName": "@fluentui/react-charting", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@fluentui/react-components", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 19 Dec 2024 14:30:56 GMT", | ||
"tag": "@fluentui/react-components_v9.56.8", | ||
"version": "9.56.8", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-message-bar", | ||
"commit": "f2523077e9c92fc7f065308efe2081fc86846b5b", | ||
"comment": "fix: MessageBar auto reflow should handle document reflow with `min-content`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 18 Dec 2024 10:59:36 GMT", | ||
"tag": "@fluentui/react-components_v9.56.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @fluentui/react-components | ||
|
||
This log was last generated on Wed, 18 Dec 2024 10:59:36 GMT and should not be manually modified. | ||
This log was last generated on Thu, 19 Dec 2024 14:30:56 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## [9.56.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.8) | ||
|
||
Thu, 19 Dec 2024 14:30:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.7..@fluentui/react-components_v9.56.8) | ||
|
||
### Patches | ||
|
||
- `@fluentui/react-message-bar` | ||
- fix: MessageBar auto reflow should handle document reflow with `min-content` ([PR #33409](https://github.com/microsoft/fluentui/pull/33409) by [email protected]) | ||
|
||
## [9.56.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.7) | ||
|
||
Wed, 18 Dec 2024 10:59:36 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
packages/react-components/react-message-bar/library/CHANGELOG.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@fluentui/react-message-bar", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 19 Dec 2024 14:30:56 GMT", | ||
"tag": "@fluentui/react-message-bar_v9.2.19", | ||
"version": "9.2.19", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-message-bar", | ||
"commit": "f2523077e9c92fc7f065308efe2081fc86846b5b", | ||
"comment": "fix: MessageBar auto reflow should handle document reflow with `min-content`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 16 Dec 2024 16:26:49 GMT", | ||
"tag": "@fluentui/react-message-bar_v9.2.18", | ||
|
11 changes: 10 additions & 1 deletion
11
packages/react-components/react-message-bar/library/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log - @fluentui/react-message-bar | ||
|
||
This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified. | ||
This log was last generated on Thu, 19 Dec 2024 14:30:56 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## [9.2.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.2.19) | ||
|
||
Thu, 19 Dec 2024 14:30:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.2.18..@fluentui/react-message-bar_v9.2.19) | ||
|
||
### Patches | ||
|
||
- fix: MessageBar auto reflow should handle document reflow with `min-content` ([PR #33409](https://github.com/microsoft/fluentui/pull/33409) by [email protected]) | ||
|
||
## [9.2.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.2.18) | ||
|
||
Mon, 16 Dec 2024 16:26:49 GMT | ||
|
2 changes: 1 addition & 1 deletion
2
packages/react-components/react-message-bar/library/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.