Skip to content

Releases: MairwunNx/MaterialDesign-WPF-Expander

Version 0.9.0

13 Jul 14:46
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.9.0-130719
Fixed IsOpened to be correct DependecyProperty also Removed logic from setter IsOpened.
Fixed wrong content visibility behavior on closing \ opening expander.
Improved demo.

Version 0.8.0

06 Jul 19:01
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.8.0-060719
Added OpenedEvent, OpenEvent, ClosedEvent, CloseEvent, IsOpenedChangedEvent for expander.

Version 0.7.0

06 Jul 18:04
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.7.0-060719
Added ability to customize expander Foreground color and Background color.
Added documentation for expander Foreground and Background properties.
Added ability to configure expander BorderBrush.
Ex-BottomBorderFill-Brush brush renamed to Ex-BorderFill-Brush.
Added documentation for expander BorderBrush property.
Added ability to configure Foreground and HoverForeground expander header.
Added category and documentation for HoverForeground property.
Added Mode=TwoWay for TextBlock.Foreground bindings.
Removed MaterialDesignInXaml expander from demo.

Version 0.6.0

29 Jun 11:42
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.6.0-290619
Added ability to configure FontSize and FontFamily for Expander Header.
Added MaterialDesignInXaml to dependecity to Demo project.
Added HeaderFontStretch for Expander Header.
Added HeaderFontStyle for Expander header.
Added HeaderFontWeight for Expander Header.
Added categories for new font-needed properties.
Added docs for font DependencyProperties.
Added documentation for Text Appearance properties.
Improved Expander class documentation.

Version 0.5.0

27 Jun 14:32
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.5.0-270619
Added categories for Expander control properties.
Improved BooleanToExpanderIconConverter class code.
Code style fix for IsDisabledToOpacityConverter class.
ExpanderCornerRadius renamed to CornerRadius.
ExpanderIsOpened renamed to IsOpened.
ExpanderIconIsVisible renamed to IconIsVisible.
ExpanderIconZoom renamed to IconZoom.
OpenAnimationDuration renamed to AnimationDuration.
Added documentation for Expander public properties.
Demo: removed not needed buttons for controlling expander behavior.

Version 0.4.0

26 Jun 20:18
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.4.0-260619
Added ability to change FontFamily for Expander Header.
Added Converter from Boolean to Expander icon.
Also now Expander Icon for Expander binded to IsOpened.
Added default values for FontFamily and FontSize bindings.
Added binding FontSize value for Expander FontSize.
Added ability to change HorizontalAlignment header text.
Added Padding binding for ExpanderBorder padding.
Added Binding to BorderThickness with default value 0,0,0,1.
FontFamily replaced from Segoe UI Light to Segoe UI.
Added bindings: FontStyle, FontWeight, FontStretch.
Now default FontWeight value for expander header is Light.
Removed ExpanderBottomBorderIsVisible and ExpanderBottomBorderThickness properties.
Added IsDisabledToOpacityConverter for IsEnabled border.
Added bindings for CornerRadius of ExpanderBorder.

Version 0.3.0

26 Jun 14:03
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.3.0-260619
Fixed not correct wrapping content after animations.
Fixed not correct Expander height after open \ close.
Removed margin by default in ContentPresenter.
Fixed wrong start height values for Expanders.
Removed ContentGrid, and now just ContentPresenter.

Version 0.2.0

22 Jun 18:13
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
Changes included in MaterialDesign-WPF-Expander-0.2.0-220619
Now expander icon change on open \ close expander.
Added ExpanderIconZoom for expander icon.
Expander icon sizes changed from 23x23 to 25x25.
Expander icon VerticalAlignment property value now is Center.
Fixed what by default expander icon is wrong.
Added ability to disable \ enable bottom border visibility.
Added ability to change bottom border thickness.
Added binding theme colors for header text block.
Added binding theme colors to expander grid background.
Added Ex-HeaderHoverForeground-Brush to dictionary.
Ex-BottomBorderFill-Brush value changed from #5d5d5d to #3e3e3e for dark theme.
Fixed incorrect initial sizes for expander border \ grid.
Added custom BooleanToVisibilityConverter converter class.
Added better stable animation for open \ close expander.
Now added ability to open \ close expander with clicking on expander icon.

Version 0.1.0

16 Jun 18:11
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Preliminary version of my library. The library received the basic functionality that I wanted to implement, but so far this is not enough.