Is @shopify/ui-extensions-react going to be supported beyond the July 2025 release?

Hi everyone :waving_hand:,

I’m a developer currently building Checkout UI Extensions using the @shopify/ui-extensions-react library.

As far as I know, the latest version of this library that Shopify supports and is actively developed is the July 2025 release.

I’m wondering if there are any plans from Shopify to continue supporting and updating this library in the future, especially for:
:small_blue_diamond: New checkout features aligned with Shopify API releases
:small_blue_diamond: Long-term maintenance / security patches

Specifically:

  1. Will @shopify/ui-extensions-react receive updates after the 2025-07 version?

  2. Is there a public roadmap or timeline where we can track future releases or deprecation plans?

  3. If the library is being phased out → is there a recommended alternative or migration path?

Any insights from the Shopify team or community would be really appreciated :folded_hands:

Thanks in advance!

Hi @Raw, please read through this doc, 2025-10 requires different dependencies from previous UI extension API versions.

Hi @Kenza_Iraki, thanks for sharing the 2025-10 documentation.

We’re upgrading our Checkout UI Extension to API version 2025-10 and ran into an issue with icon-only buttons. After the upgrade, the button renders as an empty button in checkout (no icon visible), even though the icon component is present and there are no CSS overrides.

Could you please help explain why this is happening?

Here’s the button code we’re currently using:

<s-button 
   onClick={onPrev} 
   icon={"chevron-left"}         
   accessibilityLabel="Addproduct"        
/>