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

v0.11.1

Compare
Choose a tag to compare
@dougludlow dougludlow released this 27 Sep 20:02
· 49 commits to master since this release

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.