-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Major release] Angular wrappers and React name changed #2045
base: alpha
Are you sure you want to change the base?
Conversation
c21789b
to
81bb079
Compare
21f8190
to
444975f
Compare
94b91fd
to
bd9c6e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you shorten your breaking change commit messages using the following format
fix(#999): [some commit message]
BREAKING CHANGE: [what is causing the breaking change]
4c9c608
to
4527899
Compare
4527899
to
e32cdd4
Compare
616dfcf
to
e32cdd4
Compare
bd74320
to
75d59ff
Compare
b55025c
to
ff2fd5a
Compare
edeee57
to
766feaf
Compare
BREAKING CHANGE: new angular components for Angular apps.
BREAKING CHANGE: rename all components for React apps.
2398b31
to
05eaea2
Compare
05eaea2
to
482df85
Compare
<slot> | ||
{text} | ||
</slot> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I put it back
<div class="text" data-testid="text">
<slot></slot>
{text}
</div>
I created this drafted pull request to compare/update with
alpha
branch.