7.0.0 (2019-08-30)
- Fixed semver range (1ea366c)
- Updated to Angular 8.X and rxjs 6.X (4eef5e8)
- Allow custom options for modal confirm service (a212f5a)
- Allow to set id attribute for close button (fa675e4)
- Modal confirmation service (57f89e6)
- Updated to Angular 8.X and rxjs 6.X
6.0.0 (2019-08-21)
- Updated to Angular 8.X and rxjs 6.X (5804081)
- Updated to Angular 8.X and rxjs 6.X
5.0.0 (2019-06-02)
- Prevent keyboard handling when modal is not open (863a266)
- Added external focus trap (dca8487)
- Unwrap selectors modal-header, modal-content, modal-footer (30e4808)
- Reverted element unwrapping (2c32c35)
- Renamed events (99571ff)
- Removed event from
closemodal
andopenmodal
events - Renamed events according to Angular style guide:
onClose
toclosemodal
,onOpen
toopenmodal
(https://angular.io/guide/styleguide#dont-prefix-output-properties) - Generated structure changed, removed Angular's wrap tag selectors
5.0.0-beta.1 (2019-05-27)
- Prevent keyboard handling when modal is not open (863a266)
- Added external focus trap (dca8487)
- Renamed events (99571ff)
- Removed event from
closemodal
andopenmodal
events - Renamed events according to Angular style guide:
onClose
toclosemodal
,onOpen
toopenmodal
(https://angular.io/guide/styleguide#dont-prefix-output-properties)
4.7.2 (2019-04-09)
- Removed source from dist package (c8660b3)
- 4.7.1: Updated some dependecies (replaced electron by chrome-headless)
- 4.7.0: Ability to prevent memory leak in modal confirm component
- 4.6.6: Introduced modal-confirm2 component
- 4.6.3: Pass settings from modal-confirm to modal component
- 4.6.2: Fixed class names for modal confirm component
- 4.6.1: new option closeRelativeToParent
- 4.6.0: Fixed detection of aux route
- 4.5.0: added input settings for modal component
- 4.3.0: added type to buttons
- 4.2.0: added license
- 4.1.0: introduced
routed
input property - 4.0.0: fixed aot
- 3.3.0: fixed aot
- 3.1.0: fixed closing for confirm
- 3.0.0: removed routeOutlets, routeOnClose options - replaced by backOnClose option
- 2.0.0: fixed closing route modal in lazy components
- 1.1.1: refactoring
- 1.1.0: angular package format ng-packagr
- 1.1.0: added unit tests
- 1.0.0: first release