Releases: ricaun-io/ricaun.Revit.UI
Releases · ricaun-io/ricaun.Revit.UI
0.8.0-alpha
Features
- Remove support for
Revit 2017
andRevit 2018
, removenet46
target framework.
0.7.1
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
. - Update
GetBitmapFrameByWidthAndDpi
to public. - Update
GetBitmapFrameByWidthAndDpi
to return lastWidth
. - Update
UriToBitmapFrame
to useGetBitmapFrameByWidthAndDpi
withint.MaxValue
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.
0.7.1-rc
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
. - Update
GetBitmapFrameByWidthAndDpi
to public. - Update
GetBitmapFrameByWidthAndDpi
to return lastWidth
. - Update
UriToBitmapFrame
to useGetBitmapFrameByWidthAndDpi
withint.MaxValue
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.
0.7.1-alpha.5
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
. - Update
GetBitmapFrameByWidthAndDpi
to public. - Update
GetBitmapFrameByWidthAndDpi
to return lastWidth
. - Update
UriToBitmapFrame
to useGetBitmapFrameByWidthAndDpi
withint.MaxValue
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.
0.7.1-alpha.4
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
. - Update
GetBitmapFrameByWidthAndDpi
to public.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.
0.7.1-alpha.3
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value. - Update
Width
toMath.Round
to improve order byWidth
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
Tests
- Add
ResourceTiffTests
withCube.tiff
with multiple dpi and scales.
0.7.1-alpha.2
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly. - Add
SystemDpi
to store the systemdpi
value. - Update
GetBitmapFrameByWidthAndDpi
to rounddpi
frame value.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
0.7.1-alpha.1
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
. - Add
GetBitmapFrameByWidthAndDpi
to get optimal frame bydpi
andwidth
. - Add
GetSystemDpi
to get the systemdpi
on the fly.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
0.7.1-alpha
Features
- Support
tiff
files for icon.
Updated
- Update
GetBitmapFrame
to roundwidth
that is changed bydpi
.
Example
- Add
Cube-Grey-Light.tiff
andCube-Grey-Dark.tiff
inAppTheme
.
0.7.0
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. - Remove
ConsoleAttribute
andSetOrderPanels
obsolete methods. - Update
GetAutodeskOwner
to obsolete only innet46
.
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
.