Skip to content

Releases: LuckyDucko/Mopups

v1.3.2

10 Oct 23:13
66f585d
Compare
Choose a tag to compare

Hi All

Apologies for being absent regarding this project. I haven't been involved at all in mobile development with Maui, i do apologise for that. I am glad that some people from the community are able to come in and help sort things out for each other.

What's Changed

  • Check for api level when checking for animations by @eichbaum in #109
  • Fix: Windows window resizing by @IeuanWalker in #104
  • Fix "VirtualView cannot be null here" on Android when OnLayout is fired after the handler is disconnected by @romerotg in #107
  • iOS: Popup is closing when background is touched instead of tapped by @s153625 in #108
  • Fix: Accessibility with overlaying popups by @IeuanWalker in #136
  • Fix: Exception "MauiContext should have been set on parent" when removing a child from its parent layout on iOS by @troy-ob in #115
  • Open popups on the main application window by @torfluor in #125
  • Use interfaces instead of implementations by @bdovaz in #139
  • Null VirtualView by @IeuanWalker in #137

New Contributors

Full Changelog: 1.3.0...v1.3.2

1.3.0 NET 8

14 Jan 06:09
6031022
Compare
Choose a tag to compare

Upgraded to .NET 8 as well as included community fixes. I am very grateful for these PR's as i have taken a step back from development on this project.

I am unsure on the uptake of .NET for MAUI right now, if there is a call for returning back to .NET 7 for whatever reason, i will make a release that focuses on that aswell.

What's Changed

New Contributors

Full Changelog: v1.1.1...1.3.0

v1.1.1 CloseOnBackground Fix

06 Feb 06:34
a6b8480
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0 new platform support

05 Dec 07:57
74cd10e
Compare
Choose a tag to compare

This release adds in both MacOS and WinUI platform support. Let us know if you have issues with either.

What's Changed

New Contributors

Full Changelog: 1.0.4...v1.1.0

v1.0.4

23 Oct 06:33
bb2881f
Compare
Choose a tag to compare

This release also addresses OnAppearing/OnDisappearing Events not working

What's Changed

New Contributors

Full Changelog: v1.0.3...1.0.4

V1.0.3

18 Sep 02:23
Compare
Choose a tag to compare

This release addresses #25 to allow for closing a popup that contains more than just directly VisualElements (Cells).

v1.0.2

29 Aug 03:52
Compare
Choose a tag to compare

This release is a quick fix to sort out the iOS rendering issue.

I would've liked to have spent more time diagnosing the reasoning behind the behaviour we saw, as it may help future issues, however, this is important for usability so I am going to release it earlier.

v1.0.1

13 Jul 02:57
c6bb277
Compare
Choose a tag to compare

This release adds in an overload for ConfigureMopups to allow for extra functionality ontop of what the default Mopups behaviour is.
It also fixes #13 (to my understanding)

For a majority of use cases, I believe just using ConfigureMopups() is fine.

What's Changed

New Contributors

Full Changelog: FuturePlans...Release

What's Changed

New Contributors

Full Changelog: FuturePlans...v1.0.1

1.0.0

22 Jun 07:51
Compare
Choose a tag to compare

Mopups is up and running! (at least on my minimal testing it is!)

Would love to hear feedback from anyone having any issues with it, there are some definite things that needs to be sorted surrounding this repo, and also some nice to haves regarding the codebase itself that im interested in doing.