Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Releases: gobrightspot/nova-detached-actions

v1.1.1

11 Oct 22:57
Compare
Choose a tag to compare
  • Add support for 104 Heroicons
  • Add more graceful handling of multiple buttons, the UI will show a more button which when clicked will provide a menu with the remaining actions
  • Fixed order of actions, the first action will now be closest to the Create button

v1.1.0

10 Oct 17:07
7c14157
Compare
Choose a tag to compare

Add support for adding extra css classes per action button

v1.0.9

08 Oct 15:43
9c546be
Compare
Choose a tag to compare
  • Add support for refreshing a resource after an action has executed.
  • Add support for Nova standalone actions
  • Add better support for translation strings on the action button

v1.0.8

16 Sep 12:43
0c48ff1
Compare
Choose a tag to compare

Fix action modals on detail page #25

v1.0.7

01 Sep 12:32
cfcff0a
Compare
Choose a tag to compare

Fix issue #18 causing withoutConfirmation to have no effect (#21 - thanks @LouisHrg)

v1.0.6

01 Jul 18:45
993fa13
Compare
Choose a tag to compare

Fix for needing to use an Eloquent collection, not support collection. #14

v1.0.5

14 May 20:18
Compare
Choose a tag to compare
  • Add support for adding detached actions to the detail view
  • Refactor the components to a mixin since we're now sharing code
  • Add visibility helper methods
  • Fix some security warnings from package.json scan
  • Add some great refactor suggestions/contributions from @milewski

v1.0.4

14 May 04:02
Compare
Choose a tag to compare
  • Change the default visibility properties so that DetachedActions are no longer shown by default in the Resource Index View (when selecting a row by clicking the checkbox on the left side.)
  • Add a new property/method to determine the visibility of the DetachedAction within the CustomIndexToolbar component.
  • Remove the DetachedActions tool since it's redundant with the addition of the visibility property.

v1.0.3

14 May 03:08
1cdc322
Compare
Choose a tag to compare
  • Fix issue where the Action::handle() method was not always being called

v1.0.2

09 May 13:38
Compare
Choose a tag to compare
  • Fix missing reference to \Laravel\Nova\Nova. (Thanks @milewski)
  • Update Nova and Vue dependencies (Thanks @milewski)
  • Add more details to the README
  • Add the MIT license