All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Indonesian and Thai translations.
- English and Portuguese translations.
- Product quantity changing to input text when selecting the maximum available quantity
- Arabic, Norwegian and Norwegian variant translation
- Now considers default seller instead of first seller in
BaseProductQuantity
quantitySelectorStep
prop toproduct-quantity
andproduct-summary-quantity
. Enables users to control how each increment or decrement in quantity caused by these components is actually processed.
- Added prop
showUnit
to show or hide unit onquantity-selector
selectorType
prop toproduct-quantity
andproduct-summary-quantity
. Enables users to toggle between a dropdown and a numeric stepper.
- Fix SSR and consider that selectedItem might be undefined.
- Add fallback values to
measurementUnit
andunitMultiplier
.
- Show
measurementUnit
if it's different from the default. - Handle
unitMultiplier
.
product-summary-quantity
not working.- Remove changes of
1.3.1
.
- Component not working in
product-summary
.
- Bump versions of dependencies.
showLabel
andsize
props.
- Updated documentation.
- New CSS handles.
- Rebuild to enable lazy evaluation of product-quantity entrypoints.
- how
ProductQuantity
worked. Now it is possible for it to receiveselectedItem
andselectedQuantity
from external sources.
BaseProductQuantity
that contains the core logic ofProductQuantity
ProductSummaryQuantity
- Issue updating quantity because of the way of consuming the dispatch function.
- Use selectedQuantity from state of Product Page.
- Add missing translations.
- Initial release.