Skip to content

v0.75.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gray-bot gray-bot released this 07 Aug 15:40
db026e9

0.75.0 (2024-08-07)

⚠ BREAKING CHANGES

  • design: daffColorMixin has been removed in favor of DaffColorableDirective. Update usage by using the hostDirective feature.
  • design: daffStatusMixin has been removed in favor of DaffStatusableDirective. Update usage by using the hostDirective feature.
  • design: daffCompactableMixin has been removed in favor of DaffCompactableDirective. Update usage by using the hostDirective feature.
  • design: daffSkeletonMixin has been removed in favor of DaffSkeletonableDirective. Update usage by using the hostDirective feature.
  • design: daffTextAlignmentMixin has been removed in favor of DaffTextAlignableDirective. Update usage by using the hostDirective feature.
  • design: daffManageContainerLayoutMixin has been removed in favor of DaffManageContainerLayoutDirective. Update usage by using the hostDirective feature.
  • design: daffArticleEncapsulatedMixin has been removed in favor of DaffArticleEncapsulatedDirective. Update usage by using the hostDirective instead.
  • seo: The following tokens are now exported from @daffodil/seo/router:
  • design: This removes the ComponentExampleWithModule and ComponentExample that were unintentionally exported from @daffodil/design. These types were never meant to be used by consumers.

Features

  • daffio: add scrollOffset so headings are not covered by the navbar (#2929) (bf21aab)
  • daffio: highlight active tree item in sidebar (#2926) (d59140a)
  • design: add ARIA features to modal (#2832) (fd838fd)
  • design: add server safe breakpoint observer token (#2952) (9d7eb6f)
  • design: change daffArticleEncapsulatedMixin to a directive (#2913) (b00d1e1)
  • design: change daffColorMixin to a directive (#2942) (f9bd6b5)
  • design: change daffCompactableMixin to a directive (#2937) (#2937) (d39a0fb)
  • design: change daffManageContainerLayoutMixin to a directive (#2919) (98f19c8)
  • design: change daffSizeMixin to a directive (#2925) (aa77469)
  • design: change daffSkeletonMixin to a directive (#2923) (d6a37c9)
  • design: change daffStatusMixin to a directive (#2941) (688b92d)
  • design: change daffTextAlignmentMixin to a directive (#2922) (ae6cb7e)
  • design: create DaffModalCloseDirective (#2832) (3140fee)
  • design: remove examples API (#2924) (6ded37e)
  • dgeni,docs-utils: centralize paths for different doc kinds (#2950) (d907c13)
  • router: add DaffRouterActivatedRoute service (#2949) (21acdca)
  • router: add generic to router data (#2951) (35738d4)
  • seo: remove explicit dep on ngrx/router-store (#2817) (e953dca)

Bug Fixes

  • design: update createCustomElementFromExample for API break (#2924) (f52244f)
  • dgeni: heading IDs using HTML encoded string (#2940) (b0770ef)
  • external-router: extract daff paths ignoring full path (#2955) (961512d)
  • search: SSR gets stuck in resolver when query is empty (#2954) (16b6000)