- Fix double JSON-encoding of stats.json (#53)
- [CEF] Update to version 151.3.17
- [CEF] Implement shared memory mapping via a custom subprocess binary
- [CEF] Add
AardvarkCef.MaxCacheSize - [CEF] Update to version 150.0.11
- Added
MimeType.ofFileExtension - Made serving logic of embedded resources case-insensitive
- Added
WebPart.ofAssemblyWithfor Suave and Giraffe - Added
IHttpBackend.assemblyWith - Added
MutableApp.DocumentTitle(Config.defaultDocumentTitleis deprecated) - Added
MutableApp.ApplicationErrorandMutableApp.InternalErrorevents
- Add support for up to 5 mouse buttons
- [CEF] Disable zoom via CTRL + wheel
- [Giraffe] Fix
Server.startandServer.startLocalhosttask lifetime to represent server execution
- [CEF] Force OSR host focus during FrameLoadEnd to fix text caret
- [CEF] Fix OSR mouse event propagation
https://github.com/aardvark-platform/aardvark.media/wiki/Aardvark-Media-5.7-Changelog
- Added
IHttpRequest.BodyDataandIHttpRequest.BodyUf8 - Added
IHttpBackend.internalError - Added
IHttpBackendJSON utilities - Made
endOfMessageparameter ofIWebSocket.Sendoptional - Added
IWebSocket.Close,IWebSocket.SendUtf8, andSocketBuffer.DataUtf8
- Added
Server.getFreeTcpPort - Added various
IHttpBackendfunctions - Reworked HTTP requests (type renamed from
HttpRequesttoIHttpRequest) - [CEF] Improved handling of invalid cache paths
- [CEF] Handle cache directory conflicts
- Added
DomNode.RenderControloverloads without config parameter
- [CEF] Added initialization check for
CreateBrowser - [CEF] Added
AardvarkCefBrowser.CloseDevTools - [CEF] Added
no-proxy-servercommand line switch as default - [Sg] Change
colorOutputandwriteBuffersto acceptseq - [Primitives] Rework dialogs
- Initial prerelease
- Added missing lock for event handler dictionary
- Fixed race condition in event handling (#1)
- [Giraffe] Fixed handling of multiple sessions (#50)
- [Giraffe] Fixed race condition during execution of boot code with script / stylesheet loading
- [Primitives] Reworked numeric inputs
- Fixed race condition during execution of boot code with script / stylesheet loading
- Removed broken fallback file dialogs
- Removed broken F12 screenshot shortcut
- Exposed explicit IDisposable interface implementations of Cef Browser/Client
- [Primitives] Fixed mouse wheel events for numeric inputs in Firefox
- Updated to Aardvark.Rendering 5.6 packages
- [Animation] Improved real-time tick generation
- [Animation] Renamed path to sequential
- [Animation] Added Splines.DefaultErrorTolerance
- [Animation] Added and simplified time-related utilities
- [Animation] Simplified specifying iterations
- [Animation] Composite animations can now be created from empty inputs resulting in empty animations
- [Animation] Fixed various bugs
- Updated rendering packages
- Various improvements and fixes for the animation system
- Updated to Aarvark.Rendering 5.6.0-prerelease0001
- Removed broken fallback file dialogs
- Removed broken F12 screenshot shortcut
- Added basic support for JavaScript modules.
- [Screenshotr] Fixed System.Text.Json dependency
- Fixed multisampled raw download
- Added pointer event variants with keyboard modifiers
- [ArcBallController] Use captured pointer events
- [FreeFlyController] Fix pointer capture for middle mouse button when using iframes
- [Animation] Improved adaptive sampling scheme for splines to avoid infinite recursion when control points are coinciding
- [Animation] Fixed issue with ticks not being processed when all animations are paused
- [Animation] Adjust action processing to resolve an issue with events when restarting an animation
- [Animation] Fixed broken Animator.get (wrong return type)
- [Animation] Coinciding control points for linear and smooth paths are no longer removed
- 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.ColorPicker2toAardvark.UI.Primitives. The old color picker is deleted. - Renamed
Aardvark.UI.AnewmationtoAardvark.UI.Animation. The old animation system was moved toAardvark.UI.Animation.Deprecated. - Fixed the namespace of some primitives. E.g.
NumericInputis now inAardvark.UI.Primitivesinstead ofAardvark.UI. - Moved
UI.mapfromAardvark.UI.PrimitivestoAardvark.UInamespace 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
Accordionmodule.
- 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