Skip to content

Releases: alexwenzel/nova-dependency-container

integrating various pull requests and fixes

02 Jun 20:38
72d2169
Compare
Choose a tag to compare
integrating various pull requests with fixes (#46)

* added nvmrc file

* integrating various pull requests  (#45)

* Fix bug in nested forms, as discussed in issue #39 (#40)

* Fix dependencies and remove debugging

* Fix formUniqueId in nested forms

* Revert "Fix bug in nested forms, as discussed in issue #39 (#40)" (#44)

This reverts commit a2bcc77395e79aeae9198f3debaf6cb5fb68f66c.

* Handle BackedEnum (#34)

* Handle BackedEnum
* Use ->value instead of tryFrom

* Get Correct Rules (#32)

Instead of trying to access the specific rule property and check if it is callable call the correct rule method instead so the individual field has a chance to handle the logic.

fixes #17

---------

Co-authored-by: Wajdi Jurry <[email protected]>
Co-authored-by: Lonny Kapelushnik <[email protected]>

---------

Co-authored-by: Wajdi Jurry <[email protected]>
Co-authored-by: Lonny Kapelushnik <[email protected]>

support for laravel 11

11 May 09:02
7fba392
Compare
Choose a tag to compare
1.11

add constraint to allow Laravel 11 (#42)

fixed validation rules for dependsOnIn / dependsOnNotIn

12 Mar 13:05
7a74484
Compare
Choose a tag to compare

validation rules do not work when using dependsOnIn / dependsOnNotIn #29

fixed issues

11 Mar 23:58
Compare
Choose a tag to compare
  • fixed dependenciesSatisfied for dependsOnIn, dependsOnNotIn, dependsOnNullOrZero
  • fixed issue #26

small improvements

20 Feb 10:42
1c1b863
Compare
Choose a tag to compare
  • added laravel 10 support
  • Nova action's validateFields not called due overridden ActionRequest
  • improved readme

laravel 8 support in composer.json

09 Nov 16:36
9d84feb
Compare
Choose a tag to compare
  • laravel 8 support
  • small bugfixes

fixed poor performance bug

14 Jul 14:58
d75029a
Compare
Choose a tag to compare
1.6

fixed unnecessary recursive loop, which leads to poor performance (#7)

added support for Aqjw\MedialibraryField\Fields\Medialibrary

13 Jul 14:04
0c811f8
Compare
Choose a tag to compare
1.5

added support for Aqjw\MedialibraryField\Fields\Medialibrary (#6)

support of ebess/advanced-nova-media-library

07 Jul 10:55
b938468
Compare
Choose a tag to compare
1.4

added support for ebess/advanced-nova-media-library and fixed generel…

nested DependencyContainer fields are now correctly validated

04 Jul 23:53
0c9c600
Compare
Choose a tag to compare
fixed form validation for nested DependencyContainer fields (#4)

nested DependencyContainer fields are now correctly validated