Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/storefront/catalyst/release-notes/1-3-0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Catalyst version 1.3 Release Notes

We are excited to announce the release of Catalyst v1.3, which brings important updates including security improvements, translation updates, code cleanup, cookie consent manager, and gift certificate integration.

## Consent Manager

We have added a cookie consent manager to Catalyst that uses [c15t.com](https://c15t.com) under the hood. Once you enable cookie tracking in your storefront channel settings, you will see a consent manager that allows
shoppers to choose which cookies they want to allow to track their behavior on your storefront.c

## Gift Certificates

We have added a gift certificate integration to Catalyst. This allows you to create and manage gift certificates on your storefront. You can create gift certificates, apply them to orders, and manage them in the control panel.

## Security and Code Cleanup

### ReCAPTCHA Code Removal

We have removed the reCAPTCHA code from Catalyst until we're ready to add it at a later point if needed. This cleanup removes old commented-out blocks and simplifies the codebase. If you were using any reCAPTCHA functionality, you'll need to remove any reCAPTCHA mentions from your GraphQL mutations and queries.

## Translation Updates

Multiple translation updates have been included in this release to improve the internationalization support across different languages and regions. These updates ensure better localization for global storefronts.

## Migration Notes

- Remove any reCAPTCHA mentions from GraphQL mutations and queries

## Getting Started

We have published new tags for the Core, Makeswift, and B2B versions of Catalyst. Target these tags to pull the latest code:

[**@bigcommerce/catalyst-core@1.3.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%401.3.0)
[**@bigcommerce/catalyst-makeswift@1.2.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-makeswift%401.3.0)
[**@bigcommerce/catalyst-b2b-buyer-portal@1.2.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-b2b-buyer-portal%401.3.0)

And as always, you can pull the latest stable release with these tags:

[**@bigcommerce/catalyst-core@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%40latest)
[**@bigcommerce/catalyst-makeswift@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-makeswift%40latest)
[**@bigcommerce/catalyst-b2b-buyer-portal@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-b2b-buyer-portal%40latest)