Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 2.08 KB

@shopify/shopify-app-template-remix

2024.12.19

  • #904 bump @shopify/app-bridge-react to latest

2024.12.18

  • 875 Add Scopes Update Webhook

2024.12.05

  • #910 Install openssl in Docker image to fix Prisma (see #25817)
  • #907 Move @remix-run/fs-routes to dependencies to fix Docker image build
  • #899 Disable v3_singleFetch flag
  • #898 Enable the removeRest future 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