·
1380 commits
to main
since this release
Major Changes
-
9ae62fc: Remove v3_authenticate_public future flag and enable functionality be default.
See more details in the migration guide.
-
7179ef9: Remove v3_lineItemBilling future flag and enable functionality be default.
See more details in the migration guide.
-
6970109: Drop support for Node 16.
-
b1e6ff0: Remove v3_webhookAdminContext future flag and enable functionality.
See more details in the migration guide.
-
f346f03: Apps can no longer import server-side functions using the following statements:
import '@shopify/shopify-app-remix/adapters/node'; + import {shopifyApp} from '@shopify/shopify-app-remix';
With the addition of React component to this package, we've separated the exports between server and react code, as in:
import '@shopify/shopify-app-remix/server/adapters/node'; + import {shopifyApp} from '@shopify/shopify-app-remix/server'; - import {shopifyApp} from '@shopify/shopify-app-remix'; import {AppProvider} from '@shopify/shopify-app-remix/react';
See more details in the migration guide.
Minor Changes
- a810211: Add API to Authenticate requests from customer account extensions
- 36e3c62: Add support for Node 22.
- 8475ae7: Made it possible to create types for the context objects returned by the various
authenticate
methods from the actualshopifyApp
object. With this, apps can pass the contexts and their components as function arguments much more easily.
Patch Changes
- 5c72853: Added debugging for request information when we fail to find a session during app proxy authentication.
- a42efff: Bump isbot from 5.1.4 to 5.1.6
- e305364: Invalidating accessToken instead of deleting the record when handling 401 errors
- 94bb896: Bump semver from 7.6.0 to 7.6.2
- Updated dependencies [d9f2601]
- Updated dependencies [92b6772]
- Updated dependencies [b5a4735]
- Updated dependencies [a42efff]
- Updated dependencies [9749f45]
- Updated dependencies [36e3c62]
- Updated dependencies [6970109]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]