-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add splattibutes support and fix containerClassNames for rendered in place modals #389
Conversation
973d839
to
6ba1e9f
Compare
Hello @lukemelia ! Can you approve the workflow/PR ? I followed the contributing doc and script should be good. Do I need to update the package/changelog in this PR or should I make another PR after this one to release a patch version ? |
Thanks for working on this @ratierd. I'd like to see this PR have a test so that we don't accidentally regress this improvement. As far as package version and changelog, it should not be in this PR. It is handled automatically by our release process. |
Thanks for the quick reply ! I added some tests for containerClassNames given a rendered in place modal. I also added a splattributes for the modals and some tests along with it |
@ratierd this is looking good. please rebase on master to get the commit I just merged, which should resolve the CI failure. |
c998f64
to
d71d793
Compare
Done ! Thanks a lot 😄 |
Released as 4.1.0 |
containerClassNames are not passed to the rendered in place modal.
Or rather the property is overriden by the component.
This PR allows us to have rendered in place modals take in the containerClassNames property