Releases: dsafa/CSDeskBand
Releases · dsafa/CSDeskBand
CSDeskBand v2.1.0+core
New
- Add parameter
ShowDeskBandtoCSDeskBandRegistrationattribute allowing you to automatically show the deskband after registration. Thanks @kotoneme - Update readme with better installation instructions and example. Thanks @KoalaBear84
CSDeskBand v2.0.1+wpf
Update Nuget dependency for CSDeskband to 2.0.1
CSDeskBand v2.0.1+win
Update Nuget dependency for CSDeskband to 2.0.1
CSDeskBand v2.0.1+core
Fix Deskband not updating right away after updating the options
CSDeskBand v2.0.0
CSDeskBand Version 2
This is the release of version 2 and it includes a lot of breaking changes.
Breaking Changes
- Classes are now
sealed CSDeskBandWinandCSDeskBandWpfclasses now explicity implementICSDeskBandto remove clutter- Changed generated Resharper annotations to internal
Breaking changes for CSDeskBandOptions
- Rename property
MinVertical->MinVerticalSize - Rename property
MaxVertical->MaxVerticalWidth; Also changes the data type fromSizeto anintbecause there is only one value - Rename property
Vertical->VerticalSize - Rename property
MinHorizontal->MinHorizontalSize - Rename property
MaxHorizontal->MaxHorizontalHeight; Also changes the data type fromSizeto anintbecause there is only one value - Rename property
VariableHeight->HeightCanChange - Rename property
Increment->HeightIncrement - Rename property
Fixed->IsFixed - Delete property
Sunkenbecause the option did nothing - Delete property
Undeletablebecause the option did nothing - Delete property
AlwaysShowGripperbecuase the option did nothing - Delete property
NoMarginsbecause the option did nothing - Delete property
TopRowbecause the option did nothing - Delete property
AddToFrontbecause the option did nothing - Delete property
NewRowbecause the option did nothing
Breaking changes for CSDeskBandMenu and related
- Move
CSDeskBandMenu*.csclasses toCSDeskBand.ContextMenunamespace - Rename
CSDeskBandMenu->DeskBandMenu - Rename
CSDeskBandMenuItem->DeskBandMenuItem - Rename
CSDeskBandMenuSeparator->DeskBandMenuSeparator - Rename
CSDeskBandMenuAction->DeskBandMenuItem
Changes
- Assemblies are now strong named
- Project files have been moved into the
srcfolder
Additions
- Documentation has been updated and are now included with the nuget packages
- Added missing documentation