Skip to content

v0.61.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gray-bot gray-bot released this 19 Jul 16:00
a3be91f

0.61.0 (2023-07-18)

⚠ BREAKING CHANGES

  • cart: initialState -> daffCartReducerInitialState
  • search:* changes DaffSearchDriverInterface#incremental to return a DaffSearchResultCollection. changes DaffSearchIncrementalSuccess#payload to be a DaffSearchResultCollection
  • design: rename native select sass and paths (#2475)

Features

  • auth: add DaffAuthResetToUnauthenticated (#2504) (57127d3)
  • auth: add unauthenticated hook tokens (#2503) (0f0d0c3)
  • auth: call unauthenticated hooks before resetting client cache (#2505) (a519413)
  • auth: delay client cache reset (#2495) (33c3c9b)
  • authorizenet: reduce backoff timing for accept.js retry (#2465) (62a16b0)
  • cart-customer: only merge if a cart ID is in storage (#2502) (11b1bb1)
  • cart-customer: remove cart ID from storage when unauthenticated (#2507) (e8fc2c4)
  • cart-customer: reset cart state when the user is unauthenticated (#2509) (e26ab24)
  • cart-customer: set cart to mutating when the user is logged in (#2508) (33d9c1a)
  • cart: add daffCartDriverHandleCartNotFound (#2489) (15cb6cd)
  • cart: add DaffCartDriverResolveService (#2490) (f691fd8)
  • cart: add DaffResolveCartGuard (#2506) (5da2cfc)
  • cart: create cart automatically for add cart item (#2493) (88e5ef9)
  • cart: only initially resolve cart if ID is in storage (#2492) (cc3db71)
  • cart: package prefix reducer initial state exports (#2501) (c7b85d7)
  • cart: throw unrecoverable errors in magento driver (#2488) (18bca84)
  • cart: use DaffCartDriverResolveService for resolve effects (#2491) (bbd939e)
  • design: add hostbinding class to error message so the theming styles can be properly applied (#2479) (80fe194)
  • design: add loading, disabled, and tabindex properties to button component (#2448) (678e8a9)
  • design: create <daff-flat-button> variant (#2448) (ed4a52d)
  • design: expose colorable public_api to core's public_api (#2487) (5c7669d)
  • design: expose DaffStatusable to the public api (#2485) (d82d703)
  • design: expose form label to the public api (#2478) (7661c57)
  • design: remove default color on loading icon and update styles (#2448) (2649337)
  • design: remove focus style and optimize background color animations on buttons (#2448) (9163a24)
  • design: rename native select sass and paths (#2475) (990919f)
  • design: set the base stroked and flat button text color to currentColor (#2500) (939a655)
  • design: show the daff loading icon when loading is set to true on a button (#2448) (6d6067f)
  • design: update daff-green palette colors to be more aligned with the other decorative palettes (#2486) (d9596a9)
  • paypal: set payment loading for generate express token (#2461) (4d9003f)
  • search:* remove collection metadata request from incremental search (#2494) (56f37a4)

Bug Fixes

  • design: update skeleton screen positioning style (1a5c02c)