Releases: commercelayer/commercelayer-react-components
Releases · commercelayer/commercelayer-react-components
v3.14.1-alpha.1
v3.14.1-beta.2
v3.14.1-beta.1
3.14.1-beta.1 (2022-06-16)
Bug Fixes
- Remove
line_item
when adding a new one usingbuyNowMode
(1ed1cf4)
v3.14.0
3.14.0 (2022-06-16)
Bug Fixes
- Allow a React node as label on
CartLink
component (e67b999) - Disable
AddToCartButton
(08b7150) - Dispatch sku code properly between contexts (bab9957)
- Get order for the thank you page (8602f12)
- Infinite loop without an order (d23f0f2)
- Line items counter, resolve #223 (f7570d7)
- quantity prop on
LineItemsEmpty
component (e5e13eb) - Reload line_items when they are empty (2de5a91)
- Rename and expose
element
prop toattributeValue
prop on the generic field component (aa838e5) - Set default value to
QuantitySelector
(ae9b497) - Set default value to
QuantitySelector
(86a10bc) - Set default value to
QuantitySelectory
component (0a71b27)
Features
- Add
redirectToHostedCart
andhostedCartUrl
props toAddToCartButton
component (2d1c2b1) - Create
CartLink
component (56a0603)
Performance Improvements
- Allow the metadata updating on
OrderContainer
(388ae85) - Avoid duplicate requests from external re-rendering (c6b3458)
- Clean line items on buy now mode (4ac0896)
- Set
undefined
quantity whenline_items
have not loaded yet (83cbf2d) - Update metadata order by
attributes
prop onOrderContainer
, resolve #214 (1989550)
v3.14.0-beta.4
v3.14.0-beta.3
3.14.0-beta.3 (2022-06-13)
Bug Fixes
- Rename and expose
element
prop toattributeValue
prop on the generic field component (5ec3815)
v3.14.0-beta.2
3.14.0-beta.2 (2022-06-10)
Bug Fixes
- Allow a React node as label on
CartLink
component (b95d367) - Line items counter, resolve #223 (16dcc23)
Performance Improvements
v3.14.0-beta.1
v3.13.1-beta.1
3.13.1-beta.1 (2022-06-06)
Bug Fixes
- Get order for the thank you page (3e9f6c2)
- quantity prop on
LineItemsEmpty
component (acb2724) - Reload line_items when they are empty (327d901)
Performance Improvements
- Set
undefined
quantity whenline_items
have not loaded yet (9ad380d)
v3.13.0
3.13.0 (2022-05-31)
Bug Fixes
- Expose parentRef for custom children function (436c9a4)
- Free label on
ShippingMethodPrice
(d13a7eb) - List of stock transfers (7515ded)
- Remove gift card from LineItem when it is a discount (2993627)
- Remove glitch on auto-preselecting the shipping method (3709caf)
- Remove types minimization (49112dc)
- Reset shipping method selector when add or remove a coupon (a3880a7)
- Shipping method price label (112804d)
- Show free items (064d8f8)
- Show right label for amount equal to zero and free over amount (7eb89b4)
Features
- Add new
fetchOrder
prop toOrderContainer
and improve network requests (eb3f19e)