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

Releases: Shopify/quilt

@shopify/[email protected]

24 Sep 05:57
4eb6bf4
Compare
Choose a tag to compare

Minor Changes

  • #2816 4638287 Thanks @admirsaheta! - - Allow output.chunkFilename to be a function or string.
    • compiler.options.output.filename and compiler.options.output.chunkFilename now default to [name].js when undefined.

@shopify/[email protected]

24 Sep 05:57
4eb6bf4
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

13 Sep 07:25
b7a9086
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

30 Aug 21:00
a2a6921
Compare
Choose a tag to compare

Patch Changes

  • #2832 e1fd441 Thanks @nattydodd! - MockGraphQLResponse should allow an ExecutionResult containing any data.
    GraphQL v15 defaulted ExecutionResult's data to be an object containing any keys
    but v16 narrowed that down to use unknown instead of any. This change
    explicitly uses the default behaviour of allowing any from v15.

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Aug 13:12
ae2c101
Compare
Choose a tag to compare

Patch Changes

  • #2830 88f1cbe Thanks @BPScott! - Fix import of apollo-codegen-core when using the mjs version of the package