Skip to content

3.0.0

Compare
Choose a tag to compare
@boris-jenicek boris-jenicek released this 23 Dec 00:01
· 24 commits to master since this release

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

  1. Add library css into your angular.json under the styles array:

"styles": ["node_modules/@costlydeveloper/ngx-awesome-popup/styles/theme.css"]

  1. 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: