Releases: unlight/ngx-modal
Releases · unlight/ngx-modal
v7.0.0
7.0.0 (2019-08-30)
Bug Fixes
- Fixed semver range (1ea366c)
Code Refactoring
- Updated to Angular 8.X and rxjs 6.X (4eef5e8)
Features
- Allow custom options for modal confirm service (a212f5a)
- Allow to set id attribute for close button (fa675e4)
- Modal confirmation service (57f89e6)
BREAKING CHANGES
- Updated to Angular 8.X and rxjs 6.X
v6.0.0
v5.0.0
5.0.0 (2019-06-02)
Bug Fixes
- Prevent keyboard handling when modal is not open (863a266)
Features
- Added external focus trap (dca8487)
- Unwrap selectors modal-header, modal-content, modal-footer (30e4808)
Reverts
- Reverted element unwrapping (2c32c35)
Styles
- Renamed events (99571ff)
BREAKING CHANGES
- 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
v5.0.0-beta.1
5.0.0-beta.1 (2019-05-27)
Bug Fixes
- Prevent keyboard handling when modal is not open (863a266)
Features
- Added external focus trap (dca8487)
- Unwrap selectors modal-header, modal-content, modal-footer (30e4808)
Reverts
- Reverted element unwrapping (2c32c35)
Styles
- Renamed events (99571ff)
BREAKING CHANGES
- 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