Skip to content

v0.62.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gray-bot gray-bot released this 26 Jul 19:06
9e124fb

0.62.0 (2023-07-26)

⚠ BREAKING CHANGES

  • auth: DAFF_AUTH_UNAUTHENTICATED_HOOKS contains functions that now must return an observable
  • design: The sidebar now holds the state of the sidebar (instead of the viewport), specifically "mode" and "open".

Features

  • auth: support asynchronous unauthenticated hooks (#2513) (2100b24)
  • cart-customer: check token for cart mutation failures (#2450) (f14af85)
  • core: add allOf operator (#2517) (53c6bdc)
  • core: add anyOf operator (#2516) (a61dc02)
  • customer-payment: add support for customer payments (#2344) (49f6cf6)
  • customer: correctly handle missing customer address ID (#2515) (4761b9e)
  • daffio: implement tree (#1824) (e15b6a2)
  • design: add tree component (#1622) (f211e48)
  • design: allow multiple sidebars of various modes and sides (dd6bc28)
  • design: implement tree in left nav (#1824) (3aa4727)

Bug Fixes

  • auth: logout flow gets triggered for auth check network failures (#2482) (7d6b62d)
  • daffio: use new sidebar implementation (22d293c)
  • demo: use new sidebar implementation (e1a6122)