-
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.
- Loading branch information
Fluent UI Build
committed
Jul 27, 2023
1 parent
d2d8068
commit 6320eca
Showing
54 changed files
with
510 additions
and
90 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-menu-03f8268f-d187-4f13-ac82-48548dfa3c97.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-positioning-bc570315-c0a5-4a0f-a762-5fb18e58b4e8.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-positioning-f6515d84-5f8b-4649-90dc-7d0cf179d176.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-tree-3b5f955f-0166-4e3b-85dc-82dddef56b0c.json
This file was deleted.
Oops, something went wrong.
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
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
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
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,41 @@ | ||
{ | ||
"name": "@fluentui/react-components", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 27 Jul 2023 10:34:13 GMT", | ||
"tag": "@fluentui/react-components_v9.27.1", | ||
"version": "9.27.1", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-menu", | ||
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43", | ||
"comment": "feat: update style to prevent double scrollbar" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-positioning", | ||
"commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9", | ||
"comment": "feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'." | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-positioning", | ||
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43", | ||
"comment": "feat: update maxSize middleware to apply height/width when overflow" | ||
} | ||
], | ||
"prerelease": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-tree", | ||
"commit": "0e9c438b78e58f346f61b15224c7b0020e4fe73e", | ||
"comment": "bugfix: makes selector slot required when selection mode is defined" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 25 Jul 2023 13:29:15 GMT", | ||
"tag": "@fluentui/react-components_v9.27.0", | ||
|
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,27 @@ | ||
# Change Log - @fluentui/react-components | ||
|
||
This log was last generated on Tue, 25 Jul 2023 13:29:15 GMT and should not be manually modified. | ||
This log was last generated on Thu, 27 Jul 2023 10:34:13 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## [9.27.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.1) | ||
|
||
Thu, 27 Jul 2023 10:34:13 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.27.0..@fluentui/react-components_v9.27.1) | ||
|
||
### Minor changes | ||
|
||
- `@fluentui/react-menu` | ||
- feat: update style to prevent double scrollbar ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by [email protected]) | ||
- `@fluentui/react-positioning` | ||
- feat: simplify autoSize options to make 'always'/'height-always'/'width-always' equivalent to true/'height'/'width'. ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by [email protected]) | ||
- feat: update maxSize middleware to apply height/width when overflow ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by [email protected]) | ||
|
||
### Changes | ||
|
||
- `@fluentui/react-tree` | ||
- bugfix: makes selector slot required when selection mode is defined ([PR #28648](https://github.com/microsoft/fluentui/pull/28648) by [email protected]) | ||
|
||
## [9.27.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.0) | ||
|
||
Tue, 25 Jul 2023 13:29:15 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
21 changes: 21 additions & 0 deletions
21
packages/react-components/react-datepicker-compat/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
Oops, something went wrong.