- #1975
a550762Thanks @nicolasnieto92! - handle product level attributes when money value is undefined
-
#1974
7c66feaThanks @jmakkoth-ct! - Added the following recurring orders sync actions- setOrderSkipConfiguration
- setStartsAt
- setExpiresAt
- setSchedule
- #1969
961de7cThanks @peter-gerhard! - Add support for product level attributes
-
#1741
dd64902Thanks @renovate! - Remove resolutions from dependencies. -
#1948
586ce1dThanks @renovate! - chore(deps): update all dependencies -
#1957
acdf899Thanks @YahiaElTai! - added recurring orders sync actions -
#1949
6fe114eThanks @industrian! - Update links to documentation. -
#1952
8ce2297Thanks @renovate! - fix(deps): update all dependencies
-
#1930
5a56792Thanks @tdeekens! - # Requires Node.js v18 or laterThis releases migrates packages to require Node.js v18 or later. Ideally you should be already using Node.js v20 or later. According to Node.js Releases Node.js v18 will be in maintenance and reach End of Life by the end of April.
Other than requiring Node.js v18 packages with this releases do not contain any internal breaking changes.
-
#1927
a4705c19Thanks @CarlosCortizasCT! - We found an issue in the way thejsondiffpatchwas used that made this package not usable in a browser environment.In this version we adjust the way that package is imported and we pin a transitive dependency (
chalk) to fix the error.
- #1921
c9d23e86Thanks @kafis! - Introducing configuration to control the behaviour regarding generation of UpdateActions in respect to unsetting fields
- #1919
1c867e02Thanks @CarlosCortizasCT! - Update the way we import thejsondiffpathdependency to useimportinstead ofrequire.
- #1914
6e1195edThanks @antoniolodias! - fix: filter out unchanged taxrates from changed list
- #1912
06866537Thanks @markus-azer! - Fix product action groups category order hints
- #1908
df373a1aThanks @ChristianMoll! - Fix action keys for changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus
- #1903
164f1ce7Thanks @ChristianMoll! - Add sync actions changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus
- #1897
940dd70bThanks @antoniolodias! - add changeActive to shipping methods base actions
- #1885
d6cb2740Thanks @kafis! - Add support for 'changeAssetOrder' in (ProductVariants)[https://docs.commercetools.com/api/projects/products#change-asset-order].
- #1876
27f0d2b6Thanks @jaikumar-tj! - Add support for attribute groupschangeName,setKey,setDescription,addAttributeandremoveAttributeactions.
- #1874
69f4501dThanks @taylor-knapp! - Handle long text values performantly
- #1871
4f8ea39bThanks @ARRIOLALEO! - rollback setPriceTiers name change
- #1869
7285a9fbThanks @ARRIOLALEO! - Add support for StandalonePricesetPriceTier
- #1863
7ed7a663Thanks @ragafus! - Add support for StandalonePricesetKey,setValidFrom,setValidUntil,setValidFromAndUntilandchangeActiveactions.
- #1864
91f6b617Thanks @ARRIOLALEO! - Add support for StandalonePricesetPriceTiers
- #1856
9a3e3711Thanks @qmateub! - orders sync-actions: support action on delivery itemssetDeliveryItems
- #1853
4bb8f979Thanks @markus-azer! - types sync-actions: support the following actionschangeInputHint,changeEnumValueLabel,changeLocalizedEnumValueLabel.
- #1852
94a376c8Thanks @markus-azer! - types sync-actions: fix action structure for changeFieldDefinitionOrder fix internal type sync error by adding optional chaining
- #1850
330cd9a9Thanks @markus-azer! - types sync-actions: fix action structure for changeLocalizedEnumValueOrder, changeEnumValueOrder
- #1844
23f0529bThanks @markus-azer! - Add localizedName action to shipping methods
- #1841
b90c7238Thanks @Rombelirk! - Add Custom Fields to Shipping Methods.
- #1836
ad34d030Thanks @nicolasnieto92! - Add setAuthenticationMode sync action
- #1818
856929e3Thanks @qmateub! - fix(sync-actions/orders): adjust diff calculation of returnInfo items
- #1803
823985aeThanks @nicolasnieto92! - Add createSyncStandalonePrices export to index for supporting prices sync actions
- #1775
35669f30Thanks @ajimae! - Drop support for Nodev10andv12. Supported versions now arev14,v16andv18.
- #1798
850325d0Thanks @markus-azer! - support standalone prices
- #1796
7aaf91cdThanks @VineetKumarKushwaha! - Fix custom types sync actions to detect addEnumValue action correctly
- #1788
f1acfb67Thanks @nicolasnieto92! - Add setPriceMode sync action for commercetools-importer project
- #1770
381d1e1fThanks @mohib0306! - Fix product selection's name update action.setName=>changeNameExposecreateSyncProductSelectionsfromsync-actionspackage
-
#1767
1aef3423Thanks @mohib0306! - feat(sync-actions/product-selections): add sync action support for product selectionsAs product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.