Skip to content

Releases: spryker-shop/wishlist-page

1.14.1

28 Nov 15:43
Compare
Choose a tag to compare

Included commits: 1.14.0...1.14.1

Fixes

  • Adjusted wishlist-detail-table.twig to add compatibility for store routing functionality.

1.14.0

20 Sep 15:01
Compare
Choose a tag to compare

Included commits: 1.13.0...1.14.0

Improvements

  • Added PHP 8.3 support.

1.13.0

19 Dec 13:18
Compare
Choose a tag to compare

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

03 Nov 08:41
Compare
Choose a tag to compare

Included commits: 1.11.0...1.12.0

Improvements

  • Added PHP 8.2 support.

1.11.0

04 Oct 15:51
Compare
Choose a tag to compare

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

22 Apr 12:10
Compare
Choose a tag to compare

Included commits: 1.10.0...1.10.1

Fixes

  • Adjusted WishlistController::indexAction() so it displays stored wishlist items correctly.

1.10.0

29 Oct 08:14
Compare
Choose a tag to compare

Included commits: 1.9.0...1.10.0

Improvements

  • Adjusted WishlistController::indexAction() in order to add indexedWishlistItems view parameter.
  • Adjusted WishlistController::moveAllAvailableToCartAction() in order to handle AddAllAvailableProductsToCartFormType from request.
  • Adjusted the wishlist-detail view by introducing the indexedWishlistItems data property and applying it to the wishlist-detail-table molecule usage.
  • Adjusted the wishlist-detail-table molecule:
    • Introduced the indexedWishlistItems data property.
    • Introduced the ProductConfigurationWishlistItemDisplayWidget.
    • Introduced the ProductConfigurationWishlistPageButtonWidget.
    • Introduced the ProductConfigurationWishlistFormWidget.

1.9.0

17 Mar 10:20
Compare
Choose a tag to compare

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 with SoldByMerchantWidget and wishlist-item-product-offer, wishlist-item-merchant-product molecules.
  • Adjusted WishlistController with execution WishlistItemRequestExpanderPluginInterface plugin stack to expand wishlist items from request.

1.8.3

23 Oct 13:07
Compare
Choose a tag to compare

Included commits: 1.8.2...1.8.3

Fixes

  • Adjusted wishlist-detail view by changing the h4 header tag to h2 and h6 to span with keeping initial design.
  • Adjusted wishlist-overview-update view by changing the h4 header tag to h2 and h6 to span with keeping initial design.
  • Adjusted wishlist-overview view by changing the h4 header tag to h2 and h6 to span with keeping initial design.

1.8.2

16 Sep 14:56
Compare
Choose a tag to compare

Included commits: 1.8.1...1.8.2

Fixes

  • Adjusted wishlist-detail-table.twig molecule by moving if from for tag in order to be compatible with Twig v3.