Skip to content

Commit 65f5e5c

Browse files
committed
CHANGELOG: add v3.0.0-beta.10 changes
1 parent ebf27aa commit 65f5e5c

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Update `GLHelper.h` includes on Android (2b143eb)
99
- Simplify Android runtime version check (#1480)
1010
- Update macros and uxl files (#1491)
11+
- Update unoproj syntax in doc-comments (#1493)
12+
- Switch default UI rendering on iOS and Android (#1502)
1113

1214
### Experimental.TextureLoader
1315
- Remove legacy `Experimental.TextureLoader` library (#1458)
@@ -21,20 +23,47 @@
2123
* `Fuse.Json.Escape(string s, StringBuilder sb)`
2224
* `Fuse.SystemFont.Weight.SemiBold`
2325

26+
### Fuse.Controls.CameraView
27+
- Android: Fix Android 13 permission (#1496)
28+
29+
### Fuse.Controls.Native
30+
- Native ScrollView feature parity with the Graphics Mode (#1497)
31+
- Android: Fix native ScrollView where nested with horizontal ScrollView (#1500)
32+
- Native Video Component (#1501)
33+
- Native Slider Android: fix bug recursive setting value (#1504)
34+
- Android: Fix Scrollview with content padding (#1505)
35+
- Android: Native Scrollview snap min/max and bounce scroll (#1509)
36+
- Android: Scrolling detect Improvement (#1512)
37+
38+
### Fuse.Controls.Primitives
39+
- iOS: Fix crash when removing Shadow (#1498)
40+
- Fix bugs and improve native rendering for Image, Circle and Shadow (#1507)
41+
2442
### Fuse.Controls.Video
2543
- Upgrade `Fuse.Video.CIL` to .NET 6.0 (#1475)
2644

45+
### Fuse.Controls.ScrollView
46+
- ScrollView push to native for property changes (#1510)
47+
2748
### Fuse.Drawing.Surface
2849
- Update assembly references for .NET 6.0 (#1476)
2950

51+
### Fuse.ImageTools
52+
- Android: Fix Android 13 permission (#1499)
53+
3054
### Fuse.LocalNotifications
31-
- Fix compatibility with the latest Android OS and indentation (#1473)
55+
- Android: Fix compatibility with the Android 13 and indentation (#1473)
56+
57+
### Fuse.Maps
58+
- iOS: Fix memory leaks with MapView (#1503)
59+
- Android: MapView sanitary check (#1511)
3260

3361
### Fuse.Nodes
3462
- Remove obsolete methods (#1492)
3563
* `Fuse.VisualBounds.Transform(float4x4 matrix)`
3664
* `Fuse.VisualBounds.TransformFlatten(float4x4 matrix)`
3765
* `Fuse.VisualBounds.BoxTransform(Box box, float4x4 transform)`
66+
- Android: Fix crash on layout transformation (#1506)
3867

3968
### Fuse.Scripting
4069
- Deprecate `NativePromise` without `Context` (#1467)
@@ -53,13 +82,17 @@
5382
- TypeScript and transpiler support in UX files (#1472)
5483
- Upgrade `V8Simple.net` for .NET 6.0 (#1483)
5584

85+
### Polyfills.Window
86+
- Blob and URL polyfill, enhance fetch, and sanitary check (#1508)
87+
5688
### Other changes
5789
- Upgrade `Fuse.Profiling` tool to .NET 6.0 (#1474)
5890
- Upgrade `android-build-tools` to v2.x (#1488)
5991
- Ignore tests failing on macOS (#1484)
6092
- Kill tests after 15 minutes (#1489)
93+
- OS X -> macOS clean up (#1495)
6194

62-
[`v2.9.1...v3.0.0-beta.9`](https://github.com/fuse-open/fuselibs/compare/v2.9.1...v3.0.0-beta.9)
95+
[`v2.9.2...v3.0.0-beta.10`](https://github.com/fuse-open/fuselibs/compare/v2.9.2...v3.0.0-beta.10)
6396

6497
## 2.9.2
6598

0 commit comments

Comments
 (0)