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.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
@shopify/polaris@12.0.0-beta.1
Major Changes
#10122
43b42aefeThanks @aveline! - Removedshapeprop onAvatarcomponent#9997
b59fc9e27Thanks @yurm04! - [ButtonGroup] Removedsegmentedboolean prop and replaced withvariant. Replacedspacingprop withgap#10100
4c7b2d485Thanks @kyledurand! - UpdatedborderRadiusprops to match web spec#10051
69edd97ceThanks @aveline! - Renamedcolorprop totoneforProgressBarcomponent#10182
e814c0ee1Thanks @kyledurand! - Removed connectedDislosure prop on button#10232
eb2c2035cThanks @laurkim! - Removeddividerprop fromPagecomponent#10164
af9f264b9Thanks @aveline! - Renameddestructiveprop totoneforButtoncomponent#10206
dad09bde9Thanks @kyledurand! - Changedstatusprop onBannertotone#10220
2b0cdb2fbThanks @kyledurand! - Changedcolorprop onIcontotone#10036
359614cf8Thanks @kyledurand! - Replacedborderlessprop withvarianton TextFieldMigration:
npx @shopify/polaris-migrator react-rename-component-prop <path> --componentName="TextField" --from="borderless" --to="variant" --newValue="borderless"#10090
4caed28a7Thanks @aveline! - Consolidated booleanButtonprops intovariantprop#10041
8f927f762Thanks @kyledurand! - Replaced boolean props:secondary,fullWidth,oneHalf,oneThirdon Layout.Section withvariant#9993
66f5c8df3Thanks @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
eb2c2035cThanks @laurkim! - RemovedoptionRoleprop fromOptionListcomponentMinor Changes
b17d23d69Thanks @samrose3! - Add a search field to filter ActionList that have more than 10 itemsPatch Changes
#10228
e18ca907eThanks @gwyneplaine! -FiltersRemove unused disabled states inFilterPill#10238
b17d23d69Thanks @samrose3! - Ensure Avatar has no background color if an source prop is passed in to allow for transparent images#10230
a573e55d0Thanks @gwyneplaine! -IndexFilterremove customFilterButtonin favor of directly invoking the PolarisButtoncomponent.