Releases: MaterialDesignInXAML/MaterialDesignInXamlToolkit
5.3.0
What's Changed
Key Changes
- Made all converter classes public by @JorisCleVR in #3767
- Unable to set Background of Numeric-/Decimal-UpDown control by @corvinsz in #3778
- Badged: ArrangeOverride Infinate loop fix by @JorisCleVR in #3786
- Fix: Add null check for AutoSuggestBox selection handling by @hoaza in #3791
- Inherit Windows accent color by @corvinsz in #3812
- Allow Inherit to be specified for the CustomColorTheme as well by @Keboo in #3816
- Add Blurry background feature to DrawerHost by @corvinsz in #3832
- Enhance Mouseover Visuals for ListBoxItem by @corvinsz in #3848
- Chip: Added TemplateBinding Padding by @JorisCleVR in #3850
- Remove .NET 6 by @L1nstead in #3859
- Fix: Add TemplateBindings to CornerRadius, BorderBrush and BorderThickness TemplateBindings and CornerRadius Dependency to SnackBar by @HedpE- in #3888
- Default AutomationProperties.Name to HintAssist.Hint by @corvinsz in #3913
- Add hover halo for
CheckBox
andRadioButton
by @corvinsz in #3919 - implement TreeDataGrid by @MohammadHadi2031 in #3877
Breaking Changes
- Fix White rectangle when disabling Calendar by @corvinsz in #3935
- Fix horizontal ScrollBar placement for multi-line TextBox by @nicolaihenriksen in #3934
New Contributors
- @TWhidden made their first contribution in #3776
- @iAmJersh made their first contribution in #3779
- @hoaza made their first contribution in #3791
- @jbooth88 made their first contribution in #3820
- @L1nstead made their first contribution in #3859
- @MohammadHadi2031 made their first contribution in #3875
- @HedpE- made their first contribution in #3888
Full Changelog: v5.2.1...v5.3.0
A big thank you to everyone who contributed (either with issues or pull requests):
@Audela-220
@Coolava
@corvinsz
@darkraise
@database64128
@greuelpirat
@HedpE-
@hoaza
@iAmJersh
@jbooth88
@JorisCleVR
@juusimaa
@krugsCoffee
@L1nstead
@liuyafei518
@metacubed
@michaelmairegger
@MohammadHadi2031
@nicolaihenriksen
@pymenguy
@rezabakhshilaktasaraei
@sandfox922
@shochinhwa
@TWhidden
@vipls007
5.2.1
Key Change:
Fixes an exception with NumericUpDown styles. See #3756 for details.
Full Changelog: v5.2.0...v5.2.1
A big thank you to everyone who contributed (either with issues or pull requests):
@aqingGitHub
@corvinsz
@JorisCleVR
@nicolaihenriksen
@ssongone
5.2.0
What's Changed
Key Changes
- Fix #3612 - Default value of ShadowAssist.CacheMode set to 'null' by @MichelMichels in #3616
- Align NumericUpDown style with other controls by @michaelmairegger in #3615
- Fix PopupBox misalignment on mixed DPI systems by @Nextra in #3641
- added "ClockButtonVisibility" property to TimePicker by @corvinsz in #3664
- NumericUpDown control support decimals value, and the value for each increase or decrease can be set. by @futuresBoy in #3661
- Fix3628 - Slider ToolTip not showing by @corvinsz in #3705
- RadioButton 添加自定义大小功能 by @mzy666888 in #3726
- Fix code style issues by @JLdgu in #3730
- Removed global converter resources by @JorisCleVR in #3732
- Feature - Blurry Dialog Background by @corvinsz in #3738
New Contributors
- @Nextra made their first contribution in #3641
- @corvinsz made their first contribution in #3646
- @ArshadAriff made their first contribution in #3709
- @futuresBoy made their first contribution in #3661
- @mzy666888 made their first contribution in #3726
- @ghostp13409 made their first contribution in #3750
Full Changelog: v5.1.0...v5.2.0
A big thank you to everyone who contributed (either with issues or pull requests):
@aqingGitHub
@ArshadAriff
@bebenins
@corvinsz
@DrCQ
@futuresBoy
@ghostp13409
@jamesport079
@jbooth88
@JLdgu
@JorisCleVR
@josh2112
@LenkaFT
@MEDUZAprogrammer
@michaelmairegger
@MichelMichels
@mouawadma
@mzy666888
@Nextra
@nicolaihenriksen
@omllmo
@vertigo220
@YourName2024
@zhuzixian
5.1.0
What's Changed
Key Changes
- Fixing Issues #3476 #3478 #3479 by @AbderrahmaneAhmam in #3477
- Add AP to control SmartHint resting position by @nicolaihenriksen in #3502
- Smart hint and text box style refactor by @nicolaihenriksen in #3486
- Post SmartHint adoption cleanup by @nicolaihenriksen in #3540
- Feature/project structure by @MichelMichels in #3533
- Remove space in color names by @BenjaminMichaelis in #3552
- GroupBoxAssist.HeaderPadding by @JorisCleVR in #3569
- Removed space in color foreground names by @JorisCleVR in #3580
- Changed GroupBoxAssist.HeaderPadding to Thickness by @JorisCleVR in #3591
- Pull Request: Adding New Control NumericUpDown Control to Material Design XAML Toolkit by @Asivaprasadam in #3175
- Dropped net7.0-windows target framework due to EOL, add net8.0-window… by @MichelMichels in #3597
New Contributors
- @KennethWhite made their first contribution in #3521
- @Tmoney2014 made their first contribution in #3581
Full Changelog: v5.0.0...v5.1.0
A big thank you to everyone who contributed (either with issues or pull requests):
@5TFG4
@AbderrahmaneAhmam
@Asivaprasadam
@Awsmolak
@bebenins
@BenjaminMichaelis
@BenMendel
@Drexel2k
@EdTyu
@get-flat
@Ha-rlan
@jbooth88
@JLdgu
@JorisCleVR
@KennethWhite
@lyndaidaii
@MichelMichels
@mr-luiks
@Myliak
@nicolaihenriksen
@Red6789
@StefanoRivolta-Previero
@Talwynox
@tenatus
@Tmoney2014
@xunmeng2002
@yuexueyang
5.0.0
This is a major version update with many breaking changes.
Please see the Migration guide for steps on updating from prior versions.
There is also a complete list of the breaking changes in #2255
What's Changed
Key Changes
- Allow for transparent colors for generated icons by @Keboo in #3273
- Add new options to the ExpanderAssist class by @AbderrahmaneAhmam in #3294
- [Feature] Add AutoSuggestion option for TextBox by @AbderrahmaneAhmam in #3207
- NEW FEATURE: Multi-select TreeView by @Keboo in #3333
- Chip Template Bug by @ZPChan in #3359
- Removing all usage of "Accent" from the library by @Keboo in #3409
- SplitButton leveraging PopupBox by @nicolaihenriksen in #3382
- Add support for TextFieldAssist.HasClearButton in RichTextBox by @nicolaihenriksen in #3414
- New FlipperControl by @Keboo in #3431
- Create the slider theme for md3 guideline by @viveleltsi in #3432
- The last of the 5.0 cleanup by @Keboo in #3444
- Fix the converter to round the value by @Keboo in #3452
Breaking Changes
- ListBoxAssist.IsToggle - Ensure last clicked item is always selected by @nicolaihenriksen in #3349
- Removing defaults in favor of specifying MD2 or MD3 by @Keboo in #3467
New Contributors
- @Talwynox made their first contribution in #3249
- @JoshStrauss made their first contribution in #3242
- @AndrewKeepCoding made their first contribution in #3292
- @AbderrahmaneAhmam made their first contribution in #3294
- @ZPChan made their first contribution in #3359
- @BenjaminMichaelis made their first contribution in #3396
- @viveleltsi made their first contribution in #3432
- @ion-mironov made their first contribution in #3468
Full Changelog: v4.10.0...v5.0.0
A big thank you to everyone who contributed (either with issues or pull requests):
@9helix
@AbderrahmaneAhmam
@alexachso
@AndrewKeepCoding
@anno0
@arubu21
@BenjaminMichaelis
@Charlie1104
@dand751801
@djdjz7
@DrCQ
@ElieTaillard
@Insire
@ion-mironov
@jbooth88
@JLdgu
@JoshStrauss
@jrdnwrth
@jurot8
@MeshkaM
@MichelMichels
@MikaelaShipha
@mzy666888
@N0m4n904
@nicolaihenriksen
@Nils-Berghs
@PieceOfFall
@quicoli
@Ra1d7
@Red6789
@Roberto2707
@Roydoy7
@saivineeth100
@Spuddish
@Talwynox
@TWhidden
@viveleltsi
@ZPChan
4.9.0
What's Changed
Key Changes
- Fix clear button in TimePicker by @nicolaihenriksen in #3123
- Added SliderAssist.HideActiveTrack by @JorisCleVR in #3128
- Refactor PopupBox placement to respect configurable elevation by @nicolaihenriksen in #3136
- Additional SmartHint refactoring by @nicolaihenriksen in #3181
New Contributors
- @chris-crowther made their first contribution in #3133
Full Changelog: v4.8.0...v4.9.0
A big thank you to everyone who contributed (either with issues or pull requests):
@chris-crowther
@Erapchu
@jbooth88
@JorisCleVR
@nicolaihenriksen
@Red6789
@reyntjesr
@tanguyhardion
@TWhidden
4.8.0
What's Changed
Key Changes
- TextBox: Respect externally set TextBox.Padding in triggers by @nicolaihenriksen in #3074
- Adding new Secondary styles which will eventually replace Accent styles by @Keboo in #3080
- Cleanup: Aligning hint, helper text and validation error based on padding by @nicolaihenriksen in #3086
- Fixes DialogHost visibility on VM disconnect (#3069) by @tblong in #3092
- Add DialogHost.DialogContentUniformCornerRadius by @nicolaihenriksen in #3103
- Properly restore focus when TabControl.SelectedIndex is set via DialogHost by @nicolaihenriksen in #3104
- Added RatingBar.InvertDirection to support inverting "fill" direction by @nicolaihenriksen in #3116
Breaking Changes
- Refactor SmartHint alignment by @nicolaihenriksen in #3056
New Contributors
Full Changelog: v4.7.1...v4.8.0
A big thank you to everyone who contributed (either with issues or pull requests):
@adamhewitt627
@DrCQ
@greuelpirat
@JeanPhilippeLux
@JorisCleVR
@LejlaBrkic123
@mohsen-id
@nicolaihenriksen
@tblong
@Yoooi0
@yosefmah
4.7.1
Full Changelog: v4.7.0...v4.7.1
A big thank you to everyone who contributed (either with issues or pull requests):
@nicolaihenriksen
@reiseder
@starkna
4.7.0
What's Changed
Key Changes
- Implementation for uniform width tabs by @Nils-Berghs in #2879
- Refactor PasswordBoxAssist.Password to use behaviors (issue 2930) by @nicolaihenriksen in #2932
- Adding .NET7 target by @Keboo in #2975
New Contributors
- @Nils-Berghs made their first contribution in #2879
- @reiseder made their first contribution in #2885
- @amescodes made their first contribution in #2898
- @LyndonGingerich made their first contribution in #2939
- @gudarzi made their first contribution in #2961
- @mkrauter made their first contribution in #2960
- @JLdgu made their first contribution in #3012
Full Changelog: v4.6.1...v4.7.0
A big thank you to everyone who contributed (either with issues or pull requests):
@amescodes
@baikimi
@Case-Closed-X
@Diyari-Kurdi
@fdq09eca
@gudarzi
@hkurando
@jbooth88
@JLdgu
@LyndonGingerich
@MarkusKgit
@Maxhy
@mhmd98
@MichelMichels
@mkrauter
@mojtabahakimian
@nandhini-sr
@nicolaihenriksen
@Nils-Berghs
@olegsavelos
@reiseder
@samini3000
@Taschenbuch
@yarus
@Yoooi0
4.6.1
What's Changed
Key Changes
- PasswordBox (reveal) - Position RevealPasswordButton in the same way as PART_ClearButton by @nicolaihenriksen in #2864
- Fixing scroll viewer in the demo by @Keboo in #2866
- PasswordBox - Set vertical alignment of reveal button by @nicolaihenriksen in #2873
- Fix not able to style the calendar item of a calendar by @michaelmairegger in #2872
- 2863 Default TabControl style binding failure by @Keboo in #2882
New Contributors
- @michaelmairegger made their first contribution in #2872
Full Changelog: v4.6.0...v4.6.1
A big thank you to everyone who contributed (either with issues or pull requests):
@Drise13
@HavenDV
@michaelmairegger
@nicolaihenriksen