Skip to content

Releases: systopia/drupal-json_forms

0.5.4

15 Nov 10:06
Compare
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

0.5.3

14 Nov 14:20
Compare
Choose a tag to compare

What's Changed

  • Fix typo in disable-button-ajax.js by @dontub in #81

Full Changelog: 0.5.2...0.5.3

0.5.2

13 Nov 16:11
Compare
Choose a tag to compare

What's Changed

  • Disable buttons during AJAX calls to prevent inconsistent state by @dontub in #80

Full Changelog: 0.5.1...0.5.2

0.5.1

05 Nov 16:27
Compare
Choose a tag to compare

What's Changed

  • Make it possible to use an empty string in a select field by @dontub in #78
  • Prevent switch of vertical tab on AJAX call by @dontub in #79

Full Changelog: 0.5.0...0.5.1

0.5.0

17 Oct 08:42
Compare
Choose a tag to compare

What's Changed

  • Use NULL instead of empty string if property is allowed to be NULL by @dontub in #70
  • Allow rules for array controls, too by @dontub in #71
  • Update calculated values on array item removal by @dontub in #72
  • Update calculated values on array item addition by @dontub in #73
  • Improve handling of non-string options by @dontub in #74
  • Fix code style by @dontub in #76
  • Allow to specifiy #description_display via Control option descriptionDisplay by @dontub in #75
  • Allow tooltip as value for descriptionDisplay by @dontub in #77

Full Changelog: 0.4.0...0.5.0

0.4.0

05 Aug 11:13
69a3797
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1

10 Jul 13:47
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

What's Changed

  • Checkbox: Allow required checkboxes that are initially unchecked by @dontub in #62
  • Date field: Use default or NULL if not set by @dontub in #63
  • Rules: Allow keyword contains by @dontub in #64
  • Use JSON Forms rules in layouts by @dontub in #65
  • ValueArrayFactory: Do not lose value by @dontub in #66

Full Changelog: 0.3.0...0.3.1

0.3.0

27 May 10:41
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

  • ArrayArrayFactory: Fix adding elements if . is in property path by @dontub in #42
  • ArrayArrayFactory: Set #input to FALSE for the table element by @dontub in #43
  • HtmlMarkupArrayFactory: Display only markup only if no label is set by @dontub in #44
  • Add Table layout by @dontub in #45
  • Fix HtmlMarkupArrayFactoryTest by @dontub in #46
  • Fix RadiosArrayFactory by @dontub in #47
  • Fix boolean rules when used with select/radios instead of checkbox by @dontub in #48
  • HiddenArrayFactory: Use NumberValueCallback::convert for numbers by @dontub in #49
  • JsonConverter: Fix handling of empty arrays by @dontub in #50
  • Update dev dependencies and code style by @dontub in #51
  • FactoryRegistrator: Check if service is already registered before autowire by @dontub in #53
  • Make it possible to use value form elements by @dontub in #52
  • RadiosArrayFactory: Fix handling of booleans by @dontub in #54
  • StatesBuilder: Use only strings as values by @dontub in #55
  • Fix phpstan issues by @dontub in #57
  • HtmlMarkupArrayFactory: Use fieldset with custom CSS class by @dontub in #56
  • CheckboxArrayFactory: Always set #required to FALSE by @dontub in #58
  • TableRowArrayFactory: No desription for controls by @dontub in #59
  • Allow to display array controls inside details instead of fieldset so they are closeable by @dontub in #60
  • Update code style by @dontub in #61

Full Changelog: 0.2.0...0.3.0

0.2.0

06 Nov 15:36
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

What's Changed

  • Translate JSON schema validation errors in #41

0.1.1

24 Oct 14:02
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

What's Changed

  • Set padding to 0 for table columns with hidden field #40