Skip to content

0.6.3-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 00:24

Features

  • RibbonThemeUtils to change the theme of the Ribbon. (Revit 2019+)
  • Set project configuration to support net47 and net48.

Updated

  • Change GetRibbonItem to GetRibbonItem_Alternative to fix null when panel is removed.
  • Update SetImage to work with ComboBoxMember
  • Add CreateComboBoxMember to create ComboBoxMember.
  • Add RibbonThemeBitmapUtils to change theme for BitmapSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • Update RibbonPanel create and remove to update the theme of the itens.

Tests

  • Add RibbonThemeUtilsTests to test the theme change event.
  • Add ComboBoxMember tests for Image, Group and Current.

Example

  • Add AppTheme to test theme change features for RibbonItem.