Releases: spryker/product-attribute-gui
Releases · spryker/product-attribute-gui
2.3.0
Included commits: 2.2.0...2.3.0
Improvements
- Extended the product attributes table to render extension columns populated via
data-extension-column-values, enabling additional attribute data (such as visibility) to be displayed when adding product attributes to products.
2.2.0
Included commits: 2.1.0...2.2.0
Improvements
- Introduced
ProductAttributeTableCriteriaTransferwithwithColumns,queryConditions, andconditionCombineOperatorproperties, andProductAttributeTableQueryConditionTransferwithexpressionandvalueproperties, to support flexible filtering of the attribute table. - Introduced plugin stacks
PLUGINS_ATTRIBUTE_TABLE_CONFIG_EXPANDER,PLUGINS_ATTRIBUTE_TABLE_HEADER_EXPANDER,PLUGINS_ATTRIBUTE_TABLE_DATA_EXPANDER,PLUGINS_ATTRIBUTE_TABLE_CRITERIA_EXPANDERto allow extending the attribute table with columns and filter logic. - Introduced plugin stacks
PLUGINS_ATTRIBUTE_FORM_EXPANDER,PLUGINS_ATTRIBUTE_FORM_DATA_PROVIDER_EXPANDER,PLUGINS_ATTRIBUTE_FORM_TRANSFER_MAPPER_EXPANDER,PLUGINS_ATTRIBUTE_TABLE_FILTER_FORM_EXPANDERto allow extending the attribute create/edit form with fields. - Added dependency on
ProductAttributeGuiExtensionto wire plugin extension points.
2.1.0
Included commits: 2.0.0...2.1.0
Adjustments
- Added compatibility with Gui module version 5 to support the updated Backoffice theme Inspinia v2.
2.0.0
1.8.0
Included commits: 1.7.0...1.8.0
Improvements
- Adjusted
Presentation/View/_partials/attribute-table.twigto allow editing the super attribute translations.
1.7.0
Included commits: 1.6.0...1.7.0
Improvements
- Adjusted
attribute-table.twigto mapinput_typeparameter to submit request.
1.6.0
1.5.0
1.4.0
Included commits: 1.3.3...1.4.0
Improvements
- Adjusted
AttributeController::tableAction()to display formatted product management attribute IDs based on locale. - Increased
Guidependency version.
1.3.3
Included commits: 1.3.2...1.3.3
Fixes
- Adjusted
AttributeController::indexAction()in order to fix the tabs links to switch the tabs pages. - Adjusted
AttributeController::translateAction()in order to fix the tabs links to switch the tabs pages. - Adjusted behavior of the
edit.twigto make tabs clickable. - Adjusted behavior of the
attribute-form.twigto make tabs clickable. - Adjusted behavior of the
translate.twigto make tabs clickable.