Releases: Formfeed-UK/nova-dependable-panel
Releases · Formfeed-UK/nova-dependable-panel
1.2.3
Full Changelog: 1.2.2...1.2.3
1.2.2
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
feat: move InterceptDependentFields to nova-subfields-dependson
- Moves the interception of dependent fields to external package
- Allows nested dependsOn functionality regardless of the nested field
Full Changelog: 1.1.0...1.2.0
1.1.0
- Refactored InterceptDependentFields to better support nesting and other fields which may contain or be contained by DependablePanel
- Will support a future release via a supporting package that enables other packages to easily support this behaviour
Full Changelog: 1.0.1...1.1.0
1.0.1
- hotfix(middleware): getController() exception where route uses closure
- temporarily skips middleware if controller is a closure
- next version will refactor to support tools, etc
Full Changelog: 1.0.0...1.0.1
1.0.0
Full Changelog: 0.1.4...1.0.0
0.1.4
- Fixes issues with CreationFieldSyncController on Nova 4.17
- Fixes issues with default values being incorrectly applied
Full Changelog: 0.1.3...0.1.4
0.1.3
- Fixes issues with values not being set if fields were initially hidden
- Fixes issues with default values not being retrieved from model under certain circumstances
Full Changelog: 0.1.2...0.1.3
0.1.2
- Fixed issue with setting the initial value of a watched filed to null, where null was the fields default value
- Fixed issue where dependsOn was getting applied twice due to
applyDependsOnWithDefaultValues
being inresolve
rather thanfields
Full Changelog: 0.1.1...0.1.2