Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 516 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 516 Bytes

Changelog

v1.0.0 - 2023-25-10

Breaking Changes

  • Updated to Nova 4
  • hide() method no longer accepts a closure as an argument, if you need to hide an action button deterministically please use one of the hideOnDetails() page methods in Nova.

Non-BC changes

  • Added frontend tests
  • Added CI W/ Checks

0.3.0 - 2020-06-07

  • ability to change button text
  • ability to use action button on detail view

0.4.0 - 2020-06-19

  • ability to pass an instance of the action class instead of class name #9