Releases: spryker/product-management-extension
Releases · spryker/product-management-extension
Release list
1.11.0
Included commits: 1.10.0...1.11.0
Improvements
- Introduced
ProductAbstractFormOptionsExpanderPluginInterfaceto allow plugins to extend the options array passed to the abstract product form. - Introduced
ProductAbstractFormOptionsResolverExpanderPluginInterfaceto allow plugins to declare custom option definitions in the abstract product form'sOptionsResolver. - Introduced
ProductAbstractFormTabContentProviderWithPriorityPluginInterfaceas a priority-aware replacement forProductAbstractFormTabContentProviderPluginInterface.
Deprecations
- Deprecated
ProductAbstractFormTabContentProviderPluginInterfacein favour ofProductAbstractFormTabContentProviderWithPriorityPluginInterface.
1.10.0
Included commits: 1.9.0...1.10.0
Improvements
- Introduced
ProductAbstractFormTabContentProviderPluginInterfaceto enable extending product abstract form tabs with custom content such as product attachments.
1.9.0
Included commits: 1.8.0...1.9.0
Improvements
- introduced an interface for providing product abstract readiness data (
ProductAbstractReadinessProviderPluginInterface). - Introduced an interface for providing product concrete readiness data (
ProductConcreteReadinessProviderPluginInterface).
1.8.0
Included commits: 1.7.0...1.8.0
Improvements
- Introduced
ProductAbstracttransfer. - Introduced
ProductAbstractFormDataProviderExpanderPluginInterfaceto expand the product abstract form data with additional data. - Introduced
ProductAbstractTransferMapperPluginInterfaceto map form data toProductAbstractTransfer.
1.7.0
Included commits: 1.6.0...1.7.0
Improvements
- Introduced
ProductVariantTableActionExpanderPluginInterfaceto expand product variant action buttons.
1.6.0
Included commits: 1.5.0...1.6.0
Improvements
- Introduced
ProductTableActionExpanderPluginInterfaceto add additional actions to abstract product table. - Introduced
ProductTableConfigurationExpanderPluginInterfaceto expand product table configuration. - Introduced
ProductTableDataBulkExpanderPluginInterfaceto expand product table data. - Introduced
ButtonCollectiontransfer.
Deprecations
- Deprecated
ProductTableDataExpanderPluginInterface.
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
ProductTableDataExpanderPluginInterfaceto extend product table rows with additional data.
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Introduced
QueryCriteriatransfer. - Introduced
ProductAbstractViewActionViewDataExpanderPluginInterfaceto expand view data for abstract product at ProductManagement/ViewController::indexAction(). - Introduced
ProductAbstractListActionViewDataExpanderPluginInterfaceto expand view data for list of abstract products atProductManagement/IndexController::indexAction(). - Introduced
ProductTableQueryCriteriaExpanderPluginInterfaceto expand query criteria for abstract products.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
ProductAbstractEditViewExpanderPluginInterfaceto expand view data for edit abstract product page. - Introduced
ProductConcreteEditViewExpanderPluginInterfaceto expand view data for edit concrete product page. - Introduced
ProductAbstractFormEditTabsExpanderPluginInterfaceto expand form tabs on abstract product edit page.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Added
ProductAbstractFormExpanderPluginInterfaceplugin interface which expandsProductFormAddandProductFromEditfor abstract products with new form fields or sub-forms. - Added
ProductConcreteFormExpanderPluginInterfaceplugin interface which expandsProductFormAddandProductFromEditfor concrete products with new form fields or sub-forms.