Closed github-actions[bot] closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst | π Building (Inspect) | Visit Preview | π¬ Add feedback | Sep 13, 2024 5:36pm |
catalyst-latest | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Sep 13, 2024 5:36pm |
Lighthouse ran against https://catalyst-latest-gfg26z6jc-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
π’ Performance | 100 |
π’ Accessibility | 93 |
π’ Best practices | 100 |
π SEO | 60 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
π’ Performance | 90 |
π’ Accessibility | 93 |
π’ Best practices | 100 |
π SEO | 67 |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@bigcommerce/create-catalyst@0.12.0
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 bigcommerce/catalyst#1317@bigcommerce/catalyst-core@0.15.0
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: https://github.com/amannn/next-intl/issues/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.