Skip to content

Releases: spryker-shop/shopping-list-widget

1.6.0

22 May 10:55
Compare
Choose a tag to compare

Included commits: 1.5.1...1.6.0

Improvements

  • Introduced CartToShoppingListAsyncController and ShoppingListWidgetAsyncController to handle the AJAX requests.
  • Introduced ShoppingListWidgetAsyncRouteProviderPlugin to add CartToShoppingListAsyncController and ShoppingListWidgetAsyncController routes to the RouteCollection.
  • Adjusted create-shopping-list-from-cart.twig to add possibility switching AJAX mode refreshing.
  • Introduced create-shopping-list-from.twig which replace content in create-shopping-list view on AJAX response.
  • Adjusted shopping-list-shop-list.twig view with parameters for triggering AJAX reloading molecule with parameters for triggering AJAX reloading.

Adjustments

  • Increased ShopUi module version dependency.

1.5.1

02 Feb 10:06
Compare
Choose a tag to compare

Included commits: 1.5.0...1.5.1

Fixes

  • Adjusted ShoppingListQuickOrderFormHandlerStrategyPlugin::execute() to map all matching properties from QuickOrderItemTransfer to ShoppingListItemTransfer.

1.5.0

24 Nov 13:07
Compare
Choose a tag to compare

Included commits: 1.4.0...1.5.0

Improvements

  • Adjusted shop-list-item molecule by displaying the formatted number of items based on locale.
  • Added Twig module to dependencies.

1.4.0

09 Sep 12:14
Compare
Choose a tag to compare

Included commits: 1.3.1...1.4.0

Improvements

  • Adjusted composer.json in order to support new minor version of ShoppingList module.

1.3.1

29 Apr 10:27
Compare
Choose a tag to compare

Included commits: 1.3.0...1.3.1

Fixes

  • Adjusted shopping-list.twig view to correctly inject the add to cart form fields data into the shopping list form.

1.3.0

20 Apr 13:30
Compare
Choose a tag to compare

Included commits: 1.2.1...1.3.0

Adjustments

  • Increased ShoppingList module version dependency.

1.2.1

26 Jan 13:42
Compare
Choose a tag to compare

Included commits: 1.2.0...1.2.1

Fixes

  • Introduced ProductView transfer.
  • Adjusted the shopping-list view to use ProductOfferShoppingListWidget widget.

Adjustments

  • Added ProductOfferShoppingListWidget to dependencies.

1.2.0

16 Aug 09:49
Compare
Choose a tag to compare

Included commits: 1.1.0...1.2.0

Improvements

  • Adjusted create-shopping-list-from-cart view by removing isVisible condition due replaced it to the template model.
  • Adjusted shopping-list-add-items view by removing isVisible condition due replaced it to the template model.
  • Increased ShopUi module version dependency.

1.1.0

24 Nov 15:02
Compare
Choose a tag to compare

Included commits: 1.0.2...1.1.0

Improvements

  • Added form.csrf_provider application service to dependencies.
  • Adjusted shopping list add item form to have CSRF protection token field.

BC breaking impact

  • Adjusted ShoppingListWidgetController::indexAction() controller action to validate CSRF token received from Request.

1.0.2

23 Oct 13:07
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Fixes

  • Adjusted subtotal-price molecule by changing the h6 header tag to div with keeping initial design.