From eb2c2035cabd6ccbd0fd773f98701633eff618a7 Mon Sep 17 00:00:00 2001 From: Lo Kim Date: Fri, 25 Aug 2023 10:39:19 -0400 Subject: [PATCH] [v12] Update changesets (#10232) ### WHY are these changes introduced? Resolves #10035. Updates existing `tall-chickens-repeat` changeset with all the component consolidation work (included any in progress/ready for review/up next/backlog PRs as well). Adds changesets for [OptionList](https://github.com/Shopify/polaris/pull/10177) `optionRole` and [Page](https://github.com/Shopify/polaris/pull/10187) `divider` prop removal. --- .changeset/kind-phones-yell.md | 5 +++++ .changeset/tall-chicken-repeat.md | 2 +- .changeset/wise-pianos-unite.md | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changeset/kind-phones-yell.md create mode 100644 .changeset/wise-pianos-unite.md diff --git a/.changeset/kind-phones-yell.md b/.changeset/kind-phones-yell.md new file mode 100644 index 00000000000..d8847def355 --- /dev/null +++ b/.changeset/kind-phones-yell.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': major +--- + +Removed `divider` prop from `Page` component diff --git a/.changeset/tall-chicken-repeat.md b/.changeset/tall-chicken-repeat.md index a8aa173e6f0..256cfd2f21a 100644 --- a/.changeset/tall-chicken-repeat.md +++ b/.changeset/tall-chicken-repeat.md @@ -2,4 +2,4 @@ '@shopify/polaris': major --- -Removed Summer Editions experimental styles and code for the following components: `Avatar`, `AccountConnection`, `ActionList`, `ActionMenu`, `Autocomplete`, `Breadcrumbs`, `Text`, `KeyboardKey`, `EmptyState` +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` diff --git a/.changeset/wise-pianos-unite.md b/.changeset/wise-pianos-unite.md new file mode 100644 index 00000000000..9ea81b0c004 --- /dev/null +++ b/.changeset/wise-pianos-unite.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': major +--- + +Removed `optionRole` prop from `OptionList` component