- Fixed multisampled raw download
- updated Adaptify.Core to 1.3.0 (using local, new style adaptify)
- [Cef.WinForms] Fixed missing dependencies
- 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.
- Initial prerelease
- [SimplePrimitives] Added accordion variants with custom titles
- [SimplePrimitives] Avoid accordion animation for initially active sections
- [Primitives] Reworked dropdown
- [Animations] Fixed Animator removeAll and removeFinished
- [GoldenLayout] Implemented layout deserialization and multi-window layouts (breaking)
- [SimplePrimitives] Optimized checkbox
- [SimplePrimitives] Added accordion
- [Primitives] Added notifications
- [ColorPicker] Improved change message triggers
- 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
- Added improved color picker
- Added generic Html.color to convert colors to a CSS color string
- Updated Fomantic-UI to 2.9.3
- Added dropdownMultiSelect
- Updated Fomantic-UI to 2.8.8
- Fixed and improved resource management
- Updated to Aardvark.Rendering 5.4
- updated to rendering 5.4 prerelease
- updated to rendering 5.3 prerelease
- extend dropdown modes (icon / clearable / nonclearable)
- extend dropdownConfig on event (allow open menu by hover or click)
- prevent dropdown to fire init message
- prevent dropdowns onChange messages (not set be GUI)
- Updated Fomantic-UI to 2.8.8
- Fixed and improved resource management
- Fixed memory leak in event handler management
- Updated to Xilium.CefGlue 0.4.0
- Fixed assembly version of packages due to missing Aardvark.Build reference (was 1.0.0.0)
- Fixed CEF packages
- Updated to Aardvark.Rendering 5.3
- exception handling for screenshots
- Fixed CEF processes nuget packages
- [Screenshot] Save image with alpha when using PNG
- OrbitState: exposed view : CameraView as extension
- OrbitState now private, better functions for converting between freefly/orbit modes.
- temporarily reactivate simple media-specific render commands
- proper shutdown for giraffe app binding
- proper shutdown for giraffe app binding
- proper shutdown for giraffe app binding
- added giraffe backend nupkg
- experimental giraffe backend
- added Mac/ARM64 turbojpeg
https://github.com/aardvark-platform/aardvark.docs/wiki/Aardvark-5.2-changelog
- update rendering
- Initial prerelease for 5.2
- [SimplePrimitives.fs] added textarea; js typo fix
- added orbit camera controller helpers
- switched to f# 5.0 (version bump for base/fshade/suave)
- fixed arcball problem on mac
- fixed arcball problem on mac
- fixed DPI scaling for CEF control
- Remove PBOs and read to host memory directly instead for compatibility
- workaround for blocking startup caused by slow network drives (#39)
- added animateForwardAndLocation to deprecated animation code (used in Dibit and PRo3D) with corrected final interation. All other deprecated animations do not reach their target.
- fixed cursor change problem on netcoreapp
- color picker can optionally save previous picks
- added Adaptify.Core to paket.template of aardvark.ui to fix missing references in applications
- updated dependencies
- updated Aardvark.Base
- updated Aardvark.Rendering (breaking changes)
- updated packages
- updated to FSharp.Data.Adaptive 1.1 and base 5.1 track