Skip to content

Releases: taublast/DrawnUi.Maui

1.2.3.3

27 Jun 18:41
f0c8fd4
Compare
Choose a tag to compare
  • SkiaLayout Column/Row uses 2 layout passes when needed, can now use full alignment options inside.
  • Critical fixes for Release builds.

1.2.3.2

26 Jun 19:39
5afbd91
Compare
Choose a tag to compare
  • 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.
  • Nuget 1.2.3.2

1.2.2.617

17 Jun 15:43
cf2b1f0
Compare
Choose a tag to compare
  • Critical fix for Up gesture was passed several times.
  • Fixed occasional crashes when the host app returns from background.
  • Fixed SkiaLayout Wrap sometimes was hiding children not fitting horizontally.
  • Added Ripples with reflection shader demo for SkiaSharp v3 prerelease in Sandbox.
  • Other fixes and improvements.

1.2.2.67

07 Jun 11:48
0e4f29d
Compare
Choose a tag to compare
  • Maps get a customized tile loader that can modify (tint etc..) your tiles upon loading then save to brutile cache in a modified form.
devenv_ecyOsyAATW.mp4
  • Fixes for LockRatio, SkiaMauiElements and others

1.2.2.7

03 Jun 07:08
e628e81
Compare
Choose a tag to compare

Faster transforms, smoother scrolling, fixed Wrap layout, fixed Canvas auto-size.

1.2.2.5

24 May 20:37
b44cf62
Compare
Choose a tag to compare
  • In Sandbox project we have new demos with features: Markdown, Xaml2Pdf. Note we could soon write tagged Pdfs when SkiaSharp appropriate nuget out.
  • SkiaMarkdownLabel now more colors options, supports bullet/numebered lists and code.
  • Added Files native helper to framework Features, used for Xaml2Pdf Sandbox demo.
  • Fixes for the new SkiaLayout type Wrap. Awesome for Tags/Chips etc. Used in Sandbox for main screen buttons.
    Fixes for the new ImageComposite cache type that redraws changed areas only, gamechanger for large scrolls with many items.
  • Canvas auto-size fixes, ImageDoubleBuffered cache fixes and many others..

1.2.2.3

20 May 19:09
330c8d0
Compare
Choose a tag to compare

New Wrap layout type, new cache type ImageComposite and much more..

1.2.0.89 skia 2 + skia 3 preview 21

06 Apr 11:08
8b7ee59
Compare
Choose a tag to compare

As SkiaSharp3 stable version is expected towards the end of the year we will have DrawnUI skia2 version updated constantly and a skia3-preview version available in parallel.
New DrawnUI features/fixes will apply to both skia2/skia3 versions. You can manage how this project builds using <UseSkiaSharp3>true</UseSkiaSharp3>.

  • SkiaSharp v3 preview 21 nuget with hardware accelerated Windows canvas, CPU-shaders, latest SKSL syntax etc.
  • SkiaSharp v2 nuget.
  • Every SkiaControl has a new VisualEffects property, you can blur/tint/apply other effects to anything in your app, see Sandbox app.
  • Maui.Graphics support, can reuse your existing works inside drawn layouts/controls, see Sandox app.
  • FPS is now mainly display-synched (choreographer/display link..)
  • Hardware accelerated iOS Metal has its SkiaBackdrop fixed, blur/affect anything below it (demo app bottom tabs).
  • MauiElement and drawn entry/editor get more fixes again.
  • SkiaImage resizing quality improved and support options.
  • SkiaImageManager preload functions added.
  • Dropped support for .net7
  • Too many other feats and fixes..

1.0.8.7 skia 2.xx

06 Mar 17:35
Compare
Choose a tag to compare

Yet another still SkiaSharp 2.xx based release, hotfixing some long-living bugs.

1.0.8.7 nuget

  • Critical gestures fixes solving problems on sensitive displays.
  • SkiaScroll multidirectional scrolling and accumulated velocity-based swiping and panning improved.
  • Rendering loop capping android fps and some other fixes.
  • MauiElement and drawn entry/editor fixes.

1.0.8.5 skia 2.xx

21 Feb 17:33
Compare
Choose a tag to compare

This would be the last version with SkiaSharp 2.xx, the next one will adopt SkiaSharp 3.0 which would start the era of MAUI shaders, with the latest SKSL syntax, Windows+MacCatalyst hardware acceleration and more!

1.0.8.5 nuget

  • Smooth scrolling is back from when it became broken a few months ago 😇.
  • MauiElement layout fix, SkiaCarousel gestures fix mainly affecting the Apple platform.
  • MacCatalyst fixes for the Sandbox project.
  • Many other fixes and improvements.