Skip to content

Releases: spryker-shop/cart-page

3.39.0

06 Oct 09:18
Compare
Choose a tag to compare

Included commits: 3.38.0...3.39.0

Improvements

  • Increased CartPageExtension module version dependency.

Deprecations

  • Deprecated CartItemTransformerPluginInterface.

3.38.0

18 Sep 10:30
Compare
Choose a tag to compare

Included commits: 3.37.1...3.38.0

Improvements

  • Introduced the CartSummaryHideTaxAmountWidget widget to display a message instead of tax amount when cart.hideTaxInCart is true.

3.37.1

10 Aug 07:42
Compare
Choose a tag to compare

Included commits: 3.37.0...3.37.1

Fixes

  • Adjusted ajax-cart-items view by adding form-submitter molecule usage.
  • Adjusted cart-item-variant-selector molecule by changing data-form-submitter attribute to data-cart-form-submitter for the select atom.

3.37.0

27 Jul 15:20
Compare
Choose a tag to compare

Included commits: 3.36.0...3.37.0

Fixes

  • Adjusted a cart-summary molecule to show shipment prices.

3.36.0

22 Mar 09:10
Compare
Choose a tag to compare

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

10 Mar 12:50
Compare
Choose a tag to compare

Included commits: 3.35.2...3.35.3

Fixes

  • Adjusted
    SprykerShop/Yves/CartPage/Controller/CartController::addItemsAction() for compatibility with Symfony 6.

3.35.2

28 Feb 11:50
Compare
Choose a tag to compare

Included commits: 3.35.1...3.35.2

Fixes

  • Adjusted cart-change-quantity-form view to provide a default value for numberFormatConfig data property.

3.35.1

30 Jan 21:49
Compare
Choose a tag to compare

Included commits: 3.35.0...3.35.1

Improvements

  • Adjusted SprykerShop\Yves\CartPage\Plugin\Provider\CartControllerProvider for compatibility with Symfony 6.

3.35.0

24 Nov 13:06
Compare
Choose a tag to compare

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 of embeddedData block in the CartChangeQuantityFormWidget.
  • 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.

3.34.0

23 Nov 07:50
Compare
Choose a tag to compare

Included commits: 3.33.0...3.34.0

Improvements

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