Skip to content

Releases: epartment/nova-dependency-container

1.3.3

16 Jun 16:25
da1490d
Compare
Choose a tag to compare

Fixed:

  • Compatibility with fieldsForIndex, fieldsForDetail functions on Nova 3.X (#169)

1.3.2

04 Mar 19:01
Compare
Choose a tag to compare
  • Update validation code to be compatible with latest Nova Action code

Note: If you are using 1.3.1, it seems to work in non-prod environments. Use caution and update to 1.3.2 if on 1.3.1 ASAP

1.3.1

04 Mar 17:18
Compare
Choose a tag to compare
  • Fix issue from 1.3.0 where object passed for actions is a an Action instead of a NovaRequest.

1.3.0

02 Mar 20:09
b432a2d
Compare
Choose a tag to compare

This has a potential breaking change which is why the jump to 1.3.

BC:
When using the dependency container within an Action, you should use the new ActionHasDependencies instead of the base HasDependencies. This is due to that base trait containing code unrelated to Resource code, so the new trait is just specific to Action usage.

1.2.12

19 Feb 16:04
Compare
Choose a tag to compare

Fix to show help text (#140)
Make method signature compatible again (#152)

1.2.11

04 Jun 16:19
b29aa38
Compare
Choose a tag to compare

Adds DependsOnNot functionality ( #100 )
Updates Readme ( #109 )

1.2.10

01 Dec 02:47
Compare
Choose a tag to compare

1.2.9

01 Dec 02:02
Compare
Choose a tag to compare
  • Support BelongsToMany field when depending on the selected resource

1.2.8

23 Oct 20:15
Compare
Choose a tag to compare
  • v1.2.8
    • Ensure that each field resolves on it's own depending on the situation - PR #90
    • Fixes #89, #88, #87, #85 and #40

1.2.7

17 Oct 07:55
Compare
Choose a tag to compare
  • v1.2.7
    • Fix an index error in Nova 2.5.0 where the rules-set array requires a key fields attribute #86
    • Support MorphTo controller #62,#85
    • Moved releases/changes to CHANGELOG.md