-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Version Packages #11873
Version Packages #11873
Conversation
e3259eb
to
20f881d
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshot has been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240410224320" |
76b0c0b
to
b32befa
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshothas been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240411174913" |
b32befa
to
1815d09
Compare
/snapit |
🫰✨ Thanks @laurkim! Your snapshothas been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240412115754" |
1815d09
to
eaef2a7
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshothas been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240412184712" |
eaef2a7
to
1db16bd
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshothas been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240415152324" |
1db16bd
to
458645d
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshot has been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240417181333" |
458645d
to
b2e841f
Compare
/snapit |
🫰✨ Thanks @sophschneider! Your snapshot has been published to npm. Test the snapshot by updating your "@shopify/polaris": "0.0.0-snapshot-20240417191948" |
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/[email protected] ### Minor Changes - [Shopify#11883](Shopify#11883) [`a60d8aa4f`](Shopify@26a9f07) Thanks [@chloerice](https://github.com/chloerice)! - Added a `disclosureZIndexOverride` prop to `Filters`, `IndexFilters`, and `Tabs` that is passed to `Popover` and `Tooltip` when provided - [Shopify#11826](Shopify#11826) [`a7fd7ab5d`](Shopify@45df7f2) Thanks [@sophschneider](https://github.com/sophschneider)! - Added `contextualSaveBarVisible` and `contextualSaveBarProps` to `Frame` context ### Patch Changes - [Shopify#11842](Shopify#11842) [`2a93578af`](Shopify@9c421ea) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed layout shift for option lists within popovers - [Shopify#11846](Shopify#11846) [`ce6353b97`](Shopify@3e0279b) Thanks [@sophschneider](https://github.com/sophschneider)! - Restyled Frame content behind dynamicTopBarAndReframe feature flag - [Shopify#11872](Shopify#11872) [`696bcb725`](Shopify@a9f2607) Thanks [@mattkubej](https://github.com/mattkubej)! - globally remove link tap highlighting - [Shopify#11874](Shopify#11874) [`744036706`](Shopify@b4dceab) Thanks [@laurkim](https://github.com/laurkim)! - Added support for ref to `Image` to handle image load with `EmptyState` - [Shopify#11881](Shopify#11881) [`c96ff56a0`](Shopify@fc5feb7) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed Frame feature override class to get proper max-width for main content. - [Shopify#11885](Shopify#11885) [`af80d3a82`](Shopify@d1b2dd6) Thanks [@craigcolesshopify](https://github.com/craigcolesshopify)! - [indexTable] Fixed over scroll gap on `IndexTable` for sortable last headings with `alignment="end"` - [Shopify#11889](Shopify#11889) [`374030428`](Shopify@719655c) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `TextField` zoom on focus due to font-size below 16px - [Shopify#11900](Shopify#11900) [`215b79271`](Shopify@5702fee) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed `Frame` scrollbar safe area to accommodate sidebar - [Shopify#11842](Shopify#11842) [`2a93578af`](Shopify@9c421ea) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed selected icon position in Listbox and OptionList - [Shopify#11891](Shopify#11891) [`c84d4e875`](Shopify@e981267) Thanks [@sophschneider](https://github.com/sophschneider)! - Moved `Frame` scrollbar from main to content and set overflow-y from scroll to auto behind a feature flag ## [email protected] ### Patch Changes - Updated dependencies \[[`a60d8aa4f`](Shopify@26a9f07), [`2a93578af`](Shopify@9c421ea), [`ce6353b97`](Shopify@3e0279b), [`696bcb725`](Shopify@a9f2607), [`744036706`](Shopify@b4dceab), [`c96ff56a0`](Shopify@fc5feb7), [`af80d3a82`](Shopify@d1b2dd6), [`374030428`](Shopify@719655c), [`215b79271`](Shopify@5702fee), [`a7fd7ab5d`](Shopify@45df7f2), [`2a93578af`](Shopify@9c421ea), [`c84d4e875`](Shopify@e981267)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the Changesets release 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/[email protected]
Minor Changes
#11883
a60d8aa4f
Thanks @chloerice! - Added adisclosureZIndexOverride
prop toFilters
,IndexFilters
, andTabs
that is passed toPopover
andTooltip
when provided#11826
a7fd7ab5d
Thanks @sophschneider! - AddedcontextualSaveBarVisible
andcontextualSaveBarProps
toFrame
contextPatch Changes
#11842
2a93578af
Thanks @kyledurand! - Fixed layout shift for option lists within popovers#11846
ce6353b97
Thanks @sophschneider! - Restyled Frame content behind dynamicTopBarAndReframe feature flag#11872
696bcb725
Thanks @mattkubej! - globally remove link tap highlighting#11874
744036706
Thanks @laurkim! - Added support for ref toImage
to handle image load withEmptyState
#11881
c96ff56a0
Thanks @sophschneider! - Fixed Frame feature override class to get proper max-width for main content.#11885
af80d3a82
Thanks @craigcolesshopify! - [indexTable] Fixed over scroll gap onIndexTable
for sortable last headings withalignment="end"
#11889
374030428
Thanks @chloerice! - FixedTextField
zoom on focus due to font-size below 16px#11900
215b79271
Thanks @sophschneider! - FixedFrame
scrollbar safe area to accommodate sidebar#11842
2a93578af
Thanks @kyledurand! - Changed selected icon position in Listbox and OptionList#11891
c84d4e875
Thanks @sophschneider! - MovedFrame
scrollbar from main to content and set overflow-y from scroll to auto behind a feature flag[email protected]
Patch Changes
a60d8aa4f
,2a93578af
,ce6353b97
,696bcb725
,744036706
,c96ff56a0
,af80d3a82
,374030428
,215b79271
,a7fd7ab5d
,2a93578af
,c84d4e875
]: