Skip to content

Monarch 3.2.0

Choose a tag to compare

@britzl britzl released this 20 May 13:40
· 68 commits to master since this release
4ad86d4

NEW: Added monarch.replace(screen_id, [options], [data], [callback]) which will replace the topmost screen with a new screen after transition out has completed
NEW: Added a new option sequential to the show() options. If the sequential flag is set Monarch will start loading the screen only after the previous screen finished transitioning out.