This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Releases: dougludlow/ng2-bs3-modal
Releases · dougludlow/ng2-bs3-modal
v0.5.0
v0.4.7
Updates
- Added autofocus directive and onShow event emitter.
v0.4.6
Updates
- Fix issue where onDismiss wasn't emitting correctly when dismissed via backdrop or keyboard.
v0.4.5
v0.4.4
Updates
- Removed npm shrinkwrap that was causing installs to fail on npm v2, due to installing dev dependencies.
v0.4.3
Updates
- Allow versions of Angular2 greater than and equal to beta.9.
v0.4.2
Updates
- Fix issue when animation is false and observers are not initialized.
v0.4.1
Updates
- Update documentation for npm.
v0.4.0
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().
v0.3.1
Close modal on destroy, if open.