-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat!: switch to react, apiVersion 2 and newest react components #448
Conversation
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.
left few comments,
please also add to description that this PR resolves #185 too
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.
LGTM 👍
Need your review as well @derberg 🙂 |
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.
left one small suggestion + also adjusted description a bit in regards to breaking change info, so it is clear for folks that will go into PR from release notes
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Thanks!!!
@derberg you probably need to remove the required check 🙂 |
yup 😄 done |
/rtm |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE
This PR adds a breaking change as we now this template depends on generator
1.12.0
as the minimum.Description
This PR updates the HTML template to use react rendering and updates the template to use the new v2
apiVersion
and updates the AsyncAPI react components.Related issue(s)
Blocked by asyncapi/generator#1017
Blocked by asyncapi/asyncapi-react#766
Blocked by asyncapi/generator#1039
Blocked by asyncapi/parser-js#861
Fixes #430
Fixes #185