v0.82.0
Pre-release
Pre-release
0.82.0 (2025-04-10)
⚠ BREAKING CHANGES
- external-router:
DaffExternalRouterDriverInMemoryModulehas been removed - design: update breadcrumb active state implementation (#3523)
- design:
DaffPrefixSuffixModuleis no longer exported throughDAFF_TABS_COMPONENTS. If you are using tabs with a prefix or suffix, make sure to importDaffPrefixSuffixModulein your usage component. - design:
DaffPrefixSuffixModuleis no longer exported throughDAFF_BUTTON_COMPONENTS. If you are using a button with a prefix or suffix, make sure to importDaffPrefixSuffixModulein your usage component. - design:
DAFF_CARD_COMPONENTSnow only exports theDaffCardComponent. To useDaffRaisedComponentorDaffStrokedComponent, usedDAFF_RAISED_CARD_COMPONENTSandDAFF_STROKED_CARD_COMPONENTS.DAFF_ALL_CARD_COMPONENTScan be used if all card types are needed.
Features
- customer-order: sort newest first by default (#3582) (c3d70e1)
- daffio: add sidebar section strategy support (#3459) (9d90ad0)
- daffio: add table of contents sidebar for mobile view (#3458) (fe07b27)
- daffio: clean up mobile menu button UI (#3522) (63af378)
- daffio: create docs footer (#3516) (7039c7f)
- daffio: rename
DaffioDocArticleComponenttoDaffioDocViewerComponent(#3570) (00e1724) - daffio: render design component guide and API docs with tabs (#3377) (0a8daf3)
- daffio: reorder docs nav (#3510) (73f8d86)
- daffio: truncate table of content links (#3532) (4972581)
- demo: add shopify configuration for demo (#3576) (8a99876)
- design, daffio: add sidebar viewport footer content slot (#3484) (095d781)
- design: add
elevatedproperty to button and deprecatedDaffRaisedButtonComponent(#3575) (b76b0ab) - design: add accessibility considerations and disabled prop to accordion (#3511) (929bc45)
- design: add dark and light mixins for theme handling (#3524) (b947db2)
- design: add new youtube player component (#3579) (e17e63c)
- design: add video support to media gallery (#3580) (cc685b0)
- design: allow individual card type imports (#3474) (ce27b32)
- design: clean up article styles (#3536) (99a116d)
- design: deprecate white and black options in favor of light and dark (#3577) (83d9792)
- design: move toast action button style and size values into separate types (#3581) (02f910d)
- design: refine
onUrlChangebehavior for tabs component (#3567) (f004546) - design: remove DaffPrefixSuffixModule imports from button components and update usage docs (#3503) (14d92d1)
- design: remove prefix suffix import from tabs and udpdate docs (#3506) (352ca08)
- design: rename
daff-thememixin todaff-component-themes(#3564) (5b4ffad) - design: update article heading and table styles (#3584) (c8c0824)
- design: update breadcrumb active state implementation (#3523) (b3e6efa)
- design: update button themes to support light and dark mode (#3571) (fdb4490)
- design: update loading icon theme to support light and dark mode (#3572) (6b67713)
- dgeni: add an import example to API docs (#3542) (5b1c3f1)
- dgeni: ensure unique slug in heading IDs (#3547) (59209f0)
- dgeni: render API source block (#3385) (3fb4350)
- driver, product: add Shopify product driver and supporting code (#3529) (50f2b4c)
- driver: add shopify driver with models + graphql config + codegen (#3519) (68e6289)
- external-router: remove
DaffExternalRouterDriverInMemoryModule(#3592) (f964cab) - shop: add scroll to top button to docs (#3509) (452606b)
- tools-dgeni: clean up API templates (#3495) (4edba98)
Bug Fixes
- design,dgeni: link tags don't work in child API descriptions (#3537) (7808631)
- design: tab consumers not notified of tab reset on location change (#3540) (b577827)
- design: tabs reset on same page navigation (#3548) (10ca503)
- dgeni: API docs include private members (#3535) (66ae18e)
- dgeni: design component API ToC has examples (#3539) (82f9f6d)
- dgeni: examples without captions are misrendered (#3530) (86cad3a)
- dgeni: interface property heading tags don't respect child mode (#3538) (c2bd2df)
- dgeni: linking API member descriptions that aren't codespans (#3527) (3523701)
- dgeni: non-alphabetic characters don't get linked (#3551) (7231562)
- dgeni: package is skipped during breadcrumb generation (#3533) (be3a0e1)
- external-router:
meta_descriptionmissing from magento categories (#3585) (7fb8539) - product: improve getByUrl url param docs (#3518) (c609ab5)