Skip to content

Releases: bigcommerce/catalyst

@bigcommerce/[email protected]

18 Oct 18:26
0686074
Compare
Choose a tag to compare

Minor Changes

  • #1478 7d66252 Thanks @bookernath! - Update OAuth scopes to future needs

  • #1479 a7ce4b3 Thanks @chanceaclark! - Adds telemetry collection to the CLI. If users want to opt out of CLI telemetry collection, use pnpm create @bigcommerce/catalyst telemetry disable or use the CATALYST_TELEMETRY_DISABLED environment variable to opt-out.

@bigcommerce/[email protected]

18 Oct 20:04
031d44b
Compare
Choose a tag to compare

Patch Changes

@bigcommerce/[email protected]

18 Oct 18:26
0686074
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@bigcommerce/[email protected]

18 Oct 20:04
031d44b
Compare
Choose a tag to compare

Minor Changes

@bigcommerce/[email protected]

18 Oct 18:26
0686074
Compare
Choose a tag to compare

Minor Changes

@bigcommerce/[email protected]

11 Oct 18:44
44151ce
Compare
Choose a tag to compare

Minor Changes

  • #1443 c166d53 Thanks @matthewvolk! - BREAKING: Remove automatic generation of GraphQL type definitions on project creation. This results in faster project creation and generation will happen already as part of starting the development server or kicking off a build

  • #1438 d12c0d2 Thanks @matthewvolk! - BREAKING: Refactor cloneCatalyst so that it simply clones the bigcommerce/catalyst repo, configures remotes, and checks out an optional ref

  • #1440 5b3cbbd Thanks @matthewvolk! - BREAKING: Refactor installDependencies so that it installs all dependencies found in the root package.json file of the monorepo

  • #1435 b38209f Thanks @matthewvolk! - BREAKING: Ensure pnpm is installed on the machine running the CLI

  • #1434 c105d07 Thanks @matthewvolk! - BREAKING: Change required Node.js version to ^20 (instead of >=20)

  • #1441 5463157 Thanks @matthewvolk! - BREAKING: Remove pm utility because the package manager must be pnpm when working in the monorepo

  • #1436 673bea2 Thanks @matthewvolk! - BREAKING: Ensure git is installed on the machine running the CLI

  • #1437 6db8527 Thanks @matthewvolk! - BREAKING: Remove applyIntegrations. Integrations will now be applied by simply fetching the appropriate remote integrations/* branch from upstream, and cherry-picking the integration code

Patch Changes

@bigcommerce/[email protected]

11 Oct 18:44
44151ce
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@bigcommerce/[email protected]

11 Oct 18:44
44151ce
Compare
Choose a tag to compare

Minor Changes

@bigcommerce/[email protected]

13 Sep 21:31
be4eaf8
Compare
Choose a tag to compare

Minor Changes

  • #1365 896b4d3 Thanks @matthewvolk! - Changes the default behavior of the create-catalyst CLI such that it no longer writes the access token created by the OAuth device flow to the created project's .env.local file

  • #1366 6d7c508 Thanks @matthewvolk! - Renames leftover NEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET environment variables - continuation of #1317

@bigcommerce/[email protected]

13 Sep 21:31
be4eaf8
Compare
Choose a tag to compare

Minor Changes

  • #1362 0814afe Thanks @deini! - If app is not running on Vercel's infra, <Analytics /> and <SpeedInsights /> are not rendered.

    Opt-out of vercel analytics and speed insights by setting the following env vars to true

    • DISABLE_VERCEL_ANALYTICS
    • DISABLE_VERCEL_SPEED_INSIGHTS
  • #1354 3d298c7 Thanks @jorgemoya! - Move address forms in account to their own /add and /edit pages.

  • #1280 27cbfd2 Thanks @bookernath! - Add dynamic favicon from API on a static route

  • #1357 3176491 Thanks @jorgemoya! - Add /account/settings/change-password route for change password form.

Patch Changes