Releases: britzl/monarch
Monarch 2.16.2
FIX: Wait for popups to close before transitioning.
Monarch 2.16.0
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
FIX: Calling preload() while showing a screen would lock up Monarch
Monarch 2.15.0
NEW: Added support for collection factories
Monarch 2.14.0
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
NEW: Added fade in/out transitions
Monarch 2.12.0
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
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
NEW: monarch.add_listener([url]) and monarch.remove_listener([url]) to get notified of navigation events
Monarch 2.9.1
FIX: Don't preload an already loaded screen