Skip to content

v3.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 08:40

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 to attributeValue 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 and hostedCartUrl props to AddToCartButton 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 when line_items have not loaded yet (83cbf2d)
  • Update metadata order by attributes prop on OrderContainer, resolve #214 (1989550)