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.15.0
v0.12.0
Breaking Changes
- Renamed
BsModalCloseEvent
toBsModalHideEvent
. - Renamed
BsModalCloseSource
toBsModalHideType
. - Renamed
BsModalCloseSource.Confirm
toBsModalHideType.Close
.
Updates
- Fixed an issue where closing a nested modal broke scrolling for the parent modal (#57).
- Add
onShow
andonHide
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
Breaking Changes:
Ng2Bs3ModalModule
renamed toBsModalModule
.ModalComponent
renamed toBsModalComponent
.ModalHeaderComponent
renamed toBsModalHeaderComponent
.ModalHeaderComponent.show-close
renamed toBsModalHeaderComponent.showDismiss
.ModalBodyComponent
renamed toBsModalBodyComponent
.ModalFooterComponent
renamed toBsModalFooterComponent
.AutofocusDirective
renamed toBsAutofocusDirective
.
Updates
- Added a
BsModalService
that can be used to dismiss all modals.
v0.8.1
v0.8.0
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
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
Updates
- Remove dependency on
@angular/router
. The event will fire regardless. Developers can choose whatever router they want.
v0.6.0
Updates
- Update to use Angular 2.0.0-rc.1
v0.5.2
Updates
- Use *ngIf instead of [hidden] binding on modal elements.
v0.5.1
Updates
- Fix issue caused by the typescript declaration files being compiled with typescript v1.9 and thus not being compatible with v1.8.