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
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