Releases: punker76/MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v2.2.1
As part of this release we had 1 issue closed.
Bug
- #131 Since 2.1.0 no dialog is shown
Full Changelog: 2.2.0...2.2.1
Where to get it
You can download this release from MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v2.2.0
What's Changed
- Added properties for min and max width and height by @Fruchtzwerg94 in #130
As part of this release we had 1 issue closed.
Full Changelog: 2.1.0...2.2.0
Feature
- #130 Added properties for min and max width and height
New Contributors
- @Fruchtzwerg94 made their first contribution in #130
Where to get it
You can download this release from MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v2.1.0
What's Changed
- Update cake build for appveyor by @punker76 in #126
- Add corner radius property to child window by @punker76 in #127
- Check if a dialog is already open and a children of a panel by @punker76 in #128
- Open child window on controls and not only window by @punker76 in #129
As part of this release we had 3 issues closed.
Full Changelog: 2.0.0...2.1.0
Bug
- #117 Async method doesn't perform check up if ChWindow is opened.
Feature
- #129 Open child window on controls and not only window
Feature Request
- #125 Curved corners for SimpleChildWindow
Where to get it
You can download this release from MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v2.0.0
As part of this release we had 25 issues closed.
Breaking Changes
- #99 Add Overlay Brushes as resource
- #94 Close button is unthemed
- #93 Update MahApps Resources
- #92 MahApps Resources are renamed
- #82 Road to 2.0
- #80 Drop targeting to framework .Net 4.0
- #78 NuGet package version 1.5.0 compatibility issue with MahApps.Metro 2.0.0-alpha00x when targeting .NET 4.7.2
- #76 Strong-Naming again...
Bugs
- #113 doesn't work normal with MaterialDesignThemes.MahApps
- #97 (GH-72) Fix Exception when using WebBrowser Control
- #96 (GH-74) Fix ChildWindow moving issue
- #90 Trying to call mahapps ShowMessageAsync() from SimpleChildWindow causes exception
- #75 Child window positioning issue
- #74 ChildWindow moving issue
- #72 Exception using WebBrowser Control
Features
- #119 Use async / await and change zIndex in ChildWindow's preview mouse down method
- #106 Add TargetFramework .NET Core 3.1
Feature Requests
- #104 Added two new DepencyProperties to control ChildWindow position
- #103 ChildWindow position when it appears.
- #102 .NET Core 3.0
- #100 (GH-84) Introduce new ClosedBy property with a close reason enumeration
- #98 The default OverlayBrushes should be shipped with the libary
- #91 Passing ChildWindowResult back on close button pressed
- #84 CloseEvent
Where to get it
You can download this release from MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v1.5.0
As part of this release we had 22 commits which resulted in 6 issues being closed.
Breaking Changes
- #65 latest version 1.4.1 Not compatiable with MahApps 1.6.0 version
- #55 StrongName signed assembly? Hey, it's 2017...
Bugs
- #63 Movable child window and the flow direction
- #61 SimpleChildWindow does not behave like a ContentControl, Content can only be a Visual
Hacktoberfest
- #58 Keep CloseButtonCommand and CloseButtonCommandParameter when closing
- #56 CloseButtonCommand Fire Only first Time
Where to get it
You can download this release from MahApps.Metro.SimpleChildWindow
MahApps.Metro.SimpleChildWindow v1.4.1
Fixes
- #56 CloseButtonCommand Fire Only first Time by @sobaarcier
Note
This will be the last signed assembly. Look at #55 for more informations.
MahApps.Metro.SimpleChildWindow v1.4.0
Fixes / Changes
- Improved documentation and Wiki
- Use
MetroThumbContentControl
from MahApps.Metro - New dependency properties to customize the title:
TitleHorizontalAlignment
,TitleVerticalAlignment
,TitleCharacterCasing
andTitleTemplate
. - New auto closing feature with new properties
IsAutoCloseEnabled
andAutoCloseInterval
- Change Title background color when the host window gets inactive. New properties:
IsWindowHostActive
,TitleBarNonActiveBackground
andNonActiveBorderBrush
,NonActiveGlowBrush
- New
ChildWindowResult
property and new overloadedShowChildWindowAsync
method to get a result from a closed child window. - Fixed layout rounding stuff on higher DPI
- Use GitLink
Issues / PRs
- #45 Add TitleTextAlignment property to ChildWindow
- #44 Keep child inside parent window
- #25 Multiple Window Childs Focus(Bring To Front) Problem
- #41 IsAutoCloseEnabled="True" for SimpleChildWindow - possible?
- #31 Change windowbar color when inactive similar to normal Metro Windows
- #49 Change Title background color when the host window gets inactive
- #4 A DialogResult would be better
- #50 Show a ChildWindow and get a result...
- #40 await ChildWindowAsync does not block main thread