Skip to content

Releases: MaterialDesignInXAML/MaterialDesignInXamlToolkit

Version 3.1.1

28 Apr 03:27
ef43114

Choose a tag to compare

  • 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 the Snackbar #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

Version 3.1.0

04 Apr 03:02
da202dd

Choose a tag to compare

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

31 Dec 20:15

Choose a tag to compare

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

09 Dec 06:19

Choose a tag to compare

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

16 Jul 23:55
ddac405

Choose a tag to compare

  • 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

01 Apr 10:13

Choose a tag to compare

Version 2.5.0

20 Oct 15:38
cdb1245

Choose a tag to compare

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

28 Jul 09:41
96ffe54

Choose a tag to compare

Version 2.4.0

07 Mar 19:42

Choose a tag to compare

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

03 Sep 06:01

Choose a tag to compare

Contains progress enabled buttons, new wipes, and various fixes.

https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/milestone/18?closed=1