Skip to content

v0.93.0

Pre-release
Pre-release

Choose a tag to compare

@gray-bot gray-bot released this 24 Jun 18:09
bb25009

0.93.0 (2026-06-24)

⚠ BREAKING CHANGES

  • navigation: DaffNavigationInMemoryDriverModule has been removed, use provideDaffNavigationInMemoryDriver instead. DaffNavigationMagentoDriverModule has been removed, use provideDaffNavigationMagentoDriver instead.
  • design: DaffOpenableDirective now exposes open as a signal rather than a plain property. Template bindings ([open]="true / false") continue to work, but any programmatic access must go through the signal API. You must now invoke the signal: directive.open -> directive.open().
  • core,content,category,product: GraphQlApolloValidator now requires 2 type params
  • core,auth,driver: DaffApolloHeaderProvider now returns HttpHeaders
  • upgrade to angular 21 (#4442)

Features

  • cart,product: export meta reducer factory providers (#4545) (e74bdea)
  • cart: export magento driver extension factory providers (#4546) (5cdc2b0)
  • core,auth,driver: return headers from DaffApolloHeaderProvider (#4544) (0c0c29f)
  • core,content,category,product: allow validators to narrow type (#4548) (f0f9d99)
  • demo: use zone change detection (#4442) (292176c)
  • design: add deprecate tag to orientable and text alignable (#4487) (531b0d0)
  • design: add global scrollbar styling (#4526) (cdf9be7)
  • design: convert @daffodil/design/button to use signals (#4542) (c9071d8)
  • design: convert DaffOpenableDirective to use signals (#4553) (dcc6959)
  • design: deprecate DaffSizableEnum and DaffSizable and update documentation (#4465) (b3f880c)
  • design: implement hover media query in design components (#4493) (922e73f)
  • design: move global scrollbar style to body only (#4527) (2f48ca9)
  • design: relabel formerly private properties to @docs-private so that angular host can access them (#4442) (72bd274)
  • navigation: remove driver modules (#4554) (2c7d3a7)
  • search-product: make magento incremental seach query cacheable (#4502) (ce51864)
  • support @apollo/client@^4 (#4442) (70d354e)
  • upgrade to angular 21 (#4442) (b4e5c3d)

Bug Fixes

  • daffio: DaffioActiveHeaderService zombies event listener (#4556) (a6c5011)
  • design: apply form field control right padding removal only when action is present (#4492) (bc34302)
  • design: use DaffDisableableDirective in tag component (#4538) (8cfa69a)
  • external-router: magento driver does not request product key fields (#4488) (89ec493)