v0.67.0
Pre-release
Pre-release
0.67.0 (2024-01-25)
⚠ BREAKING CHANGES
- Angular has been upgraded to v17
- Angular has been upgraded to v16
- design, daffio: update
daff-gray
palette name todaff-neutral
(#2736) - upgrade node to v18 (#2732)
- design: The
DaffSizeable
interface has been renamed toDaffSizable
- customer-store-credit:
daffCustomerProvideExtraReducers
->daffCustomerStoreCreditProvideExtraReducers
- cart-store-credit:
daffCustomerStoreCredit
->daffCartStoreCredit
- design:
DaffPaginatorModule
has moved to its own package. Update imports to@daffodil/design/paginator
- design:
DaffNavbarModule
has moved to its own package. Update imports to@daffodil/design/navbar
- design:
DaffModalModule
has moved to its own package. Update imports to@daffodil/design/modal
- design:
DaffMenuModule
has moved to its own package. Update imports to@daffodil/design/menu
- design:
DaffMediaGalleryModule
has moved to its own package. Update imports to@daffodil/design/media-gallery
- list:
DaffListModule
has moved to its own package. Update imports to@daffodil/design/list
- design:
DaffLinkSetModule
has moved to its own package. Update imports to@daffodil/design/link-set
- design:
DaffHeroModule
has moved to its own package. Update imports to@daffodil/design/hero
- design:
DaffCardModule
has moved to its own package. Update imports to@daffodil/design/card
- design:
DaffSidebarModule
has moved to its own package. Update imports to@daffodil/design/sidebar
- design:
DaffCalloutModule
has moved to its own package. Update imports to@daffodil/design/callout
- design:
DaffLoadingIconModule
has moved to its own package. Update imports to@daffodil/design/loading-icon
- design:
DaffAccordionModule
has moved to its own package. Update imports to@daffodil/design/accordion
- design:
DaffImageModule
has moved to its own package. Update imports to@daffodil/design/image
- design:
DaffContainerModule
has moved to its own package. Update imports to@daffodil/design/container
- design:
DaffButtonModule
has moved to its own package. Update imports to@daffodil/design/button
- design: Article component has moved to its own package. Update imports to @daffodil/design/article
Features
- cart-store-credit: fix copy/paste errors (#2705) (20921d4)
- daffio: add packages overview page (#2721) (10c1b79)
- daffio: clean up doc viewer UI (#2722) (3966654)
- daffio: clean up docs and marketing header styles (#2715) (9792701)
- daffio: clean up footer styles (#2723) (2f550fc)
- daffio: create packages sidebar (#2725) (e96e4cf)
- daffio: create separate footer for docs and add footer to named views enum (#2733) (cfc2802)
- daffio: dynamic nav and sidebar content (#2686) (4fe945c)
- daffio: revert to module bootstrap in server (#2728) (9b07f7d)
- daffio: update api list item background color to animate via opacity (#2734) (faacca5)
- daffio: update named views to specify sidebar header, content, and footer separately, and update usages (#2724) (891a730)
- design: add DaffSizeable to design core's public api (#2653) (776faa3)
- design: add word wrap style to article headings (#2709) (5acb15c)
- design: clean up card styles (#2720) (8399a1b)
- design: expose all functions and types of DaffTextAlignable to the public api (#2650) (958dfa7)
- design: improve sidebar component (#2569) (b2f1e3e)
- design: rename DaffSizeable interface to DaffSizable (#2730) (ab3b70a)
- design: set sidebar header action's position to absolute (#2702) (8eb5c67)
- design: shard accordion component (#2664) (f5836a1)
- design: shard article component (#2652) (6347315)
- design: shard button component (#2654) (eba3142)
- design: shard callout component (#2669) (e332b7c)
- design: shard card component (#2674) (142e1c1)
- design: shard container component (#2655) (ce5a331)
- design: shard hero component (#2675) (bfd8cc5)
- design: shard image component (#2656) (c8e376b)
- design: shard link set component (#2677) (43edf2d)
- design: shard loading icon component (#2668) (7434000)
- design: shard media gallery component (#2679) (bf1a0f6)
- design: shard menu component (#2698) (ab2836b)
- design: shard modal component (#2699) (8b355a1)
- design: shard navbar component (#2700) (de9ae3e)
- design: shard paginator component (#2701) (b5338a0)
- design: shard sidebar component (#2670) (88e31ed)
- design: update sidebar overflow styles so elements within the viewport content can be positioned sticky (043b527)
- design: update sidebar viewport overflow style to change on animation start and done (#2718) (2ec65c2)
- eslint-config: restore legacy lint rules (#2728) (97e9203)
- list: shard list component (#2678) (6d96924)
- router: add
@daffodil/router
(#2708) (2b61dd8) - upgrade Angular to v17 (#2728) (afe4936)
- upgrade to Angular 16 (#2728) (e607f8f)
Bug Fixes
- all: ng packagr secondary entry points config (#2728) (5dc1c85)
- cart: set item state meta reducer mutates action (#2666) (0aa35b0)
- customer-store-credit:
daffCustomerProvideExtraReducers
->daffCustomerStoreCreditProvideExtraReducers
(#2706) (dc52f66) - daffio:
/api
soft 404s on SSR (#2712) (f58c266) - daffio: add default export to
main.server.ts
(#2728) (1e2174f) - daffio: api paths have leading slash (#2728) (312a91b)
- daffio: remove extraneous api call to guides list. (#2735) (4b5acdd)
- daffio: replace
LetModule
imports withLetDirective
(#2728) (8ba65b3) - daffio: use process.cwd for docs path on server (57b30fc)
- daffio: wrong asset path on prod (#2731) (def9f5a)
- design: fix sidebar positions in viewport template (#2713) (80ef6ef)