Skip to content

Releases: ricaun-io/ricaun.Revit.UI

0.7.0-rc.2

28 Jul 14:04
Compare
Choose a tag to compare
0.7.0-rc.2 Pre-release
Pre-release

Features

  • Auto set image based on the theme of the Ribbon using light and dark image pattern.
  • 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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • Update RibbonPanel create and remove to update the theme of the itens.
  • Update TryThemeImage to not change assembly name if is a resource component.
  • Remove ConsoleAttribute and SetOrderPanels obsolete methods.
  • Update GetAutodeskOwner to obsolete only in net46.

Tests

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

Example

  • Add AppTheme to test theme change features for RibbonItem.

0.7.0-rc.1

25 Jul 15:01
Compare
Choose a tag to compare
0.7.0-rc.1 Pre-release
Pre-release

Features

  • Auto set image based on the theme of the Ribbon using light and dark image pattern.
  • 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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • 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 for Image, Group and Current.

Example

  • Add AppTheme to test theme change features for RibbonItem.

0.7.0-rc

25 Jul 14:16
Compare
Choose a tag to compare
0.7.0-rc Pre-release
Pre-release

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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • 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 for Image, Group and Current.

Example

  • Add AppTheme to test theme change features for RibbonItem.

0.6.3-rc.1

22 Jul 18:58
Compare
Choose a tag to compare
0.6.3-rc.1 Pre-release
Pre-release

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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • 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 for Image, Group and Current.

Example

  • Add AppTheme to test theme change features for RibbonItem.

0.6.3-rc

22 Jul 14:37
Compare
Choose a tag to compare
0.6.3-rc Pre-release
Pre-release

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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • 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.

0.6.3-beta.4

09 Jul 22:26
Compare
Choose a tag to compare
0.6.3-beta.4 Pre-release
Pre-release

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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • 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.

0.6.3-beta.3

08 Jul 14:09
Compare
Choose a tag to compare
0.6.3-beta.3 Pre-release
Pre-release

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 RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • 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.

0.6.3-beta.2

08 Jul 00:24
Compare
Choose a tag to compare
0.6.3-beta.2 Pre-release
Pre-release

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.

0.6.3-beta.1

06 Jul 20:51
Compare
Choose a tag to compare
0.6.3-beta.1 Pre-release
Pre-release

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.

Tests

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

0.6.3-beta

06 Jul 15:32
Compare
Choose a tag to compare
0.6.3-beta Pre-release
Pre-release

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.

Tests

  • Add RibbonThemeUtilsTests to test the theme change event.