Skip to content

v0.69.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gray-bot gray-bot released this 08 May 14:38
f3cc393

0.69.0 (2024-04-30)

⚠ BREAKING CHANGES

  • design: Previously, the now-named renderMode "not-in-dom" was the default. This is no longer the case. If one was rendering immensely large trees and you now notice a significant slow-down, you can change the renderMode like:
  • design: DaffBackdropModule code has been moved into DaffSidebarModule. It can no longer be used as a standalone component in @daffodil/design

Features

  • core: add subpackage for external scripts (#2773) (53b0d65)
  • design: add immutable tree transform (#2776) (d2ce4fd)
  • design: add tree renderMode (#2777) (2d8ec58)
  • design: implement article encapsulated mixin in DaffTreeComponent and add docs to design-land (#2771) (baa150e)
  • design: move DaffBackdropModule into DaffSidebarModule (#2673) (01db447)
  • navigation: add injectable transforms to magento driver (#2774) (60bd6db)

Bug Fixes

  • design: remove overflow style on destroy of sidebar-viewport (#2779) (cadc240)