Skip to content

Releases: getnacelle/nacelle-js

@nacelle/[email protected]

20 Mar 23:31
01578c3
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • e4f1944: Fixed an issue with header names that was preventing the Storefront SDK from entering preview mode.

@nacelle/[email protected]

16 Mar 21:39
2894947
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 8e4273f: Fixed an issue that prevented the Storefront SDK from entering preview mode when initializing the client with a previewToken.

@nacelle/[email protected]

10 Mar 17:31
75b83d6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 526702d: Refactored the after method to make it agnostic to the return types of methods defined by Storefront SDK plugins.

@nacelle/[email protected]

08 Mar 00:01
adb661f
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • a231548: Exports the generated types from the Storefront GraphQL for use in Typescript projects

@nacelle/[email protected]

07 Mar 00:45
538bf61
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • e62c21a: Updated the query method to always send variables to the Storefront GraphQL API as objects, even if they are supplied to the query method as a stringified object. This change circumvents issues related to using a combination of APQ and stringified variables in Nacelle's Storefront GraphQL.

@nacelle/[email protected]

03 Mar 01:39
69fbd31
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • b166f21: Fixed a TypeScript issue that was creating an undesirable coupling between the Storefront SDK and Commerce Queries plugin.

@nacelle/[email protected]

03 Mar 01:39
69fbd31
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • b166f21: Fixed a TypeScript issue that was creating an undesirable coupling between the Storefront SDK and Commerce Queries plugin.
  • Updated dependencies [b166f21]

@nacelle/[email protected]

02 Mar 17:48
7c9c123
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • cfb91d6: Updated the name of the plugin (named export) from commerceQueriesPlugin to CommerceQueries.

@nacelle/[email protected]

28 Feb 00:57
046a020
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 7338444: Removed the Storefront function that initialized the Storefront SDK. Instead, the SDK is initialized by creating a new instance of the StorefrontClient class.

@nacelle/[email protected]

25 Feb 00:07
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 5ae2891: Adds a trace id to the error key in the response. This trace id should be included in any support requests.