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.78.0 #3096

Merged

Conversation

gray-bot
Copy link
Contributor

@gray-bot gray-bot commented Sep 19, 2024

🤖 I have created a release beep boop

0.78.0 (2024-10-14)

⚠ BREAKING CHANGES

  • cart: COLLECTION_NAMES has been removed. Use canHandle to check backend routing capabilities
  • core,driver: DaffInMemoryDataServiceInterface is now exported from @daffodil/driver/in-memory and has been removed from @daffodil/core/testing

Features

  • authorizenet: support in-memory backend delegate (#3178) (1fa2825)
  • auth: support in-memory backend delegate (#3181) (1f775f6)
  • autogenerate package list in README (#3109) (7d7a2c8)
  • cart-store-credit: support in-memory backend delegate (#3179) (edbb83f)
  • cart: support in-memory backend delegate (#3180) (a8360df)
  • category: support in-memory backend delegate (#3182) (3cd0c1f)
  • contact: support in-memory backend delegate (#3183) (06f29ef)
  • core,driver: move DaffInMemoryDataServiceInterface to @daffodil/driver/in-memory (#3145) (87277c6)
  • customer-payment: support in-memory backend delegate (#3185) (bc80e7e)
  • customer-store-credit: support in-memory backend delegate (#3186) (2a49d59)
  • customer: support in-memory backend delegate (#3184) (7be26e5)
  • daffio: add active router styles to nav header items (#3127) (c03a737)
  • daffio: add design docs route (#3113) (a3bf15a)
  • daffio: render subpackages on package page (#3094) (4427fe1)
  • demo: migrate to new in-memory module (#3197) (e4c3725)
  • design, daffio: move sidebar content pad and nav pad code to css (56628da)
  • design: convert accordion component to standalone (#3054) (1e0a518)
  • design: convert article component to standalone (#3054) (4c004c6)
  • design: convert button component to standalone (#3054) (0205e92)
  • design: convert callout component to standalone (#3054) (1de68ab)
  • design: convert card component to standalone (#3054) (7f830b6)
  • design: convert container component to standalone (#3054) (994f8bb)
  • design: convert hero to standalone (#3054) (8fd50a6)
  • design: convert image to standalone (#3054) (19ca741)
  • design: convert link set component to standalone (#3054) (b54d941)
  • design: convert list component to standalone (#3054) (328a70a)
  • design: convert media gallery component to standalone (#3054) (fd933cc)
  • design: convert menu component to standalone (#3130) (1a0d1f5)
  • design: convert modal component to standalone (#3131) (44112b7)
  • design: convert navbar component to standalone (#3054) (dcf8f5c)
  • design: convert notification component to standalone (#3054) (7ca68fd)
  • design: convert paginator component to standalone (#3054) (8caa5e1)
  • design: convert progress bar component to standalone (#3054) (0c1fc77)
  • design: convert sidebar component to standalone (#3054) (ce058dd)
  • design: convert toast component to standalone (#3132) (8ccd628)
  • design: convert tree component to standalone (#3054) (d5cad9a)
  • design: create DaffOpenableDirective (#2908) (fa6f4db)
  • desing: convert loading icon component to standalone (#3054) (708a6fa)
  • dgeni: hardcode design nav list sort order (#3133) (e893cb0)
  • docs-utils,dgeni: generate breadcrumbs from doc path (#3047) (0e0ca5b)
  • driver: add backend delegate service (#3146) (8a616ee)
  • driver: add base in-memory driver (#3147) (e520410)
  • driver: add in-memory config (#3175) (b3a5a1a)
  • driver: add in-memory module (#3177) (9feffdc)
  • driver: separate in-memory root service and delegate (#3174) (b63c962)
  • geography: support in-memory backend delegate (#3187) (ea9bafd)
  • navigation: support in-memory backend delegate (#3188) (6f1146e)
  • newsletter: support in-memory backend delegate (#3189) (4def358)
  • order: support in-memory backend delegate (#3190) (90a7798)
  • payment: support in-memory backend delegate (#3191) (7a5a49b)
  • paypal: support in-memory backend delegate (#3192) (5e99edf)
  • product: support in-memory backend delegate (#3193) (0fa5e12)
  • reviews: support in-memory backend delegate (#3194) (1959c96)
  • search: support in-memory backend delegate (#3195) (93f1ab6)

Bug Fixes

  • auth: auth check interval prevents app from becoming stable (#3200) (b4d0619)
  • core: calling resetState when entity doesn't exist breaks state (#3129) (0d37f30)
  • daffio: API nav list not initially available (#3136) (cef6b06)
  • daffio: legacy ServerModule imported (#3128) (be67bae)
  • design: update the property used to set a default alignment on callout (#3118) (839afbd)
  • dgeni: type alias symbols don't get link tag added (#3110) (5cb84f3)

This PR was generated with Release Please. See documentation.

@gray-bot gray-bot requested a review from a team as a code owner September 19, 2024 19:08
@gray-bot gray-bot requested a review from a team as a code owner September 19, 2024 19:08
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from d8208a3 to a275303 Compare September 19, 2024 19:48
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from a275303 to adc4d2f Compare September 20, 2024 12:33
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from adc4d2f to a2f9827 Compare September 23, 2024 18:47
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from a2f9827 to 0b12e48 Compare September 23, 2024 20:00
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 0b12e48 to 30ca81e Compare September 24, 2024 09:12
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 30ca81e to 949703f Compare September 24, 2024 15:16
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 949703f to deb9460 Compare September 24, 2024 18:41
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from deb9460 to ae74f61 Compare September 25, 2024 13:43
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 2 times, most recently from 7f996fe to 9f24a3d Compare September 26, 2024 20:05
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 9f24a3d to 1bdfa69 Compare September 26, 2024 23:11
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 1bdfa69 to d454ac0 Compare September 27, 2024 13:57
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from d454ac0 to 096adee Compare September 27, 2024 16:49
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 096adee to 860ad5c Compare September 27, 2024 19:47
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch 3 times, most recently from eb97b71 to 6fbd9e9 Compare October 10, 2024 16:13
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 6fbd9e9 to 081e5dd Compare October 10, 2024 16:27
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 081e5dd to ff7fc7e Compare October 10, 2024 17:00
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from ff7fc7e to 7e3700c Compare October 11, 2024 12:49
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 7e3700c to 1150657 Compare October 11, 2024 13:20
@gray-bot gray-bot force-pushed the release-please--branches--develop--components--daffodil branch from 1150657 to 93e0dd2 Compare October 14, 2024 14:18
@griest024 griest024 merged commit 8fb0027 into develop Oct 14, 2024
8 checks passed
@gray-bot
Copy link
Contributor Author

gracetxgao pushed a commit to gracetxgao/daffodil that referenced this pull request Oct 24, 2024
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.

2 participants