Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Releases: Shopify/quilt

@shopify/sewing-kit-plugin-quilt@0.0.2

23 Apr 17:23
Compare
Choose a tag to compare

What's New

Port sewing-kit-plugins into quilt as sewing-kit-plugin-quilt

Most if not all external packages within this release have either been trimmed for now, or swapped for the Shopify equivalent.

Example Usage

export default createWebApp((app) => {
  app.entry('./app/index');
  app.use(
    quiltWebApp({
      assetServer: {port: 3003},
      features: ['base', 'fetch'],
      browserGroups: ['evergreen', 'latest-chrome'],
      skipBuild: true,
      graphql: {
        export: 'document',
      },
    }),
  );
});

@shopify/react-csrf-universal-provider@1.0.0

29 Aug 00:25
Compare
Choose a tag to compare
@shopify/react-csrf-universal-provider@1.0.0

@shopify/react-app-bridge-universal-provider@1.0.0

29 Aug 00:25
Compare
Choose a tag to compare
@shopify/react-app-bridge-universal-provider@1.0.0