pavloniym / nova-action-buttons

This package allows you to execute an action directly on your resource table view.
https://novapackages.com/packages/pavloniym/nova-action-buttons
MIT License
12 stars 8 forks source link

Chnages done for icon() in 1.1.2 are backwards-incompatible #16

Open AkselMeola opened 3 weeks ago

AkselMeola commented 3 weeks ago

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) image

Thank you :)

pavloniym commented 6 days ago

Oh, shit... Will fix within next week!