Skip to content

Commit

Permalink
Merge pull request #80 from taublast/2-A
Browse files Browse the repository at this point in the history
1.2.3.3
  • Loading branch information
taublast authored Jun 27, 2024
2 parents fe015e6 + 2837400 commit f0c8fd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
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

0 comments on commit f0c8fd4

Please sign in to comment.