Breaking 3.0.0 changes
See original GitHub issueThis is an issue to keep track of breaking changes that I would like to see go into the 3.0.0 release. I am open to additional suggestions as well:
- Card defaults its VerticalAlignment to Top. Suggest defaulting to Stretch.
- Flipper defaults its VerticalAlignment to Top. Suggest defaulting to Stretch.
- Remove obsolete PalleteHelper methods.
- Remove obsolete members in SmartHint
- Remove obsolete
DialogClosingEventArgs.Content
. UseDialogClosingEventArgs.Session.Content
instead. - Remove unused
DialogClosingEventArgs
constructors - Rename
MaterialDataGridComboBoxColumn
toDataGridComboBoxColumn
. Since using the custom column in an app will require specifying the namespace, having the Material prefix adds very little. - Vertical alignment of
Label
,TextBlock
andTextBox
should have VerticalAlignment=Stretch, and VerticalContentAlignment=Top - Source code is no longer included in the NuGet package.
-
MaterialDesignToolBar
no longer sets FontFamily toMaterialDesignFont
- Popup in default
DialogHost
template no longer sets FontFamily toMaterialDesignFont
- MaterialDesignTitleTextBlock => MaterialDesignHeadline6TextBlock
- MaterialDesignHeadlineTextBlock => MaterialDesignHeadline5TextBlock
- MaterialDesignSubheadingTextBlock => MaterialDesignSubtitle1TextBlock
- MaterialDesignDisplay4TextBlock => MaterialDesignHeadline1TextBlock
- MaterialDesignDisplay3TextBlock => MaterialDesignHeadline2TextBlock
- MaterialDesignDisplay2TextBlock => MaterialDesignHeadline3TextBlock
- MaterialDesignDisplay1TextBlock => MaterialDesignHeadline4TextBlock
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Breaking Changes in 3.0.0 - Telerik UI for Blazor
Common Changes. OnRead. The OnRead handlers of all components now expect you to set the data to an event argument instead of the...
Read more >Breaking Changes for v8.3.0.0 Release
This document contains notes about the ITarian Platform release and the changes that could cause issues or major change requirements for our ...
Read more >What's New in Apache Kafka 3.0.0
Apache Kafka 3.0 introduces a variety of new features, breaking API changes, and improvements to KRaft—Apache Kafka's built-in consensus ...
Read more >Breaking changes in Boost.Thread 3.0.0 - c++
When it says "Breaking change", it means, "Your program is broken if you depend on behaviour which was previously X, but is now...
Read more >Breaking changes on OH3 upgrade - link not working
Breaking changes openHAB 3: Link broken ... It not only affects the 3.0.0 release notes, but also 3.1 and possibly all older ones...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
labels textboxs and textblocks have different VerticalAlignment by default and if you put them in stackpanel next to each other they won’t be on the same line
@csutcliff you can’t mix and match MahApps 2.0 and MaterialDesignThemes.MahApps which should only target MahApps 1.6.0
To say it in another way: No work has been put into MaterialDesignThemes.MahApps to update it to NetCoreApp or target MahApps 2.0