Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.3.3 #80

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions dev/uploadnugets.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
Loading