This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Sortable field groups and field setting list
Pre-release
Pre-release
a-barbieri
released this
15 Feb 14:10
·
152 commits
to master
since this release
Upgrading from previous version:
$ rails binda:remove_orphan_fields
$ rails binda:create_missing_field_instances
New features
- Field groups and field settings are now sortable
- Field groups now have a convenient way to list all its field settings
Updates
- Repeater views are now more polished and DRY with
form-item--collapsable
- All classes with
position
value are now consistent, with counter starting from0
. - A combination of
FieldSetting
and Fieldable now can have only one associated field. This is true forText
String
Selection
Radio
Checkbox
Relation
Date
- More secure control over orphan fields
- Better installation process