Skip to content

Releases: britzl/monarch

Monarch 2.16.2

23 Jan 07:14
Compare
Choose a tag to compare

FIX: Wait for popups to close before transitioning.

Monarch 2.16.0

11 Jan 07:50
Compare
Choose a tag to compare

NEW: Added a Preload option to screens. Preload will automatically preload the screen and keep its resources in memory.
NEW: Added monarch.unload(id, [cb])
NEW: Added monarch.is_visible(id)

Monarch 2.15.1

10 Dec 11:28
753d003
Compare
Choose a tag to compare

FIX: Calling preload() while showing a screen would lock up Monarch

Monarch 2.15.0

19 Aug 19:33
Compare
Choose a tag to compare

NEW: Added support for collection factories

Monarch 2.14.0

26 Jul 08:53
Compare
Choose a tag to compare

NEW: Option to set a timestep for a screen/proxy while below a popup. This is useful when you wish to pause animations/gameplay while a popup is shown.

Monarch 2.13.0

13 Jul 04:55
Compare
Choose a tag to compare

NEW: Added fade in/out transitions

Monarch 2.12.0

21 Jun 09:34
Compare
Choose a tag to compare

CHANGE: Monarch will now wait until all transitions are finished before invoking any callbacks
FIX: Removed accidentally left behind debug prints

Monarch 2.11.0

20 Jun 11:50
Compare
Choose a tag to compare

NEW: Transition notifications have changed from a single notification when a transition is completed to one when it starts and one when it is finished

Monarch 2.10.0

20 Jun 05:37
Compare
Choose a tag to compare

NEW: monarch.add_listener([url]) and monarch.remove_listener([url]) to get notified of navigation events

Monarch 2.9.1

18 Jun 05:20
Compare
Choose a tag to compare

FIX: Don't preload an already loaded screen