question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaking 3.0.0 changes

See original GitHub issue

This 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. Use DialogClosingEventArgs.Session.Content instead.
  • Remove unused DialogClosingEventArgs constructors
  • Rename MaterialDataGridComboBoxColumn to DataGridComboBoxColumn. 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 and TextBox should have VerticalAlignment=Stretch, and VerticalContentAlignment=Top
  • Source code is no longer included in the NuGet package.
  • MaterialDesignToolBar no longer sets FontFamily to MaterialDesignFont
  • Popup in default DialogHost template no longer sets FontFamily to MaterialDesignFont
  • MaterialDesignTitleTextBlock => MaterialDesignHeadline6TextBlock
  • MaterialDesignHeadlineTextBlock => MaterialDesignHeadline5TextBlock
  • MaterialDesignSubheadingTextBlock => MaterialDesignSubtitle1TextBlock
  • MaterialDesignDisplay4TextBlock => MaterialDesignHeadline1TextBlock
  • MaterialDesignDisplay3TextBlock => MaterialDesignHeadline2TextBlock
  • MaterialDesignDisplay2TextBlock => MaterialDesignHeadline3TextBlock
  • MaterialDesignDisplay1TextBlock => MaterialDesignHeadline4TextBlock

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

7reactions
ahmed-abdelrazekcommented, Jun 29, 2019

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

<StackPanel Orientation="Horizontal">
        <Label Content="Label"/>
        <TextBlock Text="TextBlock"/>
        <TextBox Text="TextBox" Width="100"/>
</StackPanel>

image

2reactions
jespershcommented, Oct 10, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found