Releases: spryker-shop/shopping-list-page
Releases · spryker-shop/shopping-list-page
0.5.8
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
0.5.6
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
Included commits: 0.5.4...0.5.5
Bugfixes
Removed incorrect template element on edit shopping list page.
0.5.4
0.5.3
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
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
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 usingshoppingListFormDataProvider::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 methodgetShoppingListFormDataProviderMapperPlugins
withShoppingListFormDataProviderMapperPluginInterface[]
.
0.5.0
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
Included commits: 0.4.8...0.4.9
Bugfixes
Shared
- Expanded
ShoppingListCompanyBusinessUnit
andShoppingListCompanyUser
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
toShoppingListTransfer $shoppingListTransfer
in methodgetData
. - 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.