-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking 5.0.0 Changes #2255
Comments
Added to the list on MaterialDesignInXAML#2255
Might be good to add "Remove ShadowDepth" here. Context: #2786 |
I'm in favor of dropping the netcoreapp3.1 target framework moniker as it reached it's end-of-life on December 13th, 2022. I'll make a pull request for it. |
I think there is some missing breaking changes around the removal of ITheme and IBaseTheme interfaces. Maybe this is not the place? I couldn't find any reference to the removal of these interfaces anywhere else in regards to 4.9 -> 5.0 |
Same behavior here. Missing iTheme |
@cjmurph and @DavidCFreire thank you for pointing this out. I had overlooked this change in the large number of other 5.0 changes (I have updated the list above). |
There is an existing
5.0.0
branch where these changes are being made. Once we are a little closer to the release this branch will be merged intomaster
. Anyone is welcome to pick up tasks here and PR into the5.0.0
branch.This is a list of proposed breaking changes for the 5.0.0 release. Feedback welcome!
DrawerHostOpenMode.Model
(Added in 4.0.0, Obsolete in 4.1.0)MaterialDesignScrollBarThumbVertical
andMaterialDesignScrollBarThumbHorizontal
replace withMaterialDesignScrollBarThumb
ISwatch
interface.MaterialDesignRaisedAccentButton
in favor ofMaterialDesignRaisedSecondaryButton
MaterialDesignFlatAccentButton
in favor ofMaterialDesignFlatSecondaryButton
MaterialDesignFlatAccentBgButton
in favor ofMaterialDesignFlatSecondaryMidBgButton
MaterialDesignFloatingActionMiniAccentButton
in favor ofMaterialDesignFloatingActionMiniSecondaryButton
MaterialDesignFloatingActionAccentButton
in favor ofMaterialDesignFloatingActionSecondaryButton
ComboBoxPopupPlacement
ComboBoxPopup
PopupContentUpTemplate
andPopupContentDownTemplate
FlyoutAssist
ShadowDepth
ShadowAssist.ShadowEdges
ShadowEdgeConverter
toShadowOpacityMaskConverter
to better reflect its usagePickerInnerPaddingConverter
(obsolete in PR Additional SmartHint refactoring #3181)ITheme
in favor ofTheme
IBaseTheme
. Its usages are replaced withThemeExtensions.SetBaseTheme()
method.The text was updated successfully, but these errors were encountered: