Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Polaris v12
  • Loading branch information
gwyneplaine committed Oct 9, 2023
2 parents c29a171 + 3b323ce commit 42870e6
Show file tree
Hide file tree
Showing 1,450 changed files with 24,135 additions and 21,687 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-grapes-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed `shape` prop on `Avatar` component
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": [
"@shopify/polaris-migrator",
"polaris.shopify.com",
"polaris-for-vscode"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
Expand Down
5 changes: 5 additions & 0 deletions .changeset/dirty-pugs-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

- Removed the `subdued` and `status` props from `IndexTable.Row`. Use `tone` instead.
5 changes: 5 additions & 0 deletions .changeset/dry-dancers-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Migrated `shadow` custom properties from v11 to v12
5 changes: 5 additions & 0 deletions .changeset/dull-pans-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Removed unused disabled states in `FilterPill`
5 changes: 5 additions & 0 deletions .changeset/empty-baboons-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Migrated `font` custom properties from v11 to v12
5 changes: 5 additions & 0 deletions .changeset/fair-rocks-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-tokens': major
---

Updated `shadow` token values
5 changes: 5 additions & 0 deletions .changeset/fair-walls-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Executing `useBreakpoints` isormophically no longer triggers a Hydration mismatch error or rendering bugs.
5 changes: 5 additions & 0 deletions .changeset/fast-suits-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Changed `spacing` prop to `gap` on `List` and `DescriptionList`
7 changes: 7 additions & 0 deletions .changeset/few-starfishes-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@shopify/polaris': major
---

- Migrated `border` custom properties from v11 to v12
- Removed backwards compatibility for v11 border tokens on `Tooltip` component `BorderRadius` type
- Updated JSDoc prop type descriptions to include updated `border` custom properties on `Divider` and `Tooltip` components
5 changes: 5 additions & 0 deletions .changeset/fifty-wombats-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed deprecated `disable1Password` prop from `TextField`.
5 changes: 5 additions & 0 deletions .changeset/five-cooks-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': minor
---

Added support for `emphasis` and `text` tones on `Icon` and migrated `primary` and `subdued` tone color tokens
6 changes: 6 additions & 0 deletions .changeset/fuzzy-coats-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@shopify/polaris': major
---

Replaced `segmented` prop with `variant` in `ButtonGroup`.
Replaced `spacing` prop with `gap` in `ButtonGroup`.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-pears-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Updated `borderRadius` props on `Box` to match logical property naming conventions.
5 changes: 5 additions & 0 deletions .changeset/gentle-suns-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-tokens': major
---

Deprecated a collection of types, utils, and JSON exports
5 changes: 5 additions & 0 deletions .changeset/healthy-boxes-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Renamed `color` prop to `tone` for `ProgressBar` component
5 changes: 5 additions & 0 deletions .changeset/honest-stingrays-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed `connectedDisclosure` prop from `Button`
14 changes: 14 additions & 0 deletions .changeset/hot-apples-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@shopify/polaris': major
---

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"` |
5 changes: 5 additions & 0 deletions .changeset/kind-phones-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed `divider` prop from `Page` component
7 changes: 7 additions & 0 deletions .changeset/lemon-bees-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@shopify/polaris': major
---

Migrated `space` custom properties from v11 to v12
Removed backwards compatibility for v11 border tokens on `Tooltip` component `Padding` type
Updated JSDoc prop type descriptions to include updated `padding` custom properties on `Box` component
5 changes: 5 additions & 0 deletions .changeset/light-gorillas-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed deprecated `additionalNavigation` prop on Page Header
5 changes: 5 additions & 0 deletions .changeset/light-seahorses-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Fixed broken focus ring styles on `ResourceItem` component
5 changes: 5 additions & 0 deletions .changeset/loud-hounds-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Renamed `destructive` prop to `tone` for `Button` component
5 changes: 5 additions & 0 deletions .changeset/mean-bananas-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Disabled `calt` font ligatures to prevent unwanted stylizing of letters into symbols
5 changes: 5 additions & 0 deletions .changeset/moody-terms-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Replaced `small`, `large`, and `fullScreen` props with `size` prop
5 changes: 5 additions & 0 deletions .changeset/nice-zoos-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Enabled the Summer Editions 2023 feature flag by default
5 changes: 5 additions & 0 deletions .changeset/olive-clouds-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Changed `status` prop on `Banner` to `tone`
5 changes: 5 additions & 0 deletions .changeset/popular-pumas-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

Ensure `Avatar` has no background color if an source prop is passed in to allow for transparent images
62 changes: 62 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@shopify/polaris-cli": "0.2.25",
"@shopify/polaris-codemods": "0.1.11",
"polaris-for-vscode": "0.7.0",
"@shopify/polaris-icons": "7.7.0",
"@shopify/polaris-migrator": "0.19.8",
"@shopify/polaris": "11.9.1",
"@shopify/polaris-tokens": "7.5.2",
"polaris.shopify.com": "0.56.3",
"@shopify/stylelint-polaris": "13.0.8"
},
"changesets": [
"chilly-grapes-enjoy",
"dirty-pugs-retire",
"dry-dancers-brush",
"dull-pans-give",
"empty-baboons-rule",
"fair-rocks-occur",
"fast-suits-jog",
"few-starfishes-notice",
"fifty-wombats-battle",
"five-cooks-fly",
"fresh-ravens-jam",
"fuzzy-coats-study",
"fuzzy-pears-jog",
"gentle-suns-relax",
"healthy-boxes-wave",
"honest-stingrays-act",
"hot-apples-press",
"hungry-bikes-impress",
"kind-phones-yell",
"large-hats-vanish",
"lemon-bees-confess",
"light-gorillas-smell",
"light-seahorses-sit",
"loud-hounds-fetch",
"moody-terms-provide",
"nice-zoos-vanish",
"olive-clouds-pretend",
"popular-pumas-sin",
"proud-parrots-yawn",
"quick-icons-joke",
"rotten-comics-think",
"shiny-feet-marry",
"short-kids-buy",
"short-llamas-hope",
"short-schools-run",
"silent-brooms-confess",
"silent-guests-occur",
"silly-ligers-heal",
"slow-experts-flash",
"spicy-pugs-begin",
"tall-chicken-repeat",
"tiny-avocados-enjoy",
"twenty-bags-mate",
"wild-dodos-refuse",
"wise-pianos-unite"
]
}
5 changes: 5 additions & 0 deletions .changeset/proud-parrots-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Changed `color` prop on `Icon` to `tone`
6 changes: 6 additions & 0 deletions .changeset/quick-icons-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@shopify/polaris': major
'@shopify/polaris-tokens': minor
---

Added `border-radius` semantic layer
5 changes: 5 additions & 0 deletions .changeset/rotten-comics-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Replaced `borderless` prop with `variant` on `TextField`
5 changes: 5 additions & 0 deletions .changeset/short-kids-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed `polarisSummerEditions2023` feature flag from `AppProvider` context
5 changes: 5 additions & 0 deletions .changeset/short-schools-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-tokens': minor
---

Renamed `ThemeVariant` to `Theme` and exposed `Theme` type
5 changes: 5 additions & 0 deletions .changeset/silent-brooms-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Consolidated boolean `Button` props into `variant` prop
5 changes: 5 additions & 0 deletions .changeset/silly-ligers-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Replaced boolean props: `secondary`, `fullWidth`, `oneHalf`, `oneThird` on Layout.Section with `variant`
5 changes: 5 additions & 0 deletions .changeset/slow-experts-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Renamed `color` prop on Text to `tone`
5 changes: 5 additions & 0 deletions .changeset/spicy-pugs-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

[IndexFilters] Remove IndexFiltersManager in AppProvider
5 changes: 5 additions & 0 deletions .changeset/tall-chicken-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

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`
5 changes: 5 additions & 0 deletions .changeset/tiny-avocados-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed support for `headingXs` and `heading4xl` variants and replaced usage with `headingSm` and `heading3xl`
5 changes: 5 additions & 0 deletions .changeset/twenty-bags-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-tokens': major
---

Updated `font-size` and `font-weight` token values
5 changes: 5 additions & 0 deletions .changeset/wild-dodos-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': patch
---

`IndexFilter` remove custom `FilterButton` in favor of directly invoking the Polaris `Button` component.
5 changes: 5 additions & 0 deletions .changeset/wise-pianos-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Removed `optionRole` prop from `OptionList` component
20 changes: 0 additions & 20 deletions .github/CODEOWNERS

This file was deleted.

Loading

0 comments on commit 42870e6

Please sign in to comment.