-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: PraveenKumar <[email protected]>
- Loading branch information
1 parent
4b780d4
commit e397f2b
Showing
5 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
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,13 +1,11 @@ | ||
Release Version 0.1.46: | ||
Release Version 0.1.47: | ||
|
||
What's New: | ||
|
||
Fluent V2: | ||
Fix/Enhancement: | ||
1. Enhanced Bottomsheet (ListContentBuilder) accessibility focus order. | ||
2. Fixed Fluent Icon accessibility announcing description twice. | ||
3. Upgraded accessibility of Appbar title to heading. | ||
4. Fixed PersonaList accessibility focus going to avatar. | ||
5. Fluent Button height is not restrictive anymore, but maintains a minimum height based on fluent values. | ||
1. Enhanced Bottomsheet and Drawer anchor calculations preventing crashes during some edge cases. | ||
2. Fixed Bottomsheet and Drawer crashing when the content is not present. | ||
3. Updated Drawer's Offset parameter. Now the drawer clips to the screen (0,0) when null but positions relative to parent layout if offset is not null. (Fixes the breaking changes from 0.1.44) | ||
|
||
|
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