Skip to content

Releases: Arkounay/ux-collection

4.0.2

13 Sep 06:48
Compare
Choose a tag to compare

[f066105] The spaceless filter is deprecated as of Twig 3.12.

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Aug 10:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

01 Mar 08:53
5ece819
Compare
Choose a tag to compare

What's Changed

  • Added support for AssetMapper

Full Changelog: 3.3.3...4.0.0

3.3.3

23 Oct 06:48
Compare
Choose a tag to compare

[ae8f289] removed deprecation messages

Full Changelog: 3.3.2...3.3.3

3.3.2

15 Oct 16:31
Compare
Choose a tag to compare

Full Changelog: 3.3.1...3.3.2

3.3.1

21 Mar 08:25
Compare
Choose a tag to compare

Prevent name update when allowDragAndDropValue, displaySortButtonsValue and displayInsertButtonValue are set to false

Full Changelog: 3.3.0...3.3.1

3.3.0

20 Feb 07:14
Compare
Choose a tag to compare

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

27 Jan 22:03
Compare
Choose a tag to compare
  • 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

26 Oct 14:46
Compare
Choose a tag to compare

[009619c] Moved modal close btn style to style-when-not-using-bootstrap-5.css, icon stroke = currentColor

Full Changelog: 3.0.0...3.1.0

3.0.0

20 Sep 08:33
404d24d
Compare
Choose a tag to compare

Added new collection types

Full Changelog: 2.3.1...3.0.0