Skip to content
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
Compare
Choose a tag to compare
@a-barbieri a-barbieri released this 15 Feb 14:10
· 152 commits to master since this release
3995d90

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 from 0.
  • A combination of FieldSetting and Fieldable now can have only one associated field. This is true for Text String Selection Radio Checkbox Relation Date
  • More secure control over orphan fields
  • Better installation process

FIX

  • Better installation process with proper tests
  • Several minor fixes
  • FIX #157
  • FIX #143
  • FIX #74
  • FIX #32
  • FIX #66