# Install this plugin
npm install @pinelab/vendure-plugin-primary-collection
Changelog for vendure-plugin-primary-collection
2.2.2 (2025-11-13)
- Documentation update
2.2.1 (2025-11-06)
- Updated official documentation URL
2.2.0 (2025-06-04)
- Upgrade to Vendure to 3.3.2
2.1.0 (2024-12-19)
- Update Vendure to 3.1.1
2.0.1 (2024-08-04)
- Update compatibility range (#480)
2.0.0 (2024-06-21)
- Make
primaryCollectioncustom field channel aware. - Resolve
product.breadcrumbswhen a product has a primary collection set
1.5.0 (2024-06-21)
- Updated Vendure to 2.2.6
1.4.2 (2023-10-24)
- Primary collection filter should hide Private collections (#395)
1.4.1 (2023-10-24)
- Fixed issue when creating a new product in Vendure (#367)
1.4.0 (2023-10-24)
- Updated vendure to 2.1.1
1.3.0 (2023-10-24)
- Config option
customFieldUITabNameadded
1.2.2 (2023-10-01)
- Renamed admin ui extention
NgModulefromSharedExtensionModuletoPrimaryCollectionSharedExtensionModule - the
/src/uifolder will be copied into dist folder when runningyarn build
1.2.1 (2023-10-01)
- Fix
Error: Cannot find module '../types.ts'
1.2.0 (2023-10-01)
- Export the service class
PrimaryCollectionHelperServicewhich can be used to assignprimaryCollections to products without existing value
1.1.1 (2023-09-28)
- Products will have a
primaryCollectionas a custom field which can be selected via Admin UI.
1.0.1 (2023-09-22)
- Added index barrel file to export plugin (#261)
1.0.0 (2023-09-18)
- Initial setup(#258)