Releases: ttempleton/craft-category-groups-field
Releases · ttempleton/craft-category-groups-field
Category Groups Field 2.1.0
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
Fixed
- Fixed an error that occurred when creating new category groups fields
Category Groups Field 2.0.0
Added
- Added Craft 4 compatibility
Removed
- Removed Craft 3 compatibility
Category Groups Field 2.0.0-beta.1
Added
- Added Craft 4 compatibility (requires Craft 4.0.0-beta.1 or later)
Category Groups Field 1.3.0
Added
- Added the
categories()
method forCategoryGroupCollection
which returns aCategoryQuery
v1.2.2
Changed
- When displaying category groups field data in element index tables, category groups now link to their category management pages
v1.2.1
Added
- Added the
inReverse()
method forCategoryGroupCollection
v1.2.0
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 aCategoryGroupCollection
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()
andids()
methods forCategoryGroupCollection
v1.1.0
Added
- Added the
singleSelectionDefault
config setting
v1.0.2
Added
- Added Allowed Groups field setting
Changed
- Changed label of Single Selection Mode setting to Single Selection