Skip to content

Commit 6fd4a9c

Browse files
committed
CHANGELOG: add v3.0.0-beta.9 changes
1 parent cc9b5bc commit 6fd4a9c

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,59 @@
77
- Update project and config files (85ff816)
88
- Update `GLHelper.h` includes on Android (2b143eb)
99
- Simplify Android runtime version check (#1480)
10+
- Update macros and uxl files (#1491)
1011

1112
### Experimental.TextureLoader
1213
- Remove legacy `Experimental.TextureLoader` library (#1458)
1314

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+
1424
### Fuse.Controls.Video
15-
- Upgrade Fuse.Video.CIL to .NET 6.0 (#1475)
25+
- Upgrade `Fuse.Video.CIL` to .NET 6.0 (#1475)
1626

1727
### Fuse.Drawing.Surface
1828
- Update assembly references for .NET 6.0 (#1476)
1929

2030
### Fuse.LocalNotifications
2131
- Fix compatibility with the latest Android OS and indentation (#1473)
2232

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+
2339
### Fuse.Scripting
2440
- 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)`
2551

2652
### Fuse.Scripting.JavaScript
2753
- TypeScript and transpiler support in UX files (#1472)
2854
- Upgrade `V8Simple.net` for .NET 6.0 (#1483)
2955

3056
### Other changes
3157
- Upgrade `Fuse.Profiling` tool to .NET 6.0 (#1474)
58+
- Upgrade `android-build-tools` to v2.x (#1488)
3259
- Ignore tests failing on macOS (#1484)
60+
- Kill tests after 15 minutes (#1489)
3361

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)
3563

3664
## 2.9.1
3765

0 commit comments

Comments
 (0)