Releases: spryker-shop/cart-page
Releases · spryker-shop/cart-page
3.39.0
Included commits: 3.38.0...3.39.0
Improvements
- Increased
CartPageExtension
module version dependency.
Deprecations
- Deprecated
CartItemTransformerPluginInterface
.
3.38.0
Included commits: 3.37.1...3.38.0
Improvements
- Introduced the
CartSummaryHideTaxAmountWidget
widget to display a message instead of tax amount whencart.hideTaxInCart
istrue
.
3.37.1
Included commits: 3.37.0...3.37.1
Fixes
- Adjusted
ajax-cart-items
view by addingform-submitter
molecule usage. - Adjusted
cart-item-variant-selector
molecule by changingdata-form-submitter
attribute todata-cart-form-submitter
for theselect
atom.
3.37.0
3.36.0
Included commits: 3.35.3...3.36.0
Improvements
- Adjusted
CartController::indexAction()
to load cart items when loading of cart items via ajax is disabled. - Adjusted
CartPageView::getViewData()
with the ability to disable the loading of cart items. - Impacted
CartController::getCartItemsAjaxAction()
with these changes. - Introduced
CartPageViewArguments.withItems
transfer field.
3.35.3
Included commits: 3.35.2...3.35.3
Fixes
- Adjusted
SprykerShop/Yves/CartPage/Controller/CartController::addItemsAction()
for compatibility with Symfony 6.
3.35.2
Included commits: 3.35.1...3.35.2
Fixes
- Adjusted
cart-change-quantity-form
view to provide a default value fornumberFormatConfig
data property.
3.35.1
Included commits: 3.35.0...3.35.1
Improvements
- Adjusted
SprykerShop\Yves\CartPage\Plugin\Provider\CartControllerProvider
for compatibility with Symfony 6.
3.35.0
Included commits: 3.34.0...3.35.0
Improvements
- Adjusted
CartController::indexAction()
to provide formatted quantity based on locale. - Adjusted
CartChangeQuantityFormWidget
to provide parameter number format config based on locale. - Introduced
NumberFormatIntRequest
transfer. - Introduced
NumberFormatFilter
transfer. - Introduced
NumberFormatConfig
transfer. - Introduced
Item.maxQuantity
transfer property. - Added
UtilNumber
module to dependencies. - Added
Twig
module to dependencies. - Increased
ShopUi
dependency version. - Adjusted
cart-quantity-input
molecule by removing redefine ofembeddedData
block in theCartChangeQuantityFormWidget
. - Adjusted
cart-summary
molecule by displaying formatted quantity based on locale. - Adjusted
product-cart-item
molecule by displaying formatted quantity based on locale. - Adjusted
cart-change-quantity-form
view:- Introduced
numberFormatConfig
data property to provide config for number inputs. - Introduced
numberFormatConfig
variable for prepared data of formatted numeric field. - Introduced
quantity-input
molecule usage.
- Introduced
3.34.0
Included commits: 3.33.0...3.34.0
Improvements
- Adjusted composer.json to allow for new ProductConfiguratorGatewayPageExtension major.