Releases: dsafa/CSDeskBand
Releases · dsafa/CSDeskBand
CSDeskBand v2.1.0+core
New
- Add parameter
ShowDeskBand
toCSDeskBandRegistration
attribute 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
CSDeskBandWin
andCSDeskBandWpf
classes now explicity implementICSDeskBand
to 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 fromSize
to anint
because there is only one value - Rename property
Vertical
->VerticalSize
- Rename property
MinHorizontal
->MinHorizontalSize
- Rename property
MaxHorizontal
->MaxHorizontalHeight
; Also changes the data type fromSize
to anint
because there is only one value - Rename property
VariableHeight
->HeightCanChange
- Rename property
Increment
->HeightIncrement
- Rename property
Fixed
->IsFixed
- Delete property
Sunken
because the option did nothing - Delete property
Undeletable
because the option did nothing - Delete property
AlwaysShowGripper
becuase the option did nothing - Delete property
NoMargins
because the option did nothing - Delete property
TopRow
because the option did nothing - Delete property
AddToFront
because the option did nothing - Delete property
NewRow
because the option did nothing
Breaking changes for CSDeskBandMenu
and related
- Move
CSDeskBandMenu*.cs
classes toCSDeskBand.ContextMenu
namespace - 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
src
folder
Additions
- Documentation has been updated and are now included with the nuget packages
- Added missing documentation