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

Releases: dougludlow/ng2-bs3-modal

v0.5.0

08 Apr 05:55
Compare
Choose a tag to compare

Updates

  • Addresses an issue where ids and classes classes cannot be set on the modal by merging the .modal element into the host element. (#29)

v0.4.7

04 Apr 17:42
Compare
Choose a tag to compare

Updates

  • Added autofocus directive and onShow event emitter.

v0.4.6

02 Apr 19:54
Compare
Choose a tag to compare

Updates

  • Fix issue where onDismiss wasn't emitting correctly when dismissed via backdrop or keyboard.

v0.4.5

30 Mar 14:44
Compare
Choose a tag to compare

Updates

  • Fixes an issue where onClose and onDismiss were not emitting correctly when animations were disabled (#23).

v0.4.4

30 Mar 12:40
Compare
Choose a tag to compare

Updates

  • Removed npm shrinkwrap that was causing installs to fail on npm v2, due to installing dev dependencies.

v0.4.3

30 Mar 04:14
Compare
Choose a tag to compare

Updates

  • Allow versions of Angular2 greater than and equal to beta.9.

v0.4.2

23 Mar 18:52
Compare
Choose a tag to compare

Updates

  • Fix issue when animation is false and observers are not initialized.

v0.4.1

23 Mar 17:45
Compare
Choose a tag to compare

Updates

  • Update documentation for npm.

v0.4.0

23 Mar 16:44
Compare
Choose a tag to compare

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

22 Mar 19:54
Compare
Choose a tag to compare

Close modal on destroy, if open.