Skip to content

Releases: Shopify/shopify-app-js

@shopify/[email protected]

18 Nov 19:43
f1a1efd

Choose a tag to compare

@shopify/[email protected]

18 Nov 19:44
f1a1efd

Choose a tag to compare

Patch Changes

@shopify/[email protected]

18 Nov 19:43
f1a1efd

Choose a tag to compare

Patch Changes

@shopify/[email protected]

18 Nov 19:43
f1a1efd

Choose a tag to compare

Patch Changes

@shopify/[email protected]

18 Nov 19:44
f1a1efd

Choose a tag to compare

Patch Changes

  • 98f1be9: Add Web API and CF Worker adapter intialized constants for aggressive tree-shakers

    For example with the web-api adapter:

    // Instead of just:
    import '@shopify/shopify-api/adapters/web-api';
    
    // You can now also import:
    import {webApiAdapterInitialized} from '@shopify/shopify-api/adapters/web-api';
    import {shopifyApi} from '@shopify/shopify-api';
    
    // And check the adapter is initialized, which forces bundlers to keep the import
    if (!webApiAdapterInitialized) {
      throw new Error('Failed to initialize web API adapter');
    }

@shopify/[email protected]

29 Oct 15:32
3e6f4ad

Choose a tag to compare

@shopify/[email protected]

29 Oct 15:32
3e6f4ad

Choose a tag to compare

@shopify/[email protected]

29 Oct 15:32
3e6f4ad

Choose a tag to compare

@shopify/[email protected]

29 Oct 15:32
3e6f4ad

Choose a tag to compare

@shopify/[email protected]

29 Oct 15:32
3e6f4ad

Choose a tag to compare