Releases: Arkounay/ux-collection
Releases · Arkounay/ux-collection
4.0.2
4.0.1
4.0.0
3.3.3
3.3.2
3.3.1
Prevent name update when allowDragAndDropValue
, displaySortButtonsValue
and displayInsertButtonValue
are set to false
Full Changelog: 3.3.0...3.3.1
3.3.0
Added insert button option (disabled by default)
UxCollectionType has 4 new options :
- display_add_button: will display an add button under the collection list, only if
allow_add
is set to true (default true) - insert_label: The insert button label (default "Insert")
- display_insert_button: will display an insert button under every collection items (so items can be inserted inside the middle of the collection for example), only if
allow_add
is set to true (default false) - insert_class: The class used on the insert button (default "btn btn-outline-secondary btn-collection-insert collection-add")
Full Changelog: 3.2.0...3.3.0
3.2.0
- Improved display of nested collections inside tabbed collections
- Added some more classes in form theme to allow easier css override
- Fix a bug in nested collections that didn't use a
position
field, after moving a parent collection's position and then adding a child from one of its nested collection would result in the new element be set at the wrong parent collection after form submit - Updated README.md
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
Added new collection types
Full Changelog: 2.3.1...3.0.0