Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@dougludlow dougludlow released this 23 Mar 16:44
· 177 commits to master since this release

Updates

  • Rewrote internal api; Abstracted to ModalInstance; Wrapped modal events with observables and promises.
  • Now handles hiding modal/backdrop prior to route change.

Breaking Changes

  • onClose event now only fires when modal.close() is called.
  • onDismiss has been introduced to handle modal.dismiss().