Changelog History
Page 1
-
v3.2.0 Changes
September 21, 2020- Stay lines from adorners no longer appear #1842 @yosefmah
- ๐ New style for Navigation Rail #2026 @HClausing
- ๐ New styles for Choice Chips #1847 @JorisCleVR
- ๐ App's can opt-into inheriting Windows 10 Light/Dark theme setting #1920 @Keboo
- ๐ TextFieldAssist now supports PrefixText #1934 @bombipappoo
- Libraries are now strong named #1890 @shjin404
- ๐ DataGrid now better matches Material Design spec #1838 @greuelpirat
- ๐ ButtonProgressAssist now supported on MaterialDesignTabRadioButton #1886 @talapoin
- ๐ Calendar control now has better localization support #1915 @yosefmah
- Calendar now properly uses ClearType #1951 @bombipappoo
- DatePicker improvements #2050 @greuelpirat
- ๐ MahApps NumericUpDown theme better matches other fields #1923 @yosefmah
- ๐ Expander performance improvements #1986 @w-syss
- DialogHost now has static Close method #2029 @HenJigg
- ๐ Pack icon changes
- Full list of changes here
๐ฒ A big thank you to everyone who contributed (either logging issues or submitting PRs):
@adrianhara
@AmRo045
@Asugakoisi
@bebenins
@bezzad
@bombipappoo
@cjmurph
@CorradoBarbero
@darturdotnetdeveloper
@database64128
@DrCQ
@gitjsdr26
@greuelpirat
@hardiksarin
@HClausing
@HenJigg
@ironsnitra
@jairbubbles
@James231
@Jesus805
@jonasmayor
@JorisCleVR
@JustAnothaMike
@lszczygielek
@Mao-HuiMing
@midasw
@mincasoft
@mwaqasaziz
@my522cn
@NaamaBarIlan
@pavka1799
@ranjan-2209
@Redp87
@shjin404
@shsoft999
@steiftier
@talapoin
@TheMightyBorkon
@tkacleonid
@tomh333
@tpdickson
@TysonMN
@vicmic
@w-syss
@yosefmah -
v3.1.3 Changes
May 25, 2020๐ This release is to support the MahApps 2.0.0 release.
๐ As such this release matches the 3.1.2 release with only the addition of MahApps 2.0.0 support added to MaterialDesignThemes.MahApps -
v3.1.2 Changes
May 15, 2020- Context Menu now contains Select All option #1784 by @greuelpirat
- โฌ๏ธ Drop down arrow size is now consistent between ComboBox and DataGrid ComboBox #1789 by @greuelpirat
- Validation improvements for the Data Grid #1787 by @greuelpirat
- Snackbar sizes are now more closely align with the material design spec #1796 by @greuelpirat
- ๐ง Overlay color of the DrawerHost is not configurable #1798 by @BigBadBleuCheese
- ๐ Pack icon changes
- Full list of changes here
๐ฒ A big thank you to everyone who contributed (either logging issues or submitting PRs):
@ahmediddma
@azegallo
@bebenins
@BigBadBleuCheese
@BryceBarbara
@dhilmathy
@DiegoBM
@greuelpirat
@Jesus805
@ScriptSun
@tamper2
@uPloraX -
v3.1.1 Changes
April 28, 2020- ๐ GroupBox now supports the
Custom
ColorZoneAssist Mode, to allow you to easily specify custom Foreground, and Background brushes. #1763 by @JorisCleVR - ๐ New filter chip styles for the CheckBox and ListBox. #1759 by @JorisCleVR
- ๐ Snackbar not supports wrapping long text onto a second line. This also allows for controlling the placement of the Action bar button through a new
ActionButtonPlacement
property on theSnackbar
#1755 by @greuelpirat - Controls are now added to the Visual Studio Toolbox. #1729 by @Mrxx99
- ๐ Pack Icon Changes
- Full list of changes here
๐ฒ A big thank you to everyone who contributed (either logging issues or submitting PRs):
@Aurelio67
@bebenins
@ColossalMoose
@greuelpirat
@jbooth88
@JorisCleVR
@Mrxx99
@soi013
@vandrerm - ๐ GroupBox now supports the
-
v3.1.0 Changes
April 04, 2020- ๐ 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 theComboBox
it should just work for you. If you are not doing that, you will notice that the background of yourComobBox
drop down is no longer the same color. You can work around this by setting theMaterialDesignPaper
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 -
v3.0.1 Changes
December 31, 2019๐ 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 -
v3.0.0 Changes
December 09, 2019๐ 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 -
v2.6.0 Changes
July 16, 2019- ๐ 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 - ๐ Improved theming API including a new
-
v2.5.1 Changes
April 01, 2019๐ Full release notes:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/milestone/23?closed=1
๐ฆ Recommended install path is from nuget: https://www.nuget.org/packages/MaterialDesignThemes
-
v2.5.0 Changes
October 20, 2018๐ 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