Releases: spryker/content-product-gui
Releases · spryker/content-product-gui
1.4.0
Included commits: 1.3.0...1.4.0
Fixes
- Adjusted the
add-product-table.js
file by fixing thegetRowData
comparison by ID.
1.3.0
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
1.1.2
Included commits: 1.1.1...1.1.2
Fixes
- Adjusted
ProductAbstractController::productAbstractViewTableAction()
to have properly formatted abstract product IDs.
1.1.1
Included commits: 1.1.0...1.1.1
Fixes
- Adjusted
Spryker\Zed\ContentProductGui\Communication\Controller\ProductAbstractController
for compatibility with Symfony 6.
1.1.0
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
Included commits: 1.0.7...1.0.8
Improvements
- Adjusted UI for
ProductAbstractSelectedTable
. - Adjusted UI for
product_abstract_list
.
1.0.7
1.0.6
Included commits: 1.0.5...1.0.6
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.0.5
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.