-
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 (beta) #10264
Merged
Merged
Version Packages (beta) #10264
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0581c17
to
55681d9
Compare
20b05e6
to
84e1789
Compare
0f33310
to
632a484
Compare
70e7263
to
06f38f5
Compare
3bbbbc7
to
844fb15
Compare
844fb15
to
529f1fc
Compare
AnnaCheba
pushed a commit
to AnnaCheba/polaris
that referenced
this pull request
Apr 22, 2024
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 next, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## @shopify/[email protected] ### Major Changes - [Shopify#10122](Shopify#10122) [`60d4139679`](Shopify@60d4139) Thanks [@aveline](https://github.com/aveline)! - Removed `shape` prop on `Avatar` component - [Shopify#10270](Shopify#10270) [`b9bcaef41`](Shopify@8bf1fe7) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `spacing` prop to `gap` on `List` and `DescriptionList` - [Shopify#9997](Shopify#9997) [`b59fc9e27`](Shopify@17f55da) Thanks [@yurm04](https://github.com/yurm04)! - [ButtonGroup] Removed `segmented` boolean prop and replaced with `variant`. Replaced `spacing` prop with `gap` - [Shopify#10100](Shopify#10100) [`b367e86e79`](Shopify@b367e86) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated `borderRadius` props to match web spec - [Shopify#10051](Shopify#10051) [`537dabfe51`](Shopify@537dabf) Thanks [@aveline](https://github.com/aveline)! - Renamed `color` prop to `tone` for `ProgressBar` component - [Shopify#10182](Shopify#10182) [`5f970801ad`](Shopify@5f97080) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed connectedDislosure prop on button - [Shopify#10283](Shopify#10283) [`42ee9f407`](Shopify@15352ad) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Renamed `size` prop values for the Avatar component. See the following table for the new prop mappings. | Before | After | | ------------------------- | ----------- | | `size="extraSmall"` | `size="xs"` | | `size="small"` | `size="sm"` | | `size="medium"` | `size="md"` | | `size="large"` | `size="lg"` | | `size="xl-experimental"` | `size="xl"` | | `size="2xl-experimental"` | `size="xl"` | - [Shopify#10232](Shopify#10232) [`eb2c2035c`](Shopify@799ce67) Thanks [@laurkim](https://github.com/laurkim)! - Removed `divider` prop from `Page` component - [Shopify#10271](Shopify#10271) [`1125087b5`](Shopify@4c07562) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed deprecated additionalNavigation prop on Page Header - [Shopify#10164](Shopify#10164) [`ba1fb8d75e`](Shopify@ba1fb8d) Thanks [@aveline](https://github.com/aveline)! - Renamed `destructive` prop to `tone` for `Button` component - [Shopify#10261](Shopify#10261) [`abeef7ad0`](Shopify@1b7e8e2) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced `small`, `large`, and `fullScreen` props with `size` prop - [Shopify#10206](Shopify#10206) [`dad09bde9`](Shopify@a1d9087) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `status` prop on `Banner` to `tone` - [Shopify#10220](Shopify#10220) [`a2af4ae619`](Shopify@a2af4ae) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed `color` prop on `Icon` to `tone` - [Shopify#10036](Shopify#10036) [`68d6223b4d`](Shopify@68d6223) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced `borderless` prop with `variant` on TextField Migration: `npx @shopify/polaris-migrator react-rename-component-prop <path> --componentName="TextField" --from="borderless" --to="variant" --newValue="borderless"` - [Shopify#10635](Shopify#10635) [`340e36e7d`](Shopify@d2288d8) Thanks [@laurkim](https://github.com/laurkim)! - Removed `polarisSummerEditions2023` feature flag from AppProvider context - [Shopify#10090](Shopify#10090) [`cf80608dae`](Shopify@cf80608) Thanks [@aveline](https://github.com/aveline)! - Consolidated boolean `Button` props into `variant` prop - [Shopify#10041](Shopify#10041) [`ce6f75b5a3`](Shopify@ce6f75b) Thanks [@kyledurand](https://github.com/kyledurand)! - Replaced boolean props: `secondary`, `fullWidth`, `oneHalf`, `oneThird` on Layout.Section with `variant` - [Shopify#10266](Shopify#10266) [`22a51eae2`](Shopify@5d671ef) Thanks [@kyledurand](https://github.com/kyledurand)! - Renamed `color` prop on Text to `tone` - [Shopify#9993](Shopify#9993) [`21c53aeb32`](Shopify@21c53ae) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Removed Summer Editions experimental styles and code for the following components: `AppProvider`, `Avatar`, `AccountConnection`, `ActionList`, `ActionMenu`, `Autocomplete`, `Badge`, `Banner`, `Breadcrumbs`, `BulkActions`, `Button`, `ButtonGroup`, `CalloutCard`, `Card`, `CheckableButton`, `Checkbox`, `Choice`, `Connected`, `DataTable`, `DatePicker`, `DropZone`, `EmptyState`, `Filters`, `FormLayout`, `Frame`, `FullscreenBar`, `IndexFilters`, `IndexTable`, `InlineError`, `KeyboardKey`, `Labelled`, `Layout`, `LegacyCard`, `LegacyFilters`, `LegacyTabs`, `Link`, `List`, `Listbox`, `MediaCard`, `Modal`, `Navigation`, `OptionList`, `Page`, `PageActions`, `Pagination`, `Popover`, `ProgressBar`, `RadioButton`, `ResourceItem`, `ResourceList`, `Select`, `SettingAction`, `ShadowBevel`, `SkeletonPage`, `SkeletonThumbnail`, `Spinner`, `Tabs`, `Tag`, `Text`, `TextField`, `Thumbnail`, `TooltipOverlay`, `TopBar`, and `VideoThumbnail` - [Shopify#10232](Shopify#10232) [`eb2c2035c`](Shopify@799ce67) Thanks [@laurkim](https://github.com/laurkim)! - Removed `optionRole` prop from `OptionList` component ### Minor Changes - [Shopify#10238](Shopify#10238) [`b17d23d69`](Shopify@9da2ef5) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Add a search field to filter ActionList that have more than 10 items ### Patch Changes - [Shopify#10228](Shopify#10228) [`e18ca907e`](Shopify@c1e36bc) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - `Filters` Remove unused disabled states in `FilterPill` - [Shopify#10268](Shopify#10268) [`dbe3d9ece`](Shopify@8f7721f) Thanks [@laurkim](https://github.com/laurkim)! - Fixed broken focus ring styles on `ResourceItem` component - [Shopify#10238](Shopify#10238) [`b17d23d69`](Shopify@9da2ef5) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Ensure Avatar has no background color if an source prop is passed in to allow for transparent images - [Shopify#10230](Shopify#10230) [`a573e55d0`](Shopify@eacb1fe) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - `IndexFilter` remove custom `FilterButton` in favor of directly invoking the Polaris `Button` component. - Updated dependencies \[[`86d4040c0`](Shopify@2d31d44)]: - @shopify/[email protected] ## @shopify/[email protected] ### Minor Changes - [Shopify#10382](Shopify#10382) [`86d4040c0`](Shopify@2d31d44) Thanks [@laurkim](https://github.com/laurkim)! - Renamed `ThemeVariant` to `Theme` and exposed `Theme` type ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`86d4040c0`](Shopify@2d31d44)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@shopify/[email protected]
Major Changes
#10122
43b42aefed
Thanks @aveline! - Removedshape
prop onAvatar
component#10270
b9bcaef41
Thanks @kyledurand! - Changedspacing
prop togap
onList
andDescriptionList
#9997
b59fc9e27
Thanks @yurm04! - [ButtonGroup] Removedsegmented
boolean prop and replaced withvariant
. Replacedspacing
prop withgap
#10100
4c7b2d4858
Thanks @kyledurand! - UpdatedborderRadius
props to match web spec#10051
69edd97ceb
Thanks @aveline! - Renamedcolor
prop totone
forProgressBar
component#10182
e814c0ee1a
Thanks @kyledurand! - Removed connectedDislosure prop on button#10283
42ee9f407
Thanks @sam-b-rose! - Renamedsize
prop values for the Avatar component. See the following table for the new prop mappings.size="extraSmall"
size="xs"
size="small"
size="sm"
size="medium"
size="md"
size="large"
size="lg"
size="xl-experimental"
size="xl"
size="2xl-experimental"
size="xl"
#10232
eb2c2035c
Thanks @laurkim! - Removeddivider
prop fromPage
component#10271
1125087b5
Thanks @kyledurand! - Removed deprecated additionalNavigation prop on Page Header#10164
af9f264b9a
Thanks @aveline! - Renameddestructive
prop totone
forButton
component#10261
abeef7ad0
Thanks @kyledurand! - Replacedsmall
,large
, andfullScreen
props withsize
prop#10206
dad09bde9
Thanks @kyledurand! - Changedstatus
prop onBanner
totone
#10220
2b0cdb2fbf
Thanks @kyledurand! - Changedcolor
prop onIcon
totone
#10036
359614cf83
Thanks @kyledurand! - Replacedborderless
prop withvariant
on TextFieldMigration:
npx @shopify/polaris-migrator react-rename-component-prop <path> --componentName="TextField" --from="borderless" --to="variant" --newValue="borderless"
#10635
340e36e7d
Thanks @laurkim! - RemovedpolarisSummerEditions2023
feature flag from AppProvider context#10090
4caed28a77
Thanks @aveline! - Consolidated booleanButton
props intovariant
prop#10041
8f927f7622
Thanks @kyledurand! - Replaced boolean props:secondary
,fullWidth
,oneHalf
,oneThird
on Layout.Section withvariant
#10266
22a51eae2
Thanks @kyledurand! - Renamedcolor
prop on Text totone
#9993
66f5c8df3e
Thanks @gwyneplaine! - Removed Summer Editions experimental styles and code for the following components:AppProvider
,Avatar
,AccountConnection
,ActionList
,ActionMenu
,Autocomplete
,Badge
,Banner
,Breadcrumbs
,BulkActions
,Button
,ButtonGroup
,CalloutCard
,Card
,CheckableButton
,Checkbox
,Choice
,Connected
,DataTable
,DatePicker
,DropZone
,EmptyState
,Filters
,FormLayout
,Frame
,FullscreenBar
,IndexFilters
,IndexTable
,InlineError
,KeyboardKey
,Labelled
,Layout
,LegacyCard
,LegacyFilters
,LegacyTabs
,Link
,List
,Listbox
,MediaCard
,Modal
,Navigation
,OptionList
,Page
,PageActions
,Pagination
,Popover
,ProgressBar
,RadioButton
,ResourceItem
,ResourceList
,Select
,SettingAction
,ShadowBevel
,SkeletonPage
,SkeletonThumbnail
,Spinner
,Tabs
,Tag
,Text
,TextField
,Thumbnail
,TooltipOverlay
,TopBar
, andVideoThumbnail
#10232
eb2c2035c
Thanks @laurkim! - RemovedoptionRole
prop fromOptionList
componentMinor Changes
b17d23d69
Thanks @sam-b-rose! - Add a search field to filter ActionList that have more than 10 itemsPatch Changes
#10228
e18ca907e
Thanks @gwyneplaine! -Filters
Remove unused disabled states inFilterPill
#10268
dbe3d9ece
Thanks @laurkim! - Fixed broken focus ring styles onResourceItem
component#10238
b17d23d69
Thanks @sam-b-rose! - Ensure Avatar has no background color if an source prop is passed in to allow for transparent images#10230
a573e55d0
Thanks @gwyneplaine! -IndexFilter
remove customFilterButton
in favor of directly invoking the PolarisButton
component.Updated dependencies [
86d4040c0
]:@shopify/[email protected]
Minor Changes
86d4040c0
Thanks @laurkim! - RenamedThemeVariant
toTheme
and exposedTheme
type@shopify/[email protected]
Patch Changes
86d4040c0
]: