0.7.0-rc.1
Pre-release
Pre-release
Features
- Auto set image based on the theme of the Ribbon using
light
anddark
image pattern. RibbonThemeUtils
to change the theme of the Ribbon. (Revit 2019+)- Set project configuration to support
net47
andnet48
.
Updated
- Change
GetRibbonItem
toGetRibbonItem_Alternative
to fix null when panel is removed. - Update
SetImage
to work withComboBoxMember
- Add
CreateComboBoxMember
to createComboBoxMember
. - Add
RibbonThemeImageUtils
to change theme forImageSource
. - Update
RibbonThemeImageUtils
with publicGetThemeImageSource
. - Add
RibbonThemePanelUtils
to update the theme for itens in theRibbonPanel
. - Update
RibbonPanel
create and remove to update the theme of the itens. - Update
TryThemeImage
to not change assembly name if is a resource component.
Tests
- Add
RibbonThemeUtilsTests
to test the theme change event. - Add
TryThemeImage
tests to replace image with theme. - Add
ComboBoxMember
tests forImage
,Group
andCurrent
.
Example
- Add
AppTheme
to test theme change features forRibbonItem
.