Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.67.0 #2651

Merged

Conversation

gray-bot
Copy link
Contributor

@gray-bot gray-bot commented Dec 12, 2023

🤖 I have created a release beep boop

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 to daff-neutral (#2736)
  • upgrade node to v18 (#2732)
  • design: The DaffSizeable interface has been renamed to DaffSizable
  • 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 with LetDirective (#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)

Miscellaneous Chores

Code Refactoring

  • design, daffio: update daff-gray palette name to daff-neutral (#2736) (b219d31)

This PR was generated with Release Please. See documentation.

@gray-bot gray-bot requested review from a team as code owners December 12, 2023 22:24
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 2 times, most recently from 86f2c49 to ee6af53 Compare December 13, 2023 16:09
@gray-bot gray-bot changed the title chore: release 0.66.2 chore: release 0.67.0 Dec 13, 2023
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 13 times, most recently from b5cd4fc to 1bd1d5d Compare December 20, 2023 17:14
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 2 times, most recently from e9f3ad4 to 70c77a2 Compare December 20, 2023 22:18
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 8 times, most recently from 55912ec to 4d1ba8a Compare January 3, 2024 20:23
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 4d1ba8a to 397088a Compare January 9, 2024 17:41
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 8 times, most recently from 7398660 to a303b9c Compare January 16, 2024 15:40
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 11 times, most recently from 75410a4 to a6e6b89 Compare January 23, 2024 17:12
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 2 times, most recently from 37e1500 to 352d98c Compare January 24, 2024 18:14
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 352d98c to eb2879d Compare January 25, 2024 16:26
@griest024 griest024 merged commit 4c18908 into develop Jan 25, 2024
7 of 8 checks passed
@gray-bot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants