Skip to content

Releases: systopia/drupal-json_forms

0.7.3

17 Dec 10:48

Choose a tag to compare

What's Changed

  • Clear pre schema validation callbacks on form rebuild by @dontub in #113

Full Changelog: 0.7.2...0.7.3

0.7.2

15 Sep 08:04

Choose a tag to compare

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

08 Sep 13:27

Choose a tag to compare

What's Changed

  • Fix ensure value callbacks get correct input on array item remove by @dontub in #104
  • Fix property names by @dontub in #105
  • Add support for Drupal 11 by @dontub in #106

Full Changelog: 0.7.0...0.7.1

0.7.0

05 Sep 10:20

Choose a tag to compare

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

22 Jul 13:46

Choose a tag to compare

What's Changed

  • Handle const and default values for arrays like in other fields by @dontub in #94
  • Use custom options to specify how array items are displayed by @dontub in #95

Full Changelog: 0.5.8...0.6.0

0.5.8

16 Jul 14:01

Choose a tag to compare

What's Changed

  • Allow keys like tab, arrows, or Ctrl in number input fields by @dontub in #93

Full Changelog: 0.5.7...0.5.8

0.5.7

16 Jul 09:55

Choose a tag to compare

What's Changed

  • Support properties named properties by @dontub in #91
  • Prevent invalid characters in number input field by @dontub in #92

Full Changelog: 0.5.6...0.5.7

0.5.6

23 Jun 09:51

Choose a tag to compare

What's Changed

  • Add support for the $limitValidation keyword by @dontub in #86
  • Fix: Add support for the $limitValidation keyword 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

0.5.5

30 Jan 10:38

Choose a tag to compare

What's Changed

  • Fix radios input with booleans by @dontub in #83
  • ArrayArrayFactory: Set #limit_validation_errors to [] instead of TRUE by @dontub in #84

Full Changelog: 0.5.4...0.5.5

0.5.4

15 Nov 10:06

Choose a tag to compare

What's Changed

  • Increase version number of disable_buttons_on_ajax library by @dontub in #82

Full Changelog: 0.5.3...0.5.4