This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
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.