Releases: MaterialDesignInXAML/MaterialDesignInXamlToolkit
Version 3.1.0
- New filter chips style for ToggleButton by @mgnslndh #1456
- Update to .NET Core 3.1 #1654
- ColorZone now supports a Custom mode by @ahmedflix25 #1611
- Pack Icon Changes
- Full list of changes here
ComboBox visual change:
Previously the popup box tried to determine its background color by looking up the visual tree. However this is not always possible (see #1550). The fix (#1576) was to switch it to use the theme brush. If you are not using the MaterialDesignPaper
theme brush for the control that contains the ComboBox
it should just work for you. If you are not doing that, you will notice that the background of your ComobBox
drop down is no longer the same color. You can work around this by setting the MaterialDesignPaper
resource brush at a reasonable level. Something like:
<ComboBox>
<ComboBox.Resources>
<SolidColorBrush x:Key="MaterialDesignPaper" Color="Red" />
</ComboBox.Resources>
...
</ComboBox>
You can also move that brush up to the Window level resources if it makes sense in your application, rather than specifying it on each ComboBox
. Alternatively if you use the same background for all combo boxes you can use this style in your App.xaml
<Style TargetType="ComboBox" BasedOn="{StaticResource {x:Type ComboBox}}">
<Style.Resources>
<SolidColorBrush x:Key="MaterialDesignPaper" Color="Red" />
</Style.Resources>
</Style>
A big thank you to everyone who contributed (either logging issues or submitting PRs):
@AgPeHaJIuH1
@ahmedflix25
@ahmediddma
@alekstrust
@AmRo045
@andybond006
@awebre
@bebenins
@bukshuk
@burekas7
@ColossalMoose
@ContainsK
@dmuehlenhoff
@FooPenguin
@Gopichandar
@greuelpirat
@IamJapanese
@jespersh
@Jesus805
@kodaniel
@kvpt
@LiptonOlolo
@mgnslndh
@MichelMichels
@mipen
@mr-at0s
@Mrxx99
@NZSmartie
@paulovila
@pavka1799
@philpowers
@punker76
@raimand13
@schorsch2489
@schulz3000
@soi013
@Taschenbuch
@Wolfteam
@w-syss
@xthehacker2000x
@yangbocheng
@yosefmah
Version 3.0.1
Bug fix update.
Fixed an issue where assemblies were not being versioned property - #1556
Full list of changes here
Pack Icon Updates
- Maxcdn => removed
A big thank you to everyone who contributed (either logging issues or submitting PRs):
@AmRo045
@bebenins
@cdrfenix
@JeffBarnard
@jotunskij
@MichelMichels
@Noboroto
@Tide
Version 3.0.0
Please see #1301 for a list of known breaking changes.
- .NET Core 3.0 support #1323
- MahApps 2.0.0 support #1483 MUST USE PREVIEW MaterialDesignThemes.MahApps NUGET PACKAGE
- DialogHost background, Badge corner radius, switch toggle button background are now configurable. #1364 #1304 #1408
- New filled and outline DatePicker styles #1501
- Today icon on date picker now properly shows as an outline. #1446
- Projects can opt-into referencing Roboto font as a file resource rather than an embedded resource. #746
- Pack Icon Updates
- BabyBuggy => BabyCarriage
- BabyBuggyOff => BabyCarriageOff
- Payment => CreditCard
- CurrencyChf => removed
- Franc => removed
- FileXml => removed
- FormatListTriangle => removed
- GoogleAllo => removed
- Test => Account
- DieD10 => DiceD10
- DieD20 => DiceD20
- DieD4 => DiceD4
- DieD6 => DiceD6
- DieD8 => DiceD8
- MagnifyOutline => Search
- Full list of changes here
A special thank you to:
@jespersh for all of the work adding in .NET Core 3.0 support.
@Mrxx99 for the many PRs, issues comments, and backlog grooming.
A big thank you to everyone who contributed (either logging issues or submitting PRs):
@AdarshRise
@adrianhara
@ahmedflix25
@ahmediddma
@AmRo045
@Anopob
@Awsmolak
@bender2k14
@beppemarazzi
@boskokg
@danaki
@dhilmathy
@gentarok
@HuggerCoursera
@ins0mniaque
@jespersh
@Jesus805
@jizc
@JonathanSchafer
@JovanovicMarija
@laxmy
@lloydkuijs
@mgnslndh
@MichelMichels
@mr-at0s
@Mrxx99
@No1e
@pavka1799
@raimand13
@RaoHammas
@rgomez90
@rimariot
@sandrohanea
@SirUppyPancakes
@SKProCH
@spiegelp
@thedude61636
@tomasfil
@topcatarg
@VarunSaiTeja
@WillEllis
@wwarby
@yexcoffier
Version 2.6.0
- Improved theming API including a new
ColorPicker
control. wiki. A big thank you to @rrs for all of his work on this. - Rich Text Box is now supported. The style largely matches the default text box style. #1259
- Checkbox visuals better match specification. #1229 By @pfeigl
- Buttons now support custom rounded corners. #1210 By @mikefoxnobel
- PackIcon updates:
- ChartScatterplotHexbin => ChartScatterPlotHexbin
- Mail => Email
- Wave => CurrentAc
- ChatOutline => ForumOutline
- WeatherPartlycloudy => WeatherPartlyCloudy
- Full release notes here
A big thank you to everyone who contributed (either logging issues or submitting PRs):
@AlbertAlonso
@AmRo045
@Dishanx
@Drise13
@DuAell
@HuggerCoursera
@madfrog54321
@mgnslndh
@mostwantedcheater
@pfeigl
@rrs
@Symbai
@Talha-T
@Tyrrrz
@valeravorobjev
Version 2.5.1
Full release notes:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/milestone/23?closed=1
Recommended install path is from nuget: https://www.nuget.org/packages/MaterialDesignThemes
Version 2.5.0
Features of note:
- MahApps 1.6.5 integration
- Updated icons to the latest v2.8.94
- Lots of DialogHost updates, including Dark theme for dialog and additional template for embedding dialogs within the visual tree
- Time Picker improvements, including support for picking seconds.
Full release notes:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/milestone/22?closed=1
Recommended install path is from nuget: https://www.nuget.org/packages/MaterialDesignThemes
Version 2.4.1
Full release notes:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/milestone/21?closed=1
Recommended install path is from nuget: https://www.nuget.org/packages/MaterialDesignThemes
Version 2.4.0
Includes advanced control of tree view nodes, updated icon pack and various fixes.
Full release notes:
https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/milestone/20?closed=1
Recommended install path is from nuget: https://www.nuget.org/packages/MaterialDesignThemes
Version 2.3.1
Contains progress enabled buttons, new wipes, and various fixes.
https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/milestone/18?closed=1
Version 2.3.0
Contains new flip-able cards, badges, and other styles.
News/summary: http://materialdesigninxaml.net/news#2-3-0
Full release notes: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/milestone/16?closed=1