3.0.0 #30
boris-jenicek
announced in
Releases
3.0.0
#30
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed:
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
"styles": ["node_modules/@costlydeveloper/ngx-awesome-popup/styles/theme.css"]
@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.
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions