Skip to content

Releases: clevyr/nova-action-button

v2.0.1

19 Feb 14:53
de18aec

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Feb 14:57
48048ea

Choose a tag to compare

What's Changed

  • Nova v5 support by @fritz-c in #4
  • BREAKING CHANGE: Nova v4 is not supported in this version

Full Changelog: v1.0.4...v2.0.0

v1.0.4

30 Aug 19:51
8f2d7ac

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

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

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

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

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