-
-
Notifications
You must be signed in to change notification settings - Fork 32
chore: release 0.82.0 #3470
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
Merged
griest024
merged 2 commits into
develop
from
release-please--branches--develop--components--daffodil
Apr 11, 2025
Merged
chore: release 0.82.0 #3470
griest024
merged 2 commits into
develop
from
release-please--branches--develop--components--daffodil
Apr 11, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cf298eb
to
69309aa
Compare
9b58273
to
2d26032
Compare
5e866dc
to
9fb0a99
Compare
5fdec98
to
ddfebcc
Compare
a363903
to
8c56bcb
Compare
e34f085
to
475da34
Compare
adea5d1
to
4a0ad98
Compare
cf3234a
to
9fc608b
Compare
133d4c1
to
ac7cbf5
Compare
f2770e7
to
76923aa
Compare
210ad86
to
f15123b
Compare
6963112
to
0ac4309
Compare
6840401
to
da8c3eb
Compare
e87857d
to
01baaab
Compare
🤖 Release is at https://github.com/graycoreio/daffodil/releases/tag/v0.82.0 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.82.0 (2025-04-10)
⚠ BREAKING CHANGES
DaffExternalRouterDriverInMemoryModule
has been removedDaffPrefixSuffixModule
is no longer exported throughDAFF_TABS_COMPONENTS
. If you are using tabs with a prefix or suffix, make sure to importDaffPrefixSuffixModule
in your usage component.DaffPrefixSuffixModule
is no longer exported throughDAFF_BUTTON_COMPONENTS
. If you are using a button with a prefix or suffix, make sure to importDaffPrefixSuffixModule
in your usage component.DAFF_CARD_COMPONENTS
now only exports theDaffCardComponent
. To useDaffRaisedComponent
orDaffStrokedComponent
, usedDAFF_RAISED_CARD_COMPONENTS
andDAFF_STROKED_CARD_COMPONENTS
.DAFF_ALL_CARD_COMPONENTS
can be used if all card types are needed.Features
DaffioDocArticleComponent
toDaffioDocViewerComponent
(#3570) (00e1724)elevated
property to button and deprecatedDaffRaisedButtonComponent
(#3575) (b76b0ab)onUrlChange
behavior for tabs component (#3567) (f004546)daff-theme
mixin todaff-component-themes
(#3564) (5b4ffad)DaffExternalRouterDriverInMemoryModule
(#3592) (f964cab)Bug Fixes
meta_description
missing from magento categories (#3585) (7fb8539)This PR was generated with Release Please. See documentation.