Releases: NitroXy/php-forms
Releases · NitroXy/php-forms
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.4
Breaking changes:
- Layout: empty groups are no longer rendered
Bugfixes:
- Table: group hint rendering fixed
Features:
- Form: allow arbitrary attributes to be passed to form.
- Styling: checkboxes uses
form-checkbox
class. - Styling: all layouts now adds
form-group
class. - Styling: required fields get a
required
class.
1.2.3
Features:
- Bootstrap: improved group rendering using grid, will autobalance
by default but column classes can be set manually on fields. - Hints: cleaner row- and field-level hints.
- Table: using labels with
for
on all variants.
Bugfixes:
- File upload:
current
option using correct key. - Table: fixed group rendering for forms with only groups.
1.2.2
1.2.1
1.2.0
Breaking changes:
- Layout classes must now implement
render_static
. - Layout for checkboxes changed, label is now called
text
.
Bugfixes:
- Unbuffered output regression fix since 1.1.0
- Support static fields for all layouts.
Features:
- Checkboxes support label=false the same way other fields does.