Version 1.0.1 Api DIff to 0.3.8 - LuckyDucko/AwaitablePopups GitHub Wiki

To see the difference in API's, here is a quick link

https://www.fuget.org/packages/AwaitablePopups/1.0.1/lib/netstandard2.0/diff/0.3.8/

The reason for these changes was A) There was many issues surrounding trying to make the loader work, and play nice, with other popup pages concurrently working with it. The removal of the old TopPopupPage tracker method and addition of the type search method proved well. B) An addition of the timeout concerning your text, I found 2000 milliseconds, while a good default, is just that. A default.

Things to watch out for.

You cannot currently stack the exact same PopupPage, as the one that is first found will be removed. I will have to look into a way around this. Be wary of it for now.