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