Skip to content

Releases: clevyr/nova-action-button

v1.0.4

30 Aug 19:51
8f2d7ac
Compare
Choose a tag to compare

What's Changed

  • fix: build js so the changes of v1.0.3 are applied by @fritz-c in #3

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Aug 19:37
bb078e2
Compare
Choose a tag to compare

What's Changed

  • fix: remove dependency on lodash by @fritz-c in #2

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Jan 17:49
Compare
Choose a tag to compare

Fixes the detail view not being able to use multiple fields or resources

Full Changelog: v1.0.1...v1.0.2

V1.0.1

18 Jan 17:34
Compare
Choose a tag to compare

Button components now use the DefaultButton component provided through Nova

Fixes the Detail Component's action button not working

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Oct 20:11
Compare
Choose a tag to compare

🎉 Nova 4 support

Breaking Changes

  • hide() 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