5.7 KiB
5.7 KiB
@shopify/shopify-app-template-react-router
2026.02.09
- Add declarative product metafield definition and demonstrate metafield usage in the product creation flow
- Add declarative metaobject definition and demonstrate metaobject upsert in the product creation flow
2026.01.08
- #170 - Update React Router minimum version to v7.12.0
2025.12.11
- #151 Update
@shopify/shopify-app-react-routerto v1.1.0 and@shopify/shopify-app-session-storage-prismato v8.0.0, add refresh token fields (refreshTokenandrefreshTokenExpires) to Session model in Prisma schema, and adopt theexpiringOfflineAccessTokensflag for enhanced security through token rotation. See expiring vs non-expiring offline tokens for more information.
2025.10.10
- #95 Swap the product link for admin intents.
2025.10.02
- #81 Add shopify global to eslint for ui extensions
2025.10.01
- #79 Update API version to 2025-10.
- #77 Update
@shopify/shopify-app-react-routerto V1. - #73 Rename @shopify/app-bridge-ui-types to @shopify/polaris-types
2025.08.30
- #70 Upgrade
@shopify/app-bridge-ui-typesfrom 0.2.1 to 0.3.1.
2025.08.17
- #58 Update Shopify & React Router dependencies. Use Shopify React Router in graphqlrc, not shopify-api
- #57 Update Webhook API version in
shopify.app.tomlto2025-07 - #56 Remove local CLI from package.json in favor of global CLI installation
- #53 Add the Shopify Dev MCP to the template
2025.08.16
- #52 Use
ApiVersion.July25rather thanLATEST_API_VERSIONin.graphqlrc.
2025.07.24
- 14 Add App Bridge web components to the template.
July 2025
Forked the shopify-app-template repo
@shopify/shopify-app-template-remix
2025.03.18
-#998 Update to Vite 6
2025.03.01
- #982 Add Shopify Dev Assistant extension to the VSCode extension recommendations
2025.01.31
- #952 Update to Shopify App API v2025-01
2025.01.23
- #923 Update
@shopify/shopify-app-session-storage-prismato v6.0.0
2025.01.8
- #923 Enable GraphQL autocomplete for Javascript
2024.12.19
- #904 bump
@shopify/app-bridge-reactto latest
2024.12.18
- 875 Add Scopes Update Webhook
2024.12.05
- #910 Install
opensslin Docker image to fix Prisma (see #25817) - #907 Move
@remix-run/fs-routestodependenciesto fix Docker image build - #899 Disable v3_singleFetch flag
- #898 Enable the
removeRestfuture flag so new apps aren't tempted to use the REST Admin API.
2024.12.04
- #891 Enable remix future flags.
2024.11.26
- 888 Update restResources version to 2024-10
2024.11.06
- 881 Update to the productCreate mutation to use the new ProductCreateInput type
2024.10.29
- 876 Update shopify-app-remix to v3.4.0 and shopify-app-session-storage-prisma to v5.1.5
2024.10.02
- 863 Update to Shopify App API v2024-10 and shopify-app-remix v3.3.2
2024.09.18
- 850 Removed "~" import alias
2024.09.17
- 842 Move webhook processing to individual routes
2024.08.19
Replaced deprecated productVariantUpdate with productVariantsBulkUpdate
v2024.08.06
Allow SHOP_REDACT webhook to process without admin context
v2024.07.16
Started tracking changes and releases using calver