Skip to content

@bigcommerce/catalyst-core@0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 21:31
· 15 commits to main since this release
be4eaf8

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