|
|
@@ -51,11 +51,19 @@ Version 2024.3.3
|
|
|
- Fixed: when the UseEnvironmentFonts setting is enabled, the Lato font was not being properly registered. This issue could lead to runtime exceptions in specific minimal environments.
|
|
|
- Fixed: Addressed a potential null reference exception in the SvgImage object’s finalizer that could lead to application crashes when handling invalid SVG content.
|
|
|
|
|
|
+
|
|
|
Version 2024.3.4
|
|
|
- Improved font rendering by setting half-leading when line-height is overridden.
|
|
|
- Enhanced exception messages for unsupported x86 platforms.
|
|
|
|
|
|
+
|
|
|
Version 2024.3.5
|
|
|
- Enhancement: text uses half-leading by default.
|
|
|
- Fixed: default text decoration color should match font color.
|
|
|
- Fixed: the Column element may not render successfully when it has non-zero spacing, contains a child with zero height, and is repeated.
|
|
|
+
|
|
|
+
|
|
|
+Version 2024.3.6
|
|
|
+- Introduced support for the win-x86 platform.
|
|
|
+- Improved SVG image support for less common unit types.
|
|
|
+- Enhanced automated testing environment.
|