Releases: spryker-shop/shopping-list-widget
Releases · spryker-shop/shopping-list-widget
1.6.0
Included commits: 1.5.1...1.6.0
Improvements
- Introduced
CartToShoppingListAsyncController
andShoppingListWidgetAsyncController
to handle the AJAX requests. - Introduced
ShoppingListWidgetAsyncRouteProviderPlugin
to addCartToShoppingListAsyncController
andShoppingListWidgetAsyncController
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
Included commits: 1.5.0...1.5.1
Fixes
- Adjusted
ShoppingListQuickOrderFormHandlerStrategyPlugin::execute()
to map all matching properties fromQuickOrderItemTransfer
toShoppingListItemTransfer
.
1.5.0
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
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
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
1.2.1
Included commits: 1.2.0...1.2.1
Fixes
- Introduced
ProductView
transfer. - Adjusted the
shopping-list
view to useProductOfferShoppingListWidget
widget.
Adjustments
- Added
ProductOfferShoppingListWidget
to dependencies.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Adjusted
create-shopping-list-from-cart
view by removingisVisible
condition due replaced it to thetemplate
model. - Adjusted
shopping-list-add-items
view by removingisVisible
condition due replaced it to thetemplate
model. - Increased ShopUi module version dependency.
1.1.0
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
Included commits: 1.0.1...1.0.2
Fixes
- Adjusted
subtotal-price
molecule by changing theh6
header tag todiv
with keeping initial design.