Skip to content

Releases: ttempleton/craft-category-groups-field

Category Groups Field 2.1.0

21 Dec 09:12
Compare
Choose a tag to compare

Added

  • Added ttempleton\categorygroupsfield\web\assets\sortable\SortableAsset (includes the jQuery UI Sortable widget)

Changed

  • Category Groups Field now requires Craft 4.5.0 or later
  • Multi-select category groups fields now use the Selectize library with the Drag & Drop plugin

Category Groups Field 2.0.1

05 Nov 11:23
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when creating new category groups fields

Category Groups Field 2.0.0

05 May 06:43
Compare
Choose a tag to compare

Added

  • Added Craft 4 compatibility

Removed

  • Removed Craft 3 compatibility

Category Groups Field 2.0.0-beta.1

11 Mar 09:29
Compare
Choose a tag to compare
Pre-release

Added

  • Added Craft 4 compatibility (requires Craft 4.0.0-beta.1 or later)

Category Groups Field 1.3.0

23 Dec 03:25
Compare
Choose a tag to compare

Added

  • Added the categories() method for CategoryGroupCollection which returns a CategoryQuery

v1.2.2

23 Feb 08:16
Compare
Choose a tag to compare

Changed

  • When displaying category groups field data in element index tables, category groups now link to their category management pages

v1.2.1

20 Dec 11:27
Compare
Choose a tag to compare

Added

  • Added the inReverse() method for CategoryGroupCollection

v1.2.0

20 Nov 07:08
Compare
Choose a tag to compare

Added

  • Accessing a non-empty multi-selection field in a template now returns the new CategoryGroupCollection, which is designed to mimic a Craft element query (though doesn't yet support the more advanced filtering options that element queries have) (for now, iterating directly over a CategoryGroupCollection in templates is still supported, so no template changes are needed at this stage, but it will be deprecated in the future)
  • Added all(), one(), nth(), count() and ids() methods for CategoryGroupCollection

v1.1.0

29 Sep 05:26
Compare
Choose a tag to compare

Added

  • Added the singleSelectionDefault config setting

v1.0.2

17 Sep 05:26
Compare
Choose a tag to compare

Added

  • Added Allowed Groups field setting

Changed

  • Changed label of Single Selection Mode setting to Single Selection