Releases: spryker-shop/wishlist-page
Releases · spryker-shop/wishlist-page
1.14.1
Included commits: 1.14.0...1.14.1
Fixes
- Adjusted
wishlist-detail-table.twig
to add compatibility for store routing functionality.
1.14.0
1.13.0
Included commits: 1.12.0...1.13.0
Adjustments
- Removed
WishlistFacadeInterface::createWishlist()
from dependencies. - Removed
WishlistFacadeInterface::updateWishlist()
from dependencies. - Removed
WishlistFacadeInterface::removeItemCollection()
from dependencies.
1.12.0
1.11.0
Included commits: 1.10.1...1.11.0
Improvements:
- Adjusted
WishlistController::addItemAction()
in order to redirect to the wishlist overview page when wishlist item is not added successfully. - Adjusted
WishlistController::addItemAction()
to create a default wishlist when wishlist name is not provided. - Introduced
WishlistResponse.wishlist
transfer field.
Adjustments:
- Added Transfer module to dependencies.
1.10.1
Included commits: 1.10.0...1.10.1
Fixes
- Adjusted
WishlistController::indexAction()
so it displays stored wishlist items correctly.
1.10.0
Included commits: 1.9.0...1.10.0
Improvements
- Adjusted
WishlistController::indexAction()
in order to addindexedWishlistItems
view parameter. - Adjusted
WishlistController::moveAllAvailableToCartAction()
in order to handleAddAllAvailableProductsToCartFormType
from request. - Adjusted the
wishlist-detail
view by introducing theindexedWishlistItems
data property and applying it to thewishlist-detail-table
molecule usage. - Adjusted the
wishlist-detail-table
molecule:- Introduced the
indexedWishlistItems
data property. - Introduced the
ProductConfigurationWishlistItemDisplayWidget
. - Introduced the
ProductConfigurationWishlistPageButtonWidget
. - Introduced the
ProductConfigurationWishlistFormWidget
.
- Introduced the
1.9.0
Included commits: 1.8.3...1.9.0
Improvements
- Introduced
ProductView. attributeMap
transfer property. - Introduced
WishlistItem. merchantReference
transfer property. - Introduced
WishlistItem. productOfferReference
transfer property. - Introduced
WishlistItemMeta. idWishlistItem
transfer property. - Introduced
WishlistItemMeta. merchantReference
transfer property. - Introduced
WishlistItemMeta. productOfferReference
transfer property. - Introduced
WishlistMoveToCartRequest. idWishlistItem
transfer property. - Introduced
WishlistMoveToCartRequest. merchantReference
transfer property. - Introduced
WishlistMoveToCartRequest. productOfferReference
transfer property. - Introduced
WishlistOverviewResponse. errors
transfer property. - Introduced
ProductStorageCriteria
transfer. - Introduced
ShopContext
transfer. - Introduced
Message
transfer. - Introduced
AttributeMapStorage
transfer. - Added
GlossaryStorageClientInterface
to dependency. - Added
WishlistClientInterface::deleteItem()
to dependencies. - Adjusted molecule
wishlist-detail-table
withSoldByMerchantWidget
andwishlist-item-product-offer
,wishlist-item-merchant-product
molecules. - Adjusted
WishlistController
with executionWishlistItemRequestExpanderPluginInterface
plugin stack to expand wishlist items from request.
1.8.3
Included commits: 1.8.2...1.8.3
Fixes
- Adjusted
wishlist-detail
view by changing theh4
header tag toh2
andh6
tospan
with keeping initial design. - Adjusted
wishlist-overview-update
view by changing theh4
header tag toh2
andh6
tospan
with keeping initial design. - Adjusted
wishlist-overview
view by changing theh4
header tag toh2
andh6
tospan
with keeping initial design.
1.8.2
Included commits: 1.8.1...1.8.2
Fixes
- Adjusted
wishlist-detail-table.twig
molecule by movingif
fromfor
tag in order to be compatible with Twig v3.