Skip to content

Releases: spryker/product-attribute-gui

2.3.0

04 May 12:45

Choose a tag to compare

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

07 Apr 10:13

Choose a tag to compare

Included commits: 2.1.0...2.2.0

Improvements

  • Introduced ProductAttributeTableCriteriaTransfer with withColumns, queryConditions, and conditionCombineOperator properties, and ProductAttributeTableQueryConditionTransfer with expression and value properties, 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_EXPANDER to 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_EXPANDER to allow extending the attribute create/edit form with fields.
  • Added dependency on ProductAttributeGuiExtension to wire plugin extension points.

2.1.0

17 Mar 22:12

Choose a tag to compare

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

16 Nov 09:16

Choose a tag to compare

Included commits: 1.8.0...2.0.0

Improvements

Updated TWIG with Bootstrap v5 HTML classes

1.8.0

04 Aug 12:47

Choose a tag to compare

Included commits: 1.7.0...1.8.0

Improvements

  • Adjusted Presentation/View/_partials/attribute-table.twig to allow editing the super attribute translations.

1.7.0

02 Sep 08:39

Choose a tag to compare

Included commits: 1.6.0...1.7.0

Improvements

  • Adjusted attribute-table.twig to map input_type parameter to submit request.

1.6.0

02 Nov 21:22

Choose a tag to compare

Included commits: 1.5.0...1.6.0

Improvements

  • Added PHP 8.2 support.

1.5.0

03 Apr 08:37

Choose a tag to compare

Included commits: 1.4.0...1.5.0

Adjustments

  • Adjusted composer.json to allow for new Locale major.

1.4.0

19 Sep 07:52

Choose a tag to compare

Included commits: 1.3.3...1.4.0

Improvements

  • Adjusted AttributeController::tableAction() to display formatted product management attribute IDs based on locale.
  • Increased Gui dependency version.

1.3.3

10 Sep 10:01

Choose a tag to compare

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.twig to make tabs clickable.
  • Adjusted behavior of the attribute-form.twig to make tabs clickable.
  • Adjusted behavior of the translate.twig to make tabs clickable.