Releases: boris-jenicek/ngx-awesome-popup
3.2.0
3.1.4
3.1.3
Minor fixes
3.1.2
Minor fixes
3.1.1
Refactored:
- compiled with Ivy compiler
Added
- service to evoke Toast (simplification)
- service to evoke Confirmation box (simplification)
Full Changelog: 3.0.1...3.1.1
3.0.1
Fixed:
- Animation warning on chrome
- Escape key closing functionality on dialog module
- Minor fixes
Refactored:
- Animations are made more smooth
Added
- Fadeout animation
Full file Changelog: 3.0.0...3.0.1
3.0.0
Fixed:
- Toast notification fails when appearing animation is set to disabled #25
Breaking change:
(new!) Mandatory from version 3.0.0 is to include theme styles in a project.
There are 2 options to include the theme in your project
- Add library css into your angular.json under the styles array:
"styles": ["node_modules/@costlydeveloper/ngx-awesome-popup/styles/theme.css"]
- Import theme SCSS to your root SCSS style file styles.scss:
@import "node_modules/@costlydeveloper/ngx-awesome-popup/styles/theme";
To ensure maximal adaptability and speed there is no longer any css in the package bundle. It needs to be included in the project separately as in the example above or made your own style. Feel free to clone scss folder from our Github repo directly to your project, use it as the template for your styles.
RELEASED FEATURES:
2.2.0
Added:
API for custom styling, it can be used as global config as well as applied to any individual popup.
take a look at CustomStyles property at the following Documentation:
Fixed:
- toast disappears on mouse hover (thanks to @Li-Yuanyuan) #19
- full-screen dialog option, on some mobile devices.
2.1.2
-minor fixes
2.1.1
-minor fixes