-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Version Packages #8103
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 #8103
Conversation
size-limit report 📦
|
e7d4b57 to
4508cca
Compare
|
/snapit |
|
🫰✨ Thanks @sophschneider! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/plugin-polaris@0.0.0-snapshot-release-20230124161104yarn add @shopify/polaris-icons@0.0.0-snapshot-release-20230124161104yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230124161104yarn add @shopify/polaris@0.0.0-snapshot-release-20230124161104yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230124161104 |
a2713da to
5d0836b
Compare
5d0836b to
4be0d6f
Compare
sophschneider
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.
Tophatted in this spin instance and CI passed on Shopify/web
https://admin.web.web-nga8.sophie-schneider.us.spin.dev/store/shop1

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-icons@6.9.0 ### Minor Changes - [Shopify#8139](Shopify#8139) [`b998ca007`](Shopify@b998ca0) Thanks [@leileu](https://github.com/leileu)! - Adding content minor icon for left nav in admin - [Shopify#8094](Shopify#8094) [`94988bc26`](Shopify@94988bc) Thanks [@Tamas-Kisss](https://github.com/Tamas-Kisss)! - Added major and minor icon for Papercheck - [Shopify#8121](Shopify#8121) [`f74e8ffcc`](Shopify@f74e8ff) Thanks [@zecarlostorre](https://github.com/zecarlostorre)! - Added EnterMajor icon ## @shopify/polaris@10.23.0 ### Minor Changes - [Shopify#8134](Shopify#8134) [`8d80691b5`](Shopify@8d80691) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed the focus ring from `Listbox` options ### Patch Changes - [Shopify#8093](Shopify#8093) [`60dd5a0c5`](Shopify@60dd5a0) Thanks [@highfieldjames](https://github.com/highfieldjames)! - Added `borderRadius` style to `TooltipOverlay` - [Shopify#8090](Shopify#8090) [`bdcc291a4`](Shopify@bdcc291) Thanks [@emmanueletti](https://github.com/emmanueletti)! - Replaced mouse up and down events on Backdrop with onClick to close Modal - [Shopify#8131](Shopify#8131) [`6096c3492`](Shopify@6096c34) Thanks [@henryyi](https://github.com/henryyi)! - Fixed Navigation item secondaryActions alignment in mobile when floating actions are enabled - [Shopify#8114](Shopify#8114) [`e6aa9c801`](Shopify@e6aa9c8) Thanks [@highfieldjames](https://github.com/highfieldjames)! - Dismiss index table tooltip on mouse out - [Shopify#8091](Shopify#8091) [`23ee70d13`](Shopify@23ee70d) Thanks [@ginabak](https://github.com/ginabak)! - Added `onBlur` prop to numerical steppers (`Spinner` component of `TextField`) to remove multi focus issue in `TextField`. - Updated dependencies \[[`b998ca007`](Shopify@b998ca0), [`94988bc26`](Shopify@94988bc), [`f74e8ffcc`](Shopify@f74e8ff)]: - @shopify/polaris-icons@6.9.0 ## @shopify/plugin-polaris@0.0.30 ### Patch Changes - Updated dependencies \[]: - @shopify/polaris-migrator@0.11.1 ## @shopify/polaris-migrator@0.11.1 ### Patch Changes - Updated dependencies \[[`cd150396b`](Shopify@cd15039)]: - @shopify/stylelint-polaris@5.1.1 ## @shopify/stylelint-polaris@5.1.1 ### Patch Changes - [Shopify#8097](Shopify#8097) [`cd150396b`](Shopify@cd15039) Thanks [@qt314](https://github.com/qt314)! - Fix incorrect unit function categorization ## polaris.shopify.com@0.30.0 ### Minor Changes - [Shopify#8110](Shopify#8110) [`5db7778e4`](Shopify@5db7778) Thanks [@yurm04](https://github.com/yurm04)! - Added New badge pattern guidance for the primary nav ### Patch Changes - [Shopify#8107](Shopify#8107) [`fc30bbd32`](Shopify@fc30bbd) Thanks [@Rmnlly](https://github.com/Rmnlly)! - Adding examples for truncateText and multiple secondary actions and updating props on the documentation site - Updated dependencies \[[`b998ca007`](Shopify@b998ca0), [`60dd5a0c5`](Shopify@60dd5a0), [`bdcc291a4`](Shopify@bdcc291), [`6096c3492`](Shopify@6096c34), [`94988bc26`](Shopify@94988bc), [`e6aa9c801`](Shopify@e6aa9c8), [`8d80691b5`](Shopify@8d80691), [`f74e8ffcc`](Shopify@f74e8ff), [`23ee70d13`](Shopify@23ee70d)]: - @shopify/polaris-icons@6.9.0 - @shopify/polaris@10.23.0 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/polaris-icons@6.9.0
Minor Changes
#8139
b998ca007Thanks @leileu! - Adding content minor icon for left nav in admin#8094
94988bc26Thanks @Tamas-Kisss! - Added major and minor icon for Papercheck#8121
f74e8ffccThanks @zecarlostorre! - Added EnterMajor icon@shopify/polaris@10.23.0
Minor Changes
8d80691b5Thanks @mrcthms! - Removed the focus ring fromListboxoptionsPatch Changes
#8093
60dd5a0c5Thanks @highfieldjames! - AddedborderRadiusstyle toTooltipOverlay#8090
bdcc291a4Thanks @emmanueletti! - Replaced mouse up and down events on Backdrop with onClick to close Modal#8131
6096c3492Thanks @henryyi! - Fixed Navigation item secondaryActions alignment in mobile when floating actions are enabled#8114
e6aa9c801Thanks @highfieldjames! - Dismiss index table tooltip on mouse out#8091
23ee70d13Thanks @ginabak! - AddedonBlurprop to numerical steppers (Spinnercomponent ofTextField) to remove multi focus issue inTextField.Updated dependencies [
b998ca007,94988bc26,f74e8ffcc]:@shopify/plugin-polaris@0.0.30
Patch Changes
@shopify/polaris-migrator@0.11.1
Patch Changes
cd150396b]:@shopify/stylelint-polaris@5.1.1
Patch Changes
cd150396bThanks @sophschneider! - Fix incorrect unit function categorizationpolaris.shopify.com@0.30.0
Minor Changes
5db7778e4Thanks @yurm04! - Added New badge pattern guidance for the primary navPatch Changes
#8107
fc30bbd32Thanks @Rmnlly! - Adding examples for truncateText and multiple secondary actions and updating props on the documentation siteUpdated dependencies [
b998ca007,60dd5a0c5,bdcc291a4,6096c3492,94988bc26,e6aa9c801,8d80691b5,f74e8ffcc,23ee70d13]: