Skip to content

v0.87.0

Pre-release
Pre-release

Choose a tag to compare

@gray-bot gray-bot released this 10 Jul 15:58
bf7ca51

0.87.0 (2025-07-10)

⚠ BREAKING CHANGES

  • design, daffio: The daff-illuminate function has been deprecated and will be removed in version 0.90.0. Update usage of the function with the light and dark mixins.
  • design: DaffTextareaComponent has been moved to its own package and needs to be imported from @daffodil/design/textarea.

Features

  • cart: widen cart total name type (#3813) (09f275b)
  • core: add HTML type (#3778) (fb4844d)
  • core: add graphql validator type and helper (#3781) (5ad2e0e)
  • daffio: move scroll to top button to table of contents (#3801) (e954a1d)
  • daffio: render ToC from page contents (#3637) (4602e2a)
  • design, daffio: deprecate daff-illuminate function and replace usage with light and dark mixins (#3815) (30733b4)
  • design: add defaultStatus as a property in DaffStatusableDirective (#3788) (9ad3c35)
  • design: add info as a status option in DaffNotificationComponent (#3787) (2d73e2d)
  • design: add accessibility considerations to DaffTextareaComponent (#3780) (c30b308)
  • design: add array imports for each button type and update docs (#3820) (1f62c72)
  • design: clean up article styles (#3786) (fa1df00)
  • design: create DaffTextareaComponent (#3382) (7d15a3f)
  • design: create select component (#2458) (d6d2fb3)
  • design: only show console warnings in dev mode for design components (#3816) (b19d4fa)
  • design: remove extra text-truncate style in button (#3774) (7d2ff57)
  • design: shard DaffTextareaComponent (#3789) (404e5b2)
  • design: throw an error if the DaffInputComponent is not used with the DaffFormFieldComponent (#3779) (200dfcf)
  • design: update form field UI to support actions and add fluid appearance (#3773) (2283bba)
  • design: update modal styles so a custom width can be set on the attached modal content component (#3798) (69283f8)
  • dgeni: generate search index (#3809) (a512232)
  • dgeni: include tools in package guide generation (#3792) (22bea32)
  • order: support extra transforms in magento driver (#3814) (7ba0b0c)

Bug Fixes

  • daffio: outputs ToC label (#3791) (649a429)
  • design: fix input id not updating when form field's id changes (#3784) (9a8d19c)
  • design: return focus to activator after modal is closed (#3741) (b2f71bb)