Skip to content

Latest commit

 

History

History
142 lines (103 loc) · 2.99 KB

File metadata and controls

142 lines (103 loc) · 2.99 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]

Changed

  • Update GitHub actions/cache to v4
  • Update DK Catalog platform-flow-id

[0.10.1] - 2024-02-01

Fixed

  • Min docs improvements

[0.10.0] - 2021-08-03

Added

  • loadingItem to product context
  • Action SET_LOADING_ITEM to product context dispatch.

[0.9.9] - 2021-03-30

Fixed

  • Fixed typing for assembly options

[0.9.8] - 2021-03-30

Fixed

  • Fixed typing for product item metadata

[0.9.7] - 2020-12-21

Fixed

  • Added originalName to ProductSpecification.

Changed

  • Deprecate SpecificationGroupItem.

[0.9.6] - 2020-12-15

Fixed

  • Product Dispatch context.

[0.9.5] - 2020-12-10

Fixed

  • Expose context state types.
  • teasers types.

[0.9.4] - 2020-12-01

Fixed

  • Typings for specificationGroups (once again).

[0.9.3] - 2020-12-01

Fixed

  • Typings for specificationGroups.

[0.9.2] - 2020-10-09

Fixed

  • product.specifications types.

[0.9.1] - 2020-09-28

Fixed

  • Move productClusters typings definitions to Product type.

[0.9.0] - 2020-09-15

Added

  • Documentation on how to use the app.

[0.8.2] - 2020-09-04

Added

  • useProductDispatch hook.

Fixed

  • TypeScript types not being picked-up and exported correctly by React builder.

[0.8.1] - 2020-07-22

Fixed

  • When variants are passed in the query string, guarantee that the matched SKU is available if possible.

[0.8.0] - 2020-07-10

Added

  • Support for the property__VariationName=Variation query string.

[0.7.1] - 2020-02-11

Added

  • SELECT_IMAGE_VARIATION action.

[0.7.0] - 2020-01-15

Added

  • skuSpecifications on Product.

[0.6.0] - 2019-12-27

Added

  • Docs builder.

[0.5.0] - 2019-11-11

Added

  • Support for selecting a SKU using the query string idsku.

[0.4.0] - 2019-10-30

Added

  • SET_BUY_BUTTON_CLICKED action.

[0.3.2] - 2019-10-28

Chore

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

[0.3.1] - 2019-09-20

Fixed

  • Fix SET_PRODUCT action on context that wS leaving product as undefined.

[0.3.0] - 2019-09-20 - Deprecated

Fixed

  • itemMetadata types

Added

  • required field to AssemblyOptions type.
  • inputValues field to AssemblyOptions type.

[0.2.0] - 2019-09-18

Added

  • Handle Assembly Options' Input Values.

[0.1.1] - 2019-09-16

Fixed

  • Protect against wrong args format in reducer.

[0.1.0] - 2019-09-16

Changed

  • Move useReducer and types declaration from vtex.store to here.
  • Move logic to sync product in context to here.

[0.0.7] - 2019-08-29

[0.0.6] - 2019-07-11

Fixed

  • Initialise ProductDispatchContext with null, allowing easier detection of uninitialised context.

[0.0.5] - 2019-06-27

Fixed

  • Build assets with new builder hub.