Skip to content

Releases: epartment/nova-dependency-container

1.2.6

11 Oct 12:02
Compare
Choose a tag to compare
  • v1.2.6
    • Fixes a problem where it should check if a model exist when creating a resource when it's impossible to satisfy dependencies

1.2.5

04 Oct 13:19
Compare
Choose a tag to compare
  • v1.2.5
    • Fixes a problem where Nova can't resolve custom ActionRequest #82

1.2.4

03 Oct 21:21
Compare
Choose a tag to compare
  • v1.2.4
    • Fixes a problem where fields with same names use previous validation rules when used in multiple containers #81, #60 (@melewski)

1.2.3

02 Oct 22:08
Compare
Choose a tag to compare
  • v1.2.3
    • Fixed belongs-to/morph-to as nested fields #80
    • Added missing methods in validation rules

v1.2.2

27 Sep 23:40
Compare
Choose a tag to compare
  • fixed fields not resolving when using displayUsingLabels, resolveUsing or displayUsing. (@dbf)
  • fixed action fields who do not return a collection (@bsormagec)
  • added two new methods onEmpty and onNullOrZero. (@niektenhoopen, @dbf)
  • changed the logic for dependency satisfaction where it is reversed
  • changed field in two separate names; field and property, to avoid confusion when being used on a resource or component.

v1.2.1

26 Sep 23:42
Compare
Choose a tag to compare

v1.2.0 working version with Laravel 5.8|6.0 and Nova 2.x

26 Sep 10:14
Compare
Choose a tag to compare
v1.2.0 working version with Laravel 5.8|6.0 and Nova 2.x

1.1.2: Merge pull request #46 from arifandreasleonhardt/fix/panels

04 Apr 14:13
65d3205
Compare
Choose a tag to compare
Allow Dependency Containers as children of Panels

1.1.1

02 Oct 10:35
c23f45b
Compare
Choose a tag to compare

Fixes field validation in dependency containers

1.1.0

17 Sep 06:50
41e448c
Compare
Choose a tag to compare

Breaking change: dropped support for dependsOnCustomComponent because of stability issues.