Skip to content

4.8.0

Compare
Choose a tag to compare
@javiereguiluz javiereguiluz released this 21 Oct 11:02
· 756 commits to 4.x since this release

This new version includes an important feature: form columns. Read the updated docs about form layouts to learn more about form tabs, columns, fieldsets and rows:

image

Also, this version implements a popular community request: the detail page now displays the exact same layout features as the new and edit pages.

New features

[a3f4e9a] Added a feature to include columns inside forms (@javiereguiluz)
[6b1722a] Rename "Form Panels" as "Form Fieldsets" (@javiereguiluz)

Bug fixes

[6410f44] Display nullable booleans as null values (@javiereguiluz)
[c99b67d] Add id attribute to batch form checkboxes (Pavol Tuka)