Skip to content

Releases: spryker/content-product-gui

1.4.0

06 Dec 08:14
Compare
Choose a tag to compare

Included commits: 1.3.0...1.4.0

Fixes

  • Adjusted the add-product-table.js file by fixing the getRowData comparison by ID.

1.3.0

06 Jul 10:09
Compare
Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced ContentProductGuiConfig::getMaxProductsInProductAbstractList() so it is possible to get the max number of abstract products that can be shown in the list of selected products configuration using it and be able to override that configuration on the project level.

1.2.0

03 Apr 08:34
Compare
Choose a tag to compare

Included commits: 1.1.2...1.2.0

Adjustments

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

1.1.2

07 Feb 17:46
Compare
Choose a tag to compare

Included commits: 1.1.1...1.1.2

Fixes

  • Adjusted ProductAbstractController::productAbstractViewTableAction() to have properly formatted abstract product IDs.

1.1.1

30 Jan 21:41
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Fixes

  • Adjusted Spryker\Zed\ContentProductGui\Communication\Controller\ProductAbstractController for compatibility with Symfony 6.

1.1.0

19 Sep 07:51
Compare
Choose a tag to compare

Included commits: 1.0.8...1.1.0

Improvements

  • Adjusted ProductAbstractController::productAbstractSelectedTableAction() to display formatted product abstract IDs based on locale.
  • Adjusted ProductAbstractController::productAbstractViewTableAction() to display formatted product abstract IDs based on locale.
  • Increased Gui dependency version.

1.0.8

28 Jul 15:17
Compare
Choose a tag to compare

Included commits: 1.0.7...1.0.8

Improvements

  • Adjusted UI for ProductAbstractSelectedTable.
  • Adjusted UI for product_abstract_list.

1.0.7

06 Jul 09:11
Compare
Choose a tag to compare

Included commits: 1.0.6...1.0.7

Fixes

  • Adjusted translations.

1.0.6

17 Jun 15:43
Compare
Choose a tag to compare

Included commits: 1.0.5...1.0.6

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.0.5

13 Dec 08:13
Compare
Choose a tag to compare

Included commits: 1.0.4...1.0.5

Bugfixes

  • Adjusted ProductAbstractListContentTermForm::addIdProductAbstractsField() so it doesn't change the IDs on form submit instead of formatting the numbers with grouped thousands.