Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast authored Nov 26, 2024
1 parent 695fdd4 commit cc57240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ___Please star ⭐ if you like it, helps very much!___

### Nuget 1.2.9.7
for SkiaSharp 2.88.9-preview.2.2
* [FluentExtensions](https://github.com/taublast/DrawnUi.Maui/blob/main/src/Engine/Internals/Extensions/InternalExtensions.cs) for code-behind
* Added gestures delegate `OnGestures` to SkiaLayout.
* HotFix for SkiaCarousel always setting index at 0 upon initialization.
* HotFix for random crash accessing disposed LoadedImageSource.
Expand Down Expand Up @@ -172,6 +173,8 @@ As you can see in this example the Maui view `Canvas` will adapt its size to dra

#### Code behind

Can use basic [FluentExtensions](https://github.com/taublast/DrawnUi.Maui/blob/main/src/Engine/Internals/Extensions/InternalExtensions.cs) will be adding more

```csharp
Canvas = new Canvas()
{
Expand Down

0 comments on commit cc57240

Please sign in to comment.