From 4b45ee822cf6ec84df4a9e53b447d5fd6e15f3d4 Mon Sep 17 00:00:00 2001 From: Divine Jojolola Date: Fri, 12 Sep 2025 11:23:03 -0400 Subject: [PATCH 1/2] add deprecation notice and redirect to new Polaris library --- polaris.shopify.com/src/components/Frame/Frame.module.scss | 2 +- polaris.shopify.com/src/components/Frame/Frame.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polaris.shopify.com/src/components/Frame/Frame.module.scss b/polaris.shopify.com/src/components/Frame/Frame.module.scss index 750c5bf5cb7..3a19ca1a653 100644 --- a/polaris.shopify.com/src/components/Frame/Frame.module.scss +++ b/polaris.shopify.com/src/components/Frame/Frame.module.scss @@ -418,7 +418,7 @@ $breakpointNav: $breakpointTablet; } } - .ReleaseCandidate { + .NewLibrary { border: 1px solid #14c397; padding: 0 0.5rem; margin: 0 0.25rem; diff --git a/polaris.shopify.com/src/components/Frame/Frame.tsx b/polaris.shopify.com/src/components/Frame/Frame.tsx index 9e5140bad8b..f74110feacd 100644 --- a/polaris.shopify.com/src/components/Frame/Frame.tsx +++ b/polaris.shopify.com/src/components/Frame/Frame.tsx @@ -98,8 +98,8 @@ function Frame({darkMode, children}: Props) {
{icons.Polaris()} - Introducing Polaris - Unified and for the web.{' '} - Release Candidate + Polaris React is now deprecated{' '} + Check out the new library
From 45bfe1e71eaaa2492ed11194c17cbd3e81ed645a Mon Sep 17 00:00:00 2001 From: Divine Jojolola Date: Mon, 22 Sep 2025 13:07:29 -0400 Subject: [PATCH 2/2] Added changeset --- .changeset/proud-apples-push.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/proud-apples-push.md diff --git a/.changeset/proud-apples-push.md b/.changeset/proud-apples-push.md new file mode 100644 index 00000000000..09cb115a790 --- /dev/null +++ b/.changeset/proud-apples-push.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Add deprecation notice and redirect to new Polaris library