-
Notifications
You must be signed in to change notification settings - Fork 221
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!: support CSS-in-JS solutions #226
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.
Thanks for resubmitting! one small nit and then we can land this.
As this is a breaking change and we are using conventional commits/semantic releases, @karolisgrinkevicius please add a breaking change footer to your commit as well. |
6ad8567
to
a568b85
Compare
Thanks @ruisaraiva19. Already fixed by adding the exclamation mark in the commit message. |
@ruisaraiva19 any news on merging this PR? |
I tend to sit on breaking changes for a bit, so that it is maybe possible to bundle them with other breaking changes. |
@karolisgrinkevicius can you sync your branch with the latest from |
5fb1708
to
196343c
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 59fe216:
|
@ruisaraiva19 thanks, rebased on |
@karolisgrinkevicius can you sync with the latest changes from |
f4d888c
to
c287acf
Compare
c287acf
to
5026b0a
Compare
@ruisaraiva19 synced 🔄 ✅ |
@ruisaraiva19 please feel free to merge it and then release it if you are fine with the recent changes. |
BREAKING CHANGE: the `containerClassName` prop was renamed to `className`, the `containerStyle` prop was renamed to `style`, and the iframe class is now passed via the `iframeClassName` prop.
Description
Make component compatible with emotion and styled-components providing the className for parent element.
Motivation
Previously this component wasn't compatible neither with emotion css in js nor styled-components due to the class name being set for child element.
Notes
Duplicated by #209