You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [7.0.1](v7.0.0...v7.0.1) (2023-03-31)
### Bug Fixes
* **build:** fix disabling icons in combination with whitelist ([4b2406c](4b2406c)), closes [#664](#664)
* **build:** make sure coverage plugin is only loaded in addon tests ([3b294eb](3b294eb))
* make sure needed dependencies are installed in the host app ([ce5c0dc](ce5c0dc)), closes [#963](#963)
In the
_filterComponents
method ofindex.js
filewhitelist
entries are ignored ifblacklist
is not empty.But the script automatically add
uk-icon
to blacklist if optionuseIcons
is true. This behavior cause the whitelist to be ignored.The text was updated successfully, but these errors were encountered: