Tags: unlight/ngx-modal
Tags
chore(release): 7.0.0 [skip ci] # [7.0.0](v6.0.0...v7.0.0) (2019-08-30) ### Bug Fixes * Fixed semver range ([1ea366c](1ea366c)) ### Code Refactoring * Updated to Angular 8.X and rxjs 6.X ([4eef5e8](4eef5e8)) ### Features * Allow custom options for modal confirm service ([a212f5a](a212f5a)) * Allow to set id attribute for close button ([fa675e4](fa675e4)) * Modal confirmation service ([57f89e6](57f89e6)) ### BREAKING CHANGES * Updated to Angular 8.X and rxjs 6.X
chore(release): 5.0.0 [skip ci] # [5.0.0](v4.7.2...v5.0.0) (2019-06-02) ### Bug Fixes * Prevent keyboard handling when modal is not open ([863a266](863a266)) ### Features * Added external focus trap ([dca8487](dca8487)) * Unwrap selectors modal-header, modal-content, modal-footer ([30e4808](30e4808)) ### Reverts * Reverted element unwrapping ([2c32c35](2c32c35)) ### Styles * Renamed events ([99571ff](99571ff)) ### BREAKING CHANGES * Removed event from `closemodal` and `openmodal` events * Renamed events according to Angular style guide: `onClose` to `closemodal`, `onOpen` to `openmodal` (https://angular.io/guide/styleguide#dont-prefix-output-properties) * Generated structure changed, removed Angular's wrap tag selectors
chore(release): 5.0.0-beta.1 [skip ci] # [5.0.0-beta.1](https://github.com/unlight/ngx-modal/compare/v4.7.2...v5.0.0-beta.1@beta) (2019-05-27) ### Bug Fixes * Prevent keyboard handling when modal is not open ([863a266](863a266)) ### Features * Added external focus trap ([dca8487](dca8487)) * Unwrap selectors modal-header, modal-content, modal-footer ([30e4808](30e4808)) ### Reverts * Reverted element unwrapping ([2c32c35](2c32c35)) ### Styles * Renamed events ([99571ff](99571ff)) ### BREAKING CHANGES * Removed event from `closemodal` and `openmodal` events * Renamed events according to Angular style guide: `onClose` to `closemodal`, `onOpen` to `openmodal` (https://angular.io/guide/styleguide#dont-prefix-output-properties) * Generated structure changed, removed Angular's wrap tag selectors