Releases: getnacelle/nacelle-js
Releases · getnacelle/nacelle-js
@nacelle/[email protected]
Patch Changes
- e4f1944: Fixed an issue with header names that was preventing the Storefront SDK from entering preview mode.
@nacelle/[email protected]
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]
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]
Minor Changes
- a231548: Exports the generated types from the Storefront GraphQL for use in Typescript projects
@nacelle/[email protected]
Patch Changes
- e62c21a: Updated the
query
method to always send variables to the Storefront GraphQL API as objects, even if they are supplied to thequery
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]
Patch Changes
- b166f21: Fixed a TypeScript issue that was creating an undesirable coupling between the Storefront SDK and Commerce Queries plugin.
@nacelle/[email protected]
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]
@nacelle/[email protected]
Patch Changes
- cfb91d6: Updated the name of the plugin (named export) from
commerceQueriesPlugin
toCommerceQueries
.
@nacelle/[email protected]
Patch Changes
- 7338444: Removed the
Storefront
function that initialized the Storefront SDK. Instead, the SDK is initialized by creating a new instance of theStorefrontClient
class.
@nacelle/[email protected]
Minor Changes
- 5ae2891: Adds a trace id to the
error
key in the response. This trace id should be included in any support requests.