Releases: aardvark-platform/aardvark.media
Releases · aardvark-platform/aardvark.media
5.5.2
5.5.1
- [Cef.WinForms] Fixed missing dependencies
5.5.0
- Updated to NET 8 and Aardvark.Rendering 5.5
- Promoted new color picker from
Aardvark.UI.Primitives.ColorPicker2
toAardvark.UI.Primitives
. The old color picker is deleted. - Renamed
Aardvark.UI.Anewmation
toAardvark.UI.Animation
. The old animation system was moved toAardvark.UI.Animation.Deprecated
. - Fixed the namespace of some primitives. E.g.
NumericInput
is now inAardvark.UI.Primitives
instead ofAardvark.UI
. - Moved
UI.map
fromAardvark.UI.Primitives
toAardvark.UI
namespace and assembly. - [Primitives] Deleted old dropdown implementation (update to 5.4.5 to see obsolete warnings with replacement suggestions).
- [Primitives] Simplified accordion and moved to
Accordion
module.
5.5.0-prerelease0001
- Initial prerelease
5.4.5
- [SimplePrimitives] Added accordion variants with custom titles
- [SimplePrimitives] Avoid accordion animation for initially active sections
- [Primitives] Reworked dropdown
- [Animations] Fixed Animator removeAll and removeFinished
5.4.4
- [GoldenLayout] Implemented layout deserialization and multi-window layouts (breaking)
- [SimplePrimitives] Optimized checkbox
- [SimplePrimitives] Added accordion
- [Primitives] Added notifications
- [ColorPicker] Improved change message triggers
5.4.3
- Added Golden Layout support (https://github.com/aardvark-platform/aardvark.media/wiki/Golden-Layout)
- [Primitives] Added before and after option to numeric input for labels and icons
- [Primitives] Added Html.title to set document.title
- [Giraffe] Added startServer variants and WebPart utilities
- [Suave] Fixed setting default quality if useMapping = false
- [ColorPicker] Fixed issue with positioning and scrolling
5.4.2
- Added improved color picker
- Added generic Html.color to convert colors to a CSS color string
5.4.1
- Updated Fomantic-UI to 2.9.3
- Added dropdownMultiSelect
5.3.6
- Fixed memory leak in event handler management
- Updated to Xilium.CefGlue 0.4.0