Releases: systopia/drupal-json_forms
Releases · systopia/drupal-json_forms
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
What's Changed
- Use
NULL
instead of empty string if property is allowed to beNULL
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 optiondescriptionDisplay
by @dontub in #75 - Allow
tooltip
as value fordescriptionDisplay
by @dontub in #77
Full Changelog: 0.4.0...0.5.0
0.4.0
0.3.1
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
What's Changed
- ArrayArrayFactory: Fix adding elements if
.
is in property path by @dontub in #42 - ArrayArrayFactory: Set
#input
toFALSE
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 offieldset
so they are closeable by @dontub in #60 - Update code style by @dontub in #61
Full Changelog: 0.2.0...0.3.0