|
7 | 7 | - Update project and config files (85ff816) |
8 | 8 | - Update `GLHelper.h` includes on Android (2b143eb) |
9 | 9 | - Simplify Android runtime version check (#1480) |
| 10 | +- Update macros and uxl files (#1491) |
10 | 11 |
|
11 | 12 | ### Experimental.TextureLoader |
12 | 13 | - Remove legacy `Experimental.TextureLoader` library (#1458) |
13 | 14 |
|
| 15 | +### Fuse.Camera |
| 16 | +- Update permissions for Android 13 (#1487) |
| 17 | + |
| 18 | +### Fuse.Common |
| 19 | +- Remove obsolete methods and enum value (#1492) |
| 20 | + * `Fuse.Json.Escape(string s)` |
| 21 | + * `Fuse.Json.Escape(string s, StringBuilder sb)` |
| 22 | + * `Fuse.SystemFont.Weight.SemiBold` |
| 23 | + |
14 | 24 | ### Fuse.Controls.Video |
15 | | -- Upgrade Fuse.Video.CIL to .NET 6.0 (#1475) |
| 25 | +- Upgrade `Fuse.Video.CIL` to .NET 6.0 (#1475) |
16 | 26 |
|
17 | 27 | ### Fuse.Drawing.Surface |
18 | 28 | - Update assembly references for .NET 6.0 (#1476) |
19 | 29 |
|
20 | 30 | ### Fuse.LocalNotifications |
21 | 31 | - Fix compatibility with the latest Android OS and indentation (#1473) |
22 | 32 |
|
| 33 | +### Fuse.Nodes |
| 34 | +- Remove obsolete methods (#1492) |
| 35 | + * `Fuse.VisualBounds.Transform(float4x4 matrix)` |
| 36 | + * `Fuse.VisualBounds.TransformFlatten(float4x4 matrix)` |
| 37 | + * `Fuse.VisualBounds.BoxTransform(Box box, float4x4 transform)` |
| 38 | + |
23 | 39 | ### Fuse.Scripting |
24 | 40 | - Deprecate `NativePromise` without `Context` (#1467) |
| 41 | +- Remove obsolete methods (#1492) |
| 42 | + * `Fuse.Scripting.IThreadWorker.Invoke(Uno.Action action)` |
| 43 | + * `Fuse.Scripting.Context.Invoke(Uno.Action action)` |
| 44 | + * `Fuse.Scripting.ModuleResult.Object` |
| 45 | + * `Fuse.Scripting.ModuleResult.Exports` |
| 46 | + * `Fuse.Scripting.NativeEvent.RaiseAsync(params object[] args)` |
| 47 | + * `Fuse.Scripting.Object.InstanceOf(Function type)` |
| 48 | + * `Fuse.Scripting.Object.CallMethod(string name, params object[] args)` |
| 49 | + * `Fuse.Scripting.Function.Call(params object[] args)` |
| 50 | + * `Fuse.Scripting.Function.Construct(params object[] args)` |
25 | 51 |
|
26 | 52 | ### Fuse.Scripting.JavaScript |
27 | 53 | - TypeScript and transpiler support in UX files (#1472) |
28 | 54 | - Upgrade `V8Simple.net` for .NET 6.0 (#1483) |
29 | 55 |
|
30 | 56 | ### Other changes |
31 | 57 | - Upgrade `Fuse.Profiling` tool to .NET 6.0 (#1474) |
| 58 | +- Upgrade `android-build-tools` to v2.x (#1488) |
32 | 59 | - Ignore tests failing on macOS (#1484) |
| 60 | +- Kill tests after 15 minutes (#1489) |
33 | 61 |
|
34 | | -[`v2.9.1...v3.0.0-beta.8`](https://github.com/fuse-open/fuselibs/compare/v2.9.1...v3.0.0-beta.8) |
| 62 | +[`v2.9.1...v3.0.0-beta.9`](https://github.com/fuse-open/fuselibs/compare/v2.9.1...v3.0.0-beta.9) |
35 | 63 |
|
36 | 64 | ## 2.9.1 |
37 | 65 |
|
|
0 commit comments