Releases: bigcommerce/catalyst
@bigcommerce/[email protected]
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, usepnpm create @bigcommerce/catalyst telemetry disable
or use theCATALYST_TELEMETRY_DISABLED
environment variable to opt-out.
@bigcommerce/[email protected]
Patch Changes
- Updated dependencies [
d4120d3
]:- @bigcommerce/[email protected]
@bigcommerce/[email protected]
Minor Changes
- #1401
3095002
Thanks @bookernath! - Add dynamic robots.txt from control panel settings
Patch Changes
-
#1477
79e705f
Thanks @deini! - Breadcrumbs for top level category pages are no longer rendered -
#1467
e763a83
Thanks @deini! - Fixes an issue when a numeric product option set to a minimum <= 0 breaks the counter component. -
#1459
b4485c7
Thanks @chanceaclark! - Updates the with-routes middleware to fallback on locale based rewrite logic if the redirect is a dynamic entity redirect. -
#1469
8e9e7f3
Thanks @chanceaclark! - Fixes the product quantity reseting back to the previous value when adjusting the quantity fails. -
#1476
d47e3ac
Thanks @deini! - adds an empty state to category pages -
#1458
3d67f8d
Thanks @chanceaclark! - Add no-store to mutations that are rate limited. -
#1453
1c8b042
Thanks @bc-svc-local! - Update translations. -
Updated dependencies [
2d1526a
]:- @bigcommerce/[email protected]
@bigcommerce/[email protected]
Minor Changes
- #1483
d4120d3
Thanks @chanceaclark! - Start collecting telemetry.
@bigcommerce/[email protected]
Minor Changes
- #1449
2d1526a
Thanks @bookernath! - Support Trusted Proxy in client to support higher-traffic stores
@bigcommerce/[email protected]
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: RefactorcloneCatalyst
so that it simply clones thebigcommerce/catalyst
repo, configures remotes, and checks out an optional ref -
#1440
5b3cbbd
Thanks @matthewvolk! - BREAKING: RefactorinstallDependencies
so that it installs all dependencies found in the root package.json file of the monorepo -
#1435
b38209f
Thanks @matthewvolk! - BREAKING: Ensurepnpm
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: Removepm
utility because the package manager must bepnpm
when working in the monorepo -
#1436
673bea2
Thanks @matthewvolk! - BREAKING: Ensuregit
is installed on the machine running the CLI -
#1437
6db8527
Thanks @matthewvolk! - BREAKING: RemoveapplyIntegrations
. Integrations will now be applied by simply fetching the appropriate remoteintegrations/*
branch from upstream, and cherry-picking the integration code
Patch Changes
-
#1439
addf5e9
Thanks @matthewvolk! - Removes unusedgetLatestCoreTag
function -
#1433
ea74be2
Thanks @matthewvolk! - Add function to allow user to specify an arbitrary ref to checkout after cloning -
#1431
3a3370e
Thanks @matthewvolk! - Adds a typeguard to narrow Errors thrown byexecSync
to be of the typeExecException
-
#1432
5a2a86e
Thanks @matthewvolk! - Adds a function to check if a user is set up with SSH authentication for GitHub
@bigcommerce/[email protected]
Minor Changes
-
#1410
53cca82
Thanks @bookernath! - Move /reset page to /login/forgot-password in order to reduce top-level routes. -
#1384
17692ca
Thanks @chanceaclark! - Pass customer ip address into requests that don't rely on cached values. -
#1388
a309a4d
Thanks @deini! - wraps header and footer in suspense boundaries
Patch Changes
-
#1374
1f76f61
Thanks @jorgemoya! - Prepend locale for redirected urls in tests.
More info: amannn/next-intl#1335 -
#1373
971033f
Thanks @jorgemoya! - Add missing metadata in account settings page. -
#1370
655d518
Thanks @bc-svc-local! - Update translations. -
#1446
ba4820b
Thanks @deini! - Fixes a bug where product variant was not reliably being selected on PDP when using pre-selected options. -
#1391
4d64c31
Thanks @bookernath! - Get lossy image from API instead of setting param in code -
#1389
a4eaff6
Thanks @bookernath! - Add additional IP address header -
#1402
6e75ef5
Thanks @bc-yevhenii-buliuk! - fixing the problem with submitting the password change form -
#1407
ac9832f
Thanks @bc-svc-local! - Update translations. -
#1392
76227ac
Thanks @bc-svc-local! - Update translations. -
#1424
4874add
Thanks @bc-svc-local! - Update translations. -
#1445
ba3f513
Thanks @deini! - Adds optimistic updates to all "Add to cart" buttons. This change makes the UI feel snappier and give quick feedback on user interaction. -
Updated dependencies [
17692ca
]:- @bigcommerce/[email protected]
@bigcommerce/[email protected]
Minor Changes
- #1384
17692ca
Thanks @chanceaclark! - Add the ability to hook into the fetchOptions before the request is sent.
@bigcommerce/[email protected]
Minor Changes
-
#1365
896b4d3
Thanks @matthewvolk! - Changes the default behavior of thecreate-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 leftoverNEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET
environment variables - continuation of #1317
@bigcommerce/[email protected]
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
-
#1361
dd10d06
Thanks @jorgemoya! - Enforce use of next-intl's wrapper navigation APIs. -
#1360
00f72dd
Thanks @jorgemoya! - Change LocalePrefix mode toas-needed
, since there's an issue that is causing caching problems when usingnever
.More info about LocalePrefixes: https://next-intl-docs.vercel.app/docs/routing#shared-configuration
Open issue: amannn/next-intl#786 -
#1338
d50613a
Thanks @bc-yevhenii-buliuk! - improve redirect behavior after change password on account page -
#1358
48db1b8
Thanks @jorgemoya! - Update da and fr translations to use correct string templates. -
#1368
d032e65
Thanks @jorgemoya! - Localize metadata titles. -
#1369
c9a5ab5
Thanks @jorgemoya! - Pass in default channel to favicon query, sincegetLocale
can't be used in routes.