From 2837400b9b69551a7ac38e9e849712c98ea244a5 Mon Sep 17 00:00:00 2001 From: Nick Kovalsky Date: Thu, 27 Jun 2024 21:35:27 +0300 Subject: [PATCH] 1.2.3.3 --- README.md | 11 +++++++---- dev/uploadnugets.bat | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e33ced34..1f585ae4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,8 @@ https://github.com/taublast/DrawnUi.Maui/assets/25801194/3b360229-ce3b-4d33-a85b ## What's new -* New: SvgSpan for SkiaLabel. -* Critical fix for Release builds native crash while using ImageDoubleBuffered cache. -* Fixes for: gestures, SkiaMarkdownLabel, SkiaDrawer, SkiaLayout, Canvas and more. -* Added real published apps in the repo Readme. +* `SkiaLayout` Column/Row uses 2 layout passes when needed, can now use full alignement options inside. +* Critical fixes for Release builds. ## Demo Apps @@ -590,6 +588,11 @@ It will render a mask over its children when hovered, think of it as an inverted ## Previously +* New: SvgSpan for SkiaLabel. +* Critical fix for Release builds native crash while using ImageDoubleBuffered cache. +* Fixes for: gestures, SkiaMarkdownLabel, SkiaDrawer, SkiaLayout, Canvas and more. +* Added real published apps in the repo Readme. + * In Sandbox project we have new demos with features: Markdown, Xaml2Pdf. Note we could soon write tagged Pdfs when SkiaSharp appropriate nuget comes out. * `SkiaMarkdownLabel` now more colors options, supports bullet/numbered lists and code. * Added `Files` native helper to framework Features, used for Xaml2Pdf Sandbox demo. diff --git a/dev/uploadnugets.bat b/dev/uploadnugets.bat index 43c840c0..9c68debd 100644 --- a/dev/uploadnugets.bat +++ b/dev/uploadnugets.bat @@ -13,8 +13,8 @@ REM Define the source directory for the packages set "source_dir=E:\Nugets" REM Define the file mask for the packages -set "file_mask=DrawnUi.Maui*.1.2.3.2*.nupkg" -REM set "file_mask=AppoMobi.Maui.DrawnUi.1.2.3.2*.*nupkg" +set "file_mask=DrawnUi.Maui*.1.2.3.3*.nupkg" +REM set "file_mask=AppoMobi.Maui.DrawnUi.1.2.3.3*.*nupkg" REM Loop through each package file in the source directory for %%f in ("%source_dir%\%file_mask%") do (