Nova list views break(list will be blank) with action buttons which are using the icon() method with SVG icons, which was the documented way of adding icons in 1.1.1.
Version 1.1.2 changes that and breaks the views. Users should now use iconHtml.
These kind of changes do not belong into patch version (https://semver.org/).
Nova list views break(list will be blank) with action buttons which are using the
icon()
method with SVG icons, which was the documented way of adding icons in 1.1.1.Version 1.1.2 changes that and breaks the views. Users should now use
iconHtml
.These kind of changes do not belong into patch version (https://semver.org/).
(https://github.com/pavloniym/nova-action-buttons/compare/v1.1.1...v1.1.2)
Thank you :)