Skip to content

Releases: Formfeed-UK/nova-dependable-panel

1.2.3

05 Jan 15:28
Compare
Choose a tag to compare

1.2.2

05 Jan 13:13
Compare
Choose a tag to compare

1.2.1

03 Jan 15:05
Compare
Choose a tag to compare

1.2.0

29 Dec 19:36
Compare
Choose a tag to compare

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

22 Dec 14:29
Compare
Choose a tag to compare
  • 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

24 Nov 14:08
Compare
Choose a tag to compare
  • 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

31 Oct 10:34
e15c98a
Compare
Choose a tag to compare

Full Changelog: 0.1.4...1.0.0

0.1.4

26 Oct 20:08
Compare
Choose a tag to compare
  • 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

17 Oct 20:41
Compare
Choose a tag to compare
  • 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

16 Oct 22:32
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • 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 in resolve rather than fields

Full Changelog: 0.1.1...0.1.2