Skip to content

Releases: spryker-shop/shopping-list-page

0.5.8

19 Nov 10:56
Compare
Choose a tag to compare

Included commits: 0.5.7...0.5.8

Bugfixes

  • Added missing flash message when Shopping List has been created in ShoppingListOverviewController::indexAction().

0.5.7

03 Nov 14:13
Compare
Choose a tag to compare

Included commits: 0.5.6...0.5.7

Bugfixes

Add error message if shopping list does not exist

0.5.6

01 Nov 11:52
Compare
Choose a tag to compare

Included commits: 0.5.5...0.5.6

Bugfixes

Removed dependency from CartToShoppingListWidget module, by using module constants instead of cross-module constants

0.5.5

30 Oct 10:54
Compare
Choose a tag to compare

Included commits: 0.5.4...0.5.5

Bugfixes

Removed incorrect template element on edit shopping list page.

0.5.4

23 Oct 17:33
Compare
Choose a tag to compare

Included commits: 0.5.3...0.5.4

Bugfixes

Added a business unit name to the share shopping list page

0.5.3

19 Oct 10:39
Compare
Choose a tag to compare

Included commits: 0.5.2...0.5.3

Bugfixes

Added breadcrumb link on:

  • /shopping-list/details/
  • /shopping-list/update/
  • /shopping-list/delete/
  • /shopping-list/share/

0.5.2

17 Oct 07:29
Compare
Choose a tag to compare

Included commits: 0.5.1...0.5.2

Bugfixes

  • Widget plugin interfaces "ProductAlternativeWidgetPluginInterface", "ProductBarcodeWidgetPluginInterface", "ProductDiscontinuedWidgetPluginInterface", "ShoppingListItemNoteWidgetPluginInterface" deprecated.
  • Updated templates to use new global widgets.

0.5.1

15 Oct 10:29
Compare
Choose a tag to compare

Included commits: 0.5.0...0.5.1

Improvements

  • Adjusted transfer list.
  • ShoppingListController:: removeItemAction() redirects user to new url (list details page).
  • ShoppingListOverviewController:: executeUpdateAction() sends request parameters when using shoppingListFormDataProvider::getData() method.
  • ShoppingListItemProductOptionWidgetPluginInterface is introduced to display product options for shopping list items.
  • ShoppingListFormDataProvider:: __construct() added a 3rd parameter - ShoppingListFormDataProviderMapperPluginInterface[] $shoppingListFormDataProviderMapperPlugins.
  • ShoppingListFormDataProvider::getData() expects a 2nd argument as the request parameters.
  • Refactored shopping-list-overview-update.twig, shopping-list.twig.
  • Updated shopping-list-info, shopping-list-table, shopping-list-overview-update molecules.
  • Added ShoppingListPageDependencyProvider added method getShoppingListFormDataProviderMapperPlugins with ShoppingListFormDataProviderMapperPluginInterface[].

0.5.0

09 Oct 22:55
Compare
Choose a tag to compare

Included commits: 0.4.9...0.5.0

Improvements

  • Added dismiss shared shopping list confirmation and execute pages.
  • Added link to dismiss shared shopping list page in shopping list list page.

0.4.9

05 Oct 09:18
Compare
Choose a tag to compare

Included commits: 0.4.8...0.4.9

Bugfixes

Shared

  • Expanded ShoppingListCompanyBusinessUnit and ShoppingListCompanyUser for rendering business name or full name in twig template.

Yves

  • In ShoppingListPageDependencyProvider.php added new stack of widgets for edit page - getShoppingListEditWidgetPlugins.
  • In ShareShoppingListDataProvider.php changed input parameter from int $idShoppingList to ShoppingListTransfer $shoppingListTransfer in method getData.
  • In ShoppingListPageControllerProvider.php added new action - clearAction in ShoppingListOverviewController.php.
  • In ShoppingListPageControllerProvider.php added new action - deleteConfirmAction in ShoppingListOverviewController.php.
  • Updated ShareShoppingListForm.php form: display CollectionType of company users and business units with permissions.
  • Updated ShoppingListUpdateForm.php - added quantities for edit it.