Skip to content

v0.84.0

Pre-release
Pre-release

Choose a tag to compare

@gray-bot gray-bot released this 12 May 20:29
e3e19b5

0.84.0 (2025-05-12)

⚠ BREAKING CHANGES

  • seo: DAFF_SEO_TITLE_ROUTER_UPDATES and provideDaffTitleRouterUpdates have been removed. Use native Angular features as a replacement
  • router,product: DaffRouterActivatedRoute and provideDaffRouterActivatedRoute has been removed from the API. The functionality of this service can be replaced with inject(ChildrenOutletContexts).getContext(PRIMARY_OUTLET).route. all best sellers features have been removed from @daffodil/product. Use @daffodil/related-products and @daffodil/upsell-products instead.
  • apps using apollo-angular should upgrade to v10
  • design: daffPrefixableMixin, DaffPrefixable, daffSuffixableMixin and DaffSuffixable no longer exist and has been replaced with DaffPrefixDirective and DaffSuffixDirective
  • design: black and white support on button has been removed. black -> dark and white -> light

Features

  • daffio: remove type-label mixin in favor of DaffioDocsApiItemLabelComponent (#3667) (3420320)
  • design: button theme updates (#3680) (2ffb5d3)
  • design: convert DaffErrorMessageComponent to standalone (#3695) (1b9848c)
  • design: convert DaffFormFieldComponent to standalone (#3694) (4e10047)
  • design: convert DaffFormLabelDirective to standalone (#3696) (86228f6)
  • design: convert DaffInputComponent to standalone (#3692) (5e41e98)
  • design: convert prefix and suffix directives to standalone (#3384) (5615fba)
  • design: remove DaffPrefixSuffixModule import from DaffMenuItemComponent (#3685) (ce1c315)
  • design: remove daff-illuminate functions in skeleton theme (#3677) (3609050)
  • design: update DaffInputComponent implementation (#3381) (8755a98)
  • design: update breadcrumb theme to include light and dark modes (#3673) (e293817)
  • design: update callout theme to include light and dark modes (#3675) (ec23673)
  • design: update hero theme to include light and dark modes (#3674) (a52d202)
  • design: update list theme to include light and dark modes (#3672) (00ee21f)
  • design: update menu theme to include light and dark modes (#3671) (4690b2b)
  • design: update navbar theme to include light and dark modes (#3670) (3b0fc5f)
  • design: update paginator theme to support light and dark modes (#3666) (54ae66f)
  • dgeni: hoist private parent members (#3683) (7716868)
  • docs,dgeni: add inputs and outputs from host directives (#3544) (96ffe71)
  • router,product: remove best sellers and DaffRouterActivatedRoute (#3693) (631af57)
  • seo: remove route title updates (#3697) (7fe01e9)
  • upgrade apollo-angular to v10 (#3686) (e51d34a)

Bug Fixes

  • daffio: update styles file to fix mixed declaration breaking change (#3682) (f583065)