Releases: spryker-shop/product-option-widget
Releases · spryker-shop/product-option-widget
1.5.0
1.4.8
Included commits: 1.4.7...1.4.8
Fixes
- Adjusted the
shopping-list-item-product-option-display
molecule by using the correctcomponent
block instead of thetemplate
block to fix empty component rendering prevention.
1.4.7
Included commits: 1.4.6...1.4.7
Fixes
- Adjusted
shopping-list-product-option-list
molecule to fix the broken table in IE11.
1.4.6
Included commits: 1.4.5...1.4.6
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.
1.4.5
Included commits: 1.4.4...1.4.5
Bugfixes
- Adjusted
shopping-list-item-product-option-display
molecule to show correct price.
1.4.4
Included commits: 1.4.3...1.4.4
Improvements
- Deprecated the
data-product-available
attribute property of theshopping-list-product-option-list
molecule. - Introduced a new
data-product-unavailable
attribute property to theshopping-list-product-option-list
molecule. - Deprecated the
data-product-available
data property of theshopping-list-option-form
view. - Introduced a new
data-product-unavailable
data property to the theshopping-list-option-form
view.
1.4.3
Included commits: 1.4.2...1.4.3
Bugfixes
Fixed transfer definitions to include missing uses of Transfers or properties.
1.4.2
Included commits: 1.4.1...1.4.2
Improvements
- Adjusted the
shopping-list-product-option-list
molecule: introduced@content;
in mixin. - Deprecated the
shopping-list-product-option-list
mixin in theshopping-list-product-option-list
molecule; useproduct-option-widget-shopping-list-product-option-list
instead.
1.4.1
Included commits: 1.4.0...1.4.1
Bugfixes
- Adjusted
ShoppingListItemProductOptionFormExpanderPlugin
, so now it only expands a form when a product has Product Options configured.
1.4.0
Included commits: 1.3.2...1.4.0
Initial Release
- Adjusted the
product-options
molecule, so now it takescurrencyIsoCode
as a new optional attribute.