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

v0.12.0

Compare
Choose a tag to compare
@dougludlow dougludlow released this 02 Oct 21:26
· 17 commits to master since this release

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.