Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Releases: Shopify/quilt

[email protected]

07 May 19:54
Compare
Choose a tag to compare

DO NOT USE

There is a known issue with the deployed package missing binaries. Please wait until 1.0.2 is deployed.

What's New

Breaking Change

Update graphql-config to version 3. Update graphql-config-utilities. #1883

Note migration guide is here https://graphql-config.com/migration

[email protected]

07 May 19:52
Compare
Choose a tag to compare

What's New

Breaking Change

Update graphql-config to version 3. #1883

Migration guide is here https://graphql-config.com/migration

@shopify/[email protected]

23 Apr 17:14
Compare
Choose a tag to compare

What's New

Add DeepOmit and DeepOmitArray type to recursively omit field from nested type definition #1807

@shopify/[email protected]

23 Apr 17:17
Compare
Choose a tag to compare

What's New

Updated library to allow running axe test on specific story ids. #1849

@shopify/[email protected]

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/[email protected]

29 Aug 00:25
Compare
Choose a tag to compare

@shopify/[email protected]

29 Aug 00:25
Compare
Choose a tag to compare