Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
microspaze committed May 15, 2024
1 parent e563199 commit a884b5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ Thank JetBrains for providing DEV tools in developing. (Especially on MacOS)

## Release Notes

## 1.1.0

1. Fix popup bounce when keyboard hiding on iOS platform.

2. Fix Android touch event transparent popup content when CloseWhenBackgroundIsClicked=True and touch position isInRegion=True.

3. Fix Error XA3006 : Could not compile native assembly file: typemaps.x86_64.ll on Window when targeting to x86_64 android emulator.

4. Fix With 1.0.9 popup doesnt dismiss whern click outside popup wndow #14 (Thanks Reported by https://github.com/broda02)

## 1.0.9

1. Refine fix The popup with Entry can not show above of the keyboard. #9 (iOS)
Expand Down
2 changes: 1 addition & 1 deletion RGPopup.Maui/RGPopup.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageProjectUrl>https://github.com/microspaze/RGPopup.Maui</PackageProjectUrl>
<RepositoryUrl>https://github.com/microspaze/RGPopup.Maui</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<PackageTags>Popup Maui;Rg.Plugins.Popup Maui</PackageTags>
<PackageReleaseNotes>Fix PopupPage OnAppearing &amp; OnDisappearing not work issue.</PackageReleaseNotes>
</PropertyGroup>
Expand Down

0 comments on commit a884b5f

Please sign in to comment.