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.15.0

07 Jul 19:25
Compare
Choose a tag to compare

Breaking Changes

  • Upgraded to rxjs@6.
  • Added peer dependencies for rxjs and jquery.

Updates

  • Reorganized project structure.

v0.12.0

02 Oct 21:26
Compare
Choose a tag to compare

Breaking Changes

  • Renamed BsModalCloseEvent to BsModalHideEvent.
  • Renamed BsModalCloseSource to BsModalHideType.
  • Renamed BsModalCloseSource.Confirm to BsModalHideType.Close.

Updates

  • Fixed an issue where closing a nested modal broke scrolling for the parent modal (#57).
  • Add onShow and onHide outputs to allow canceling the showing and hiding of the modal (#157).
  • Fixed an issue that events where body and modal events weren't being completely deregistered when the modal was destroyed.

v0.11.1

27 Sep 20:02
Compare
Choose a tag to compare

Breaking Changes:

  • Ng2Bs3ModalModule renamed to BsModalModule.
  • ModalComponent renamed to BsModalComponent.
  • ModalHeaderComponent renamed to BsModalHeaderComponent.
  • ModalHeaderComponent.show-close renamed to BsModalHeaderComponent.showDismiss.
  • ModalBodyComponent renamed to BsModalBodyComponent.
  • ModalFooterComponent renamed to BsModalFooterComponent.
  • AutofocusDirective renamed to BsAutofocusDirective.

Updates

  • Added a BsModalService that can be used to dismiss all modals.

v0.8.1

09 Sep 16:04
Compare
Choose a tag to compare

Updates

  • Add ability to pass a value into close (#76).

v0.8.0

09 Sep 15:03
Compare
Choose a tag to compare

Updates

  • Updated to Angular 2.0.0-rc.6. Thanks @KevinBulme, @jamiewastin and @jcannata!
  • Ng2Bs3ModalModule was added.
  • Updated demo and tests to work with Angular 2.0.0-rc.6.

v0.7.0

05 Aug 13:59
Compare
Choose a tag to compare

Updates

  • Update to use Angular 2.0.0-rc.4, credit to @samvloeberghs and @koleary94.
  • Customize the default button labels, credit to @pawelczak.
  • Add a custom css class to a modal, credit to @pawelczak.

v0.6.1

17 May 18:04
Compare
Choose a tag to compare

Updates

  • Remove dependency on @angular/router. The event will fire regardless. Developers can choose whatever router they want.

v0.6.0

09 May 22:18
Compare
Choose a tag to compare

Updates

  • Update to use Angular 2.0.0-rc.1

v0.5.2

20 Apr 15:27
Compare
Choose a tag to compare

Updates

  • Use *ngIf instead of [hidden] binding on modal elements.

v0.5.1

08 Apr 17:38
Compare
Choose a tag to compare

Updates

  • Fix issue caused by the typescript declaration files being compiled with typescript v1.9 and thus not being compatible with v1.8.