Skip to content

Commit 3a65e38

Browse files
Version Packages (canary)
1 parent 8ffae4e commit 3a65e38

6 files changed

Lines changed: 30 additions & 37 deletions

File tree

.changeset/eleven-bugs-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-pillows-sip.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/thin-things-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-cameras-turn.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#2709](https://github.com/bigcommerce/catalyst/pull/2709) [`3820a75`](https://github.com/bigcommerce/catalyst/commit/3820a754def724ddd335e7b36d5ac2633b6e23e2) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Adds product review submission functionality to the product detail page via a modal form with validation for rating, title, review text, name, and email fields. Integrates with BigCommerce's GraphQL API using Conform and Zod for form validation and real-time feedback.
8+
9+
- [#2708](https://github.com/bigcommerce/catalyst/pull/2708) [`aa35bec`](https://github.com/bigcommerce/catalyst/commit/aa35bec2dd45c7a8280b2583e830deafe666277e) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Adds OpenTelemetry instrumentation for Catalyst, enabling the collection of spans for Catalyst storefronts.
10+
11+
### Migration
12+
13+
Change is new code only, so just copy over `/core/instrumentation.ts` and `core/lib/otel/tracers.ts`.
14+
15+
- [#2711](https://github.com/bigcommerce/catalyst/pull/2711) [`fcd0836`](https://github.com/bigcommerce/catalyst/commit/fcd08369ed17e97619e98c2f71cf7c2fa8467906) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Separate first and last name fields on user session object.
16+
17+
- [#2668](https://github.com/bigcommerce/catalyst/pull/2668) [`8ffae4e`](https://github.com/bigcommerce/catalyst/commit/8ffae4ec32ff4ae11329f836ff84e5306af32713) Thanks [@Tharaae](https://github.com/Tharaae)! - Add the following backorder messages to PDP based on the store inventory settings and the product backorders data:
18+
- Backorder availability prompt
19+
- Quantity on backorder
20+
- Backorder message
21+
22+
## Migration
23+
24+
For existing Catalyst stores, to get the newly added feature, simply rebase the existing code with the new release code. The files to be rebased for this change to be applied are:
25+
- core/messages/en.json
26+
- core/app/[locale]/(default)/product/[slug]/page-data.ts
27+
- core/app/[locale]/(default)/product/[slug]/page.tsx
28+
- core/app/[locale]/(default)/product/[slug]/\_components/product-viewed/fragment.ts
29+
- core/vibes/soul/sections/product-detail/index.tsx
30+
- core/vibes/soul/sections/product-detail/product-detail-form.tsx
31+
332
## 1.3.4
433

534
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.3.4",
4+
"version": "1.4.0",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",

0 commit comments

Comments
 (0)