Skip to content

Latest commit

 

History

History
135 lines (94 loc) · 2.96 KB

File metadata and controls

135 lines (94 loc) · 2.96 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

[2.8.2] - 2023-06-30

Fixed

  • Fixes of i18n on readme.md

[2.8.1] - 2023-05-31

Fixed

  • Condition Product not considering async values from products

[2.8.0] - 2023-04-27

Added

  • Product price discount condition hasBestPrice.

[2.7.0] - 2023-04-05

Added

  • Seller id(s) condition sellerId

[2.6.0] - 2022-07-19

Added

  • ConditionLayoutTelemarketing component.

[2.5.0] - 2022-01-17

Added

  • ConditionLayoutCategory component.

[2.4.0] - 2021-12-28

Changed

  • the callout about the new version of Condition Layout.

[2.3.0] - 2021-08-02

Added

  • Seller quantity condition hasMoreSellersThan

[2.2.0] - 2021-07-28

Added

  • ConditionLayoutBinding component.

[2.1.3] - 2021-01-27

Fixed

  • Avoid breaking if product context is not filled yet.

[2.1.2] - 2020-12-22

Fixed

  • matchType instead of match in docs

Added

  • Document usage limitation of categoryTree.

[2.1.1] - 2020-11-05

Changed

  • Better TypeScript typing semantics.

[2.1.0] - 2020-11-05

Added

  • Product availability condition isProductAvailable

Changed

  • Updated the example for Readme

[2.0.0] - 2020-10-26

Changed

  • Simplified codebase.
  • Removed unnecessary condition.{context} and condition.else blocks.

[1.3.0] - 2020-09-30

Added

  • areAllVariationsSelected subject to condition.product.

Fixed

  • Prevent condition.else and other condition blocks to be rendered at the same time.

Changed

  • Invalid condition error will only appear in the development environment.

[1.2.0] - 2020-06-02

Added

  • Product specification condition specificationProperties.

[1.1.7] - 2020-05-20

Fixed

  • Update app documentation (README.md file)

[1.1.6] - 2020-05-08

Fixed

  • Prevent the ConditionLayout from rendering nothing after changing the values from its context.

[1.1.5] - 2020-05-06

Fixed

  • Prevent infinite loop from changing the values reference in every render.

[1.1.4] - 2020-05-05

Fixed

  • Bug caused by null product and selectedItem.

[1.1.3] - 2020-04-16

[1.1.2] - 2020-04-16

Fixed

  • matched context value not being recalculated after its invalidation.

[1.1.1] - 2020-04-13

Fixed

  • Update the condition context values when it's externally updated.

[1.1.0] - 2020-04-13

Added

  • Schemas to components to be able to edit them via Site Editor.
  • condition.product block.
  • enabled flag for conditions in the site editor.

[1.0.1] - 2020-04-08

Fixed

  • Prevent exception when an array subject is not available yet.

[1.0.0] - 2020-04-06

Added

  • condition and condition.else and condition-layout.product blocks.