Releases: systopia/drupal-json_forms
Releases · systopia/drupal-json_forms
0.7.3
0.7.2
What's Changed
- Clear errors on re-calculate call by @dontub in #107
- Clear errors if triggering element has limited validation by @dontub in #108
- Fix phpstan errors by @dontub in #109
- Drop calculation callback if no calculated field exists by @dontub in #111
- Execute process callbacks of element type by @dontub in #112
- Initial calculation with disabled element by @dontub in #110
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
What's Changed
- Ensure read only values don't get lost on submit by @dontub in #96
- Ensure the correct default value is used for disabled radios elements by @dontub in #98
- Ensure calculated values are set on initial load by @dontub in #97
- Don't use hidden fields to trigger event for initial calculation. Perform initial calculation on rebuild. by @dontub in #99
- Ensure value callbacks get correct input on array item remove by @dontub in #100
- Allow other modules to have AJAX callbacks with recalculation by @dontub in #101
- Prevent initial calculation on file fields by @dontub in #102
- Execute pre schema validation callbacks only if schema validation is performed by @dontub in #103
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.8
0.5.7
0.5.6
What's Changed
- Add support for the
$limitValidationkeyword by @dontub in #86 - Fix: Add support for the
$limitValidationkeyword by @dontub in #87 - Fix states array creation by @dontub in #89
- Use a "text_format" element when a string of type "text/html" is requested by @dontub in #88
- Ensure form is submitted as multipart/form-data in case a file field might be added dynamically by @dontub in #90
Full Changelog: 0.5.5...0.5.6