Skip to content

Latest commit

 

History

History
161 lines (82 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

161 lines (82 loc) · 8.31 KB

@commercetools/sync-actions

5.16.0

Minor Changes

5.15.0

Minor Changes

5.14.0

Minor Changes

  • #1876 27f0d2b6 Thanks @jaikumar-tj! - Add support for attribute groups changeName, setKey, setDescription, addAttribute and removeAttribute actions.

5.13.0

Minor Changes

5.12.2

Patch Changes

5.12.1

Patch Changes

5.12.0

Minor Changes

  • #1863 7ed7a663 Thanks @ragafus! - Add support for StandalonePrice setKey, setValidFrom, setValidUntil, setValidFromAndUntil and changeActive actions.

5.11.0

Minor Changes

5.10.0

Minor Changes

  • #1856 9a3e3711 Thanks @qmateub! - orders sync-actions: support action on delivery items setDeliveryItems

5.9.0

Minor Changes

  • #1853 4bb8f979 Thanks @markus-azer! - types sync-actions: support the following actions changeInputHint, changeEnumValueLabel, changeLocalizedEnumValueLabel.

5.8.0

Minor Changes

  • #1852 94a376c8 Thanks @markus-azer! - types sync-actions: fix action structure for changeFieldDefinitionOrder fix internal type sync error by adding optional chaining

5.7.0

Minor Changes

  • #1850 330cd9a9 Thanks @markus-azer! - types sync-actions: fix action structure for changeLocalizedEnumValueOrder, changeEnumValueOrder

5.6.0

Minor Changes

5.5.0

Minor Changes

5.4.1

Patch Changes

5.4.0

Minor Changes

5.3.1

Patch Changes

  • #1818 856929e3 Thanks @qmateub! - fix(sync-actions/orders): adjust diff calculation of returnInfo items

5.3.0

Minor Changes

5.2.0

Minor Changes

  • cad54c42 Thanks @qmateub! - feat(sync-actions): improve performance for large arrays comparisons"

5.1.0

Minor Changes

5.0.0

Major Changes

  • #1775 35669f30 Thanks @ajimae! - Drop support for Node v10 and v12. Supported versions now are v14, v16 and v18.

4.13.0

Minor Changes

4.12.0

Minor Changes

4.11.0

Minor Changes

4.10.1

Patch Changes

  • #1770 381d1e1f Thanks @mohib0306! - Fix product selection's name update action. setName => changeName Expose createSyncProductSelections from sync-actions package

4.10.0

Minor Changes

  • #1767 1aef3423 Thanks @mohib0306! - feat(sync-actions/product-selections): add sync action support for product selections

    As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.