Releases: epartment/nova-dependency-container
Releases · epartment/nova-dependency-container
1.3.3
1.3.2
- 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
- Fix issue from 1.3.0 where object passed for actions is a an Action instead of a NovaRequest.
1.3.0
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
1.2.11
1.2.10
- Fixes a problem with Whitecubes Flexible Content package where the dependency container would do nothing #93 whitecube/nova-flexible-content#87