Skip to content

@bigcommerce/catalyst-core@0.13.0

Compare
Choose a tag to compare
@chanceaclark chanceaclark released this 14 Aug 18:16
· 93 commits to main since this release
1f457e6

Minor Changes

  • #1166 0661e53 Thanks @bookernath! - Use default SEO settings from store for pages without SEO information specified, normalize SEO implementation across pages

  • #1194 b455b05 Thanks @BC-krasnoshapka! - Add basic support for Google Analytics via Big Open Data Layer. BODL and GA4 integration is encapsulated in bodl library which hides current complexity and limitations that will be improved in future. It can be extended with more events and integrations with other analytics providers later. Data transformation from Catalyst data models to BODL and firing events is done in client components, as only frontend events are supported by BODL for now.

    List of currently supported events:

    • View product category
    • View product page
    • Add product to cart
    • View cart
    • Remove product from cart

    In order to configure you need to specify NEXT_PUBLIC_GOOGLE_ANALYTICS_ID environment variable which is essentially your GA4 ID.

  • #1261 f715067 Thanks @chanceaclark! - Remove the need of fetching shipping countries by using the GraphQL data.

  • #1261 f715067 Thanks @chanceaclark! - Fetch shipping zones if access token exists, otherwise regress back to using the geography node on graphql for shipping information. This is part of an effort to remove the need of the BIGCOMMERCE_ACCESS_TOKEN.

Patch Changes