Fuselibs 3.0.0-beta.9
Pre-release
Pre-release
Install
npm install @fuse-open/[email protected]
Changes since v2.9.1
Common
- Add
outputType
in project files (acbcee3) - Update project and config files (85ff816)
- Update
GLHelper.h
includes on Android (2b143eb) - Simplify Android runtime version check (#1480)
- Update macros and uxl files (#1491)
Experimental.TextureLoader
- Remove legacy
Experimental.TextureLoader
library (#1458)
Fuse.Camera
- Update permissions for Android 13 (#1487)
Fuse.Common
- Remove obsolete methods and enum value (#1492)
Fuse.Json.Escape(string s)
Fuse.Json.Escape(string s, StringBuilder sb)
Fuse.SystemFont.Weight.SemiBold
Fuse.Controls.Video
- Upgrade
Fuse.Video.CIL
to .NET 6.0 (#1475)
Fuse.Drawing.Surface
- Update assembly references for .NET 6.0 (#1476)
Fuse.LocalNotifications
- Fix compatibility with the latest Android OS and indentation (#1473)
Fuse.Nodes
- Remove obsolete methods (#1492)
Fuse.VisualBounds.Transform(float4x4 matrix)
Fuse.VisualBounds.TransformFlatten(float4x4 matrix)
Fuse.VisualBounds.BoxTransform(Box box, float4x4 transform)
Fuse.Scripting
- Deprecate
NativePromise
withoutContext
(#1467) - Remove obsolete methods (#1492)
Fuse.Scripting.IThreadWorker.Invoke(Uno.Action action)
Fuse.Scripting.Context.Invoke(Uno.Action action)
Fuse.Scripting.ModuleResult.Object
Fuse.Scripting.ModuleResult.Exports
Fuse.Scripting.NativeEvent.RaiseAsync(params object[] args)
Fuse.Scripting.Object.InstanceOf(Function type)
Fuse.Scripting.Object.CallMethod(string name, params object[] args)
Fuse.Scripting.Function.Call(params object[] args)
Fuse.Scripting.Function.Construct(params object[] args)