-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix responsive props, remove fallback #7904
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
Conversation
size-limit report 📦
|
Co-authored-by: Kyle Durand <kyle.durand@shopify.com>
laurkim
left a comment
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.
💯
| 'padding-block-end', | ||
| 'space', | ||
| paddingBlockEnd, | ||
| paddingBlockEnd || padding, |
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.
Nice 🎉
aveline
left a comment
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 gets us unblocked for now and we can iterate on our approach 👍
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@10.16.1 ### Patch Changes - [#7904](#7904) [`bdc62ebbb`](bdc62eb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where responsive props would inherit values on Box - [#7911](#7911) [`b26408e2f`](b26408e) Thanks [@bencmilton](https://github.com/bencmilton)! - Fix validateDOMNesting warning in `VideoThumbnail` ## @shopify/plugin-polaris@0.0.22 ## polaris.shopify.com@0.27.3 ### Patch Changes - Updated dependencies \[[`bdc62ebbb`](bdc62eb), [`b26408e2f`](b26408e)]: - @shopify/polaris@10.16.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes nested Boxes spacing issues in Safari and Chromatic 🎩 changes on the layout beta branch [here](Shopify#7903) I think there are still improvements that can be made here but this is a good first step if it safely unblocks us Co-authored-by: Lo Kim <lo.kim@shopify.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@10.16.1 ### Patch Changes - [Shopify#7904](Shopify#7904) [`bdc62ebbb`](Shopify@bdc62eb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where responsive props would inherit values on Box - [Shopify#7911](Shopify#7911) [`b26408e2f`](Shopify@b26408e) Thanks [@bencmilton](https://github.com/bencmilton)! - Fix validateDOMNesting warning in `VideoThumbnail` ## @shopify/plugin-polaris@0.0.22 ## polaris.shopify.com@0.27.3 ### Patch Changes - Updated dependencies \[[`bdc62ebbb`](Shopify@bdc62eb), [`b26408e2f`](Shopify@b26408e)]: - @shopify/polaris@10.16.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes nested Boxes spacing issues in Safari and Chromatic
🎩 changes on the layout beta branch here
I think there are still improvements that can be made here but this is a good first step if it safely unblocks us