Skip to content

Latest commit

 

History

History
126 lines (82 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

126 lines (82 loc) · 2.83 KB

Changelog

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.

[Unreleased]

[2.0.2] - 2024-02-06

[2.0.1] - 2024-02-05

[2.0.0] - 2024-02-05

[1.9.1] - 2024-02-05

Fixed

[1.9.0] - 2022-12-23

Added

  • Indonesian and Thai translations.

Fixed

  • English and Portuguese translations.

[1.8.1] - 2022-06-22

Fixed

  • Product quantity changing to input text when selecting the maximum available quantity

[1.8.0] - 2022-03-14

Added

  • Arabic, Norwegian and Norwegian variant translation

[1.7.1] - 2021-09-21

Fixed

  • Now considers default seller instead of first seller in BaseProductQuantity

[1.7.0] - 2021-07-26

Added

  • quantitySelectorStep prop to product-quantity and product-summary-quantity. Enables users to control how each increment or decrement in quantity caused by these components is actually processed.

[1.6.0] - 2021-01-13

Added

  • Added prop showUnit to show or hide unit on quantity-selector

[1.5.0] - 2020-10-27

Added

  • selectorType prop to product-quantity and product-summary-quantity. Enables users to toggle between a dropdown and a numeric stepper.

[1.4.1] - 2020-05-01

Fixed

  • Fix SSR and consider that selectedItem might be undefined.
  • Add fallback values to measurementUnit and unitMultiplier.

[1.4.0] - 2020-04-28

Added

  • Show measurementUnit if it's different from the default.
  • Handle unitMultiplier.

[1.3.2] - 2020-04-06

Fixed

  • product-summary-quantity not working.
  • Remove changes of 1.3.1.

[1.3.1] - 2020-04-03

Fixed

  • Component not working in product-summary.

Security

  • Bump versions of dependencies.

[1.3.0] - 2020-03-03

Added

  • showLabel and size props.

[1.2.1] - 2019-12-05

Changed

  • Updated documentation.

[1.2.0] - 2019-12-03

Added

  • New CSS handles.

[1.1.2] - 2019-10-28

Chore

  • Rebuild to enable lazy evaluation of product-quantity entrypoints.

[1.1.1] - 2019-08-29

[1.1.0] - 2019-08-27

Changed

  • how ProductQuantity worked. Now it is possible for it to receive selectedItem and selectedQuantity from external sources.

Added

  • BaseProductQuantity that contains the core logic of ProductQuantity
  • ProductSummaryQuantity

[1.0.3] - 2019-07-02

Fixed

  • Issue updating quantity because of the way of consuming the dispatch function.

[1.0.2] - 2019-06-26

Changed

  • Use selectedQuantity from state of Product Page.

[1.0.1] - 2019-06-03

Fixed

  • Add missing translations.

[1.0.0] - 2019-06-03

Added

  • Initial release.