Skip to content

Commit 706f320

Browse files
Version Packages (canary)
1 parent d0acf47 commit 706f320

7 files changed

Lines changed: 17 additions & 35 deletions

File tree

.changeset/metal-aliens-attend.md

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

.changeset/moody-coats-see.md

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

.changeset/silent-ideas-flash.md

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

.changeset/translations-patch-64d8d279.md

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

.changeset/wise-ads-drive.md

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

core/CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#2477](https://github.com/bigcommerce/catalyst/pull/2477) [`02af32c`](https://github.com/bigcommerce/catalyst/commit/02af32c459719f97e8973a19b6889e5fa73d0c38) Thanks [@bookernath](https://github.com/bookernath)! - Add support for Scripts API/Script Manager scripts rendering via next/script
8+
9+
### Patch Changes
10+
11+
- [#2465](https://github.com/bigcommerce/catalyst/pull/2465) [`a438bb6`](https://github.com/bigcommerce/catalyst/commit/a438bb660bc3bd11adacd125769ba99ba2e1c38d) Thanks [@bookernath](https://github.com/bookernath)! - Bump next to 15.4.0-canary.114 to fix issue with PDPs 500ing on Docker builds
12+
13+
- [#2474](https://github.com/bigcommerce/catalyst/pull/2474) [`989bf97`](https://github.com/bigcommerce/catalyst/commit/989bf974c534a7201782ace9a4bf3fe745e8af01) Thanks [@bookernath](https://github.com/bookernath)! - Respect min/max purchase quantity from API in quantity selector
14+
15+
- [#2464](https://github.com/bigcommerce/catalyst/pull/2464) [`474f960`](https://github.com/bigcommerce/catalyst/commit/474f960c4c428e28874022b36ae2b03e0b301e20) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove edge runtime declarations to be able to run Catalyst with OpenNext.
16+
17+
- [#2468](https://github.com/bigcommerce/catalyst/pull/2468) [`8b64931`](https://github.com/bigcommerce/catalyst/commit/8b6493156a70490c0c35c35d45ebd9ad8f23615c) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations.
18+
319
## 1.0.1
420

521
### Patch Changes
@@ -99,7 +115,6 @@ This is a add-only change, so migration should be as simple as pulling in the ne
99115

100116
- Updated `/app/[locale]/(default)/compare/page.tsx` to use `Streamable.from` pattern.
101117
- Renamed `getCompareData` query to `getComparedProducts`.
102-
103118
- Updated query
104119
- Returns empty `[]` if no product ids are passed
105120

@@ -140,7 +155,6 @@ This is a add-only change, so migration should be as simple as pulling in the ne
140155
- Update`/(facted)/category/[slug]/fetch-compare-products.ts`
141156
- Request now accept `customerAccessToken` as a prop instead of calling internally.
142157
- Update `/(faceted)/fetch-faceted-search.ts`
143-
144158
- Request now accept `customerAccessToken` and `currencyCode` as a prop instead of calling internally.
145159

146160
- [`537db2c`](https://github.com/bigcommerce/catalyst/commit/537db2c) Thanks [@chancellorclark](https://github.com/chancellorclark)! - Add the ability to redirect from the login page. Developers can now append a relative path to the `?redirectTo=` query param on the `/login` page. When a shopper successfully logs in, it'll redirect them to the given relative path. Defaults to `/account/orders` to prevent a breaking change.
@@ -191,7 +205,6 @@ Any import statements that import `expect` and `test` from `@playwright/test` sh
191205
**Migration instructions:**
192206

193207
- Update `/(facted)/search/page.tsx`
194-
195208
- For this page we are now doing a blocking request for brand page data. Instead of having functions that each would read from props, we share streamable functions that can be passed to our UI components. We still stream in filter and product data.
196209

197210
- [`da2a462`](https://github.com/bigcommerce/catalyst/commit/da2a462) Thanks [@bookernath](https://github.com/bookernath)! - Adds the ability to redirect after logout.
@@ -560,7 +573,6 @@ Previously, the pages would 404 which is misleading.
560573
- Update`/product/[slug]/_components`.
561574
- Similar to `page.tsx` and `page.data`, expect changes in the fragments defined and how we pass streamable functions to UI components.
562575
- Update `/vibes/soul/product-detail/index.tsx` & `/vibes/soul/product-detail/product-detail-form.tsx`
563-
564576
- Minor changes to allow streaming in data.
565577
566578
- [`8a25424`](https://github.com/bigcommerce/catalyst/commit/8a25424) Thanks [@chancellorclark](https://github.com/chancellorclark)! - Refactors the sign in functionality to use two separate providers instead of one. This is some work needed to be done in order to provide a better API for session syncing so it shouldn't effect any existing functionality.
@@ -671,7 +683,6 @@ git mv core/app/[locale]/(default)/product/[slug]/_components/product-analytics-
671683
672684
- Update `ProductDetailForm` to prevent reset on submit, by removing `requestFormReset` in the `onSubmit`.
673685
- Remove `router.refresh()` call and instead call new `revalidateCart` action.
674-
675686
- `revalidateCart` is an action that `revalidateTag(TAGS.cart)`
676687
- This prevents the form from fully refreshing on success.
677688
@@ -1067,7 +1078,6 @@ dark:
10671078
### Minor Changes
10681079
10691080
- [#1491](https://github.com/bigcommerce/catalyst/pull/1491) [`313a591`](https://github.com/bigcommerce/catalyst/commit/313a5913181a144b53cb12208132f4a9924e2256) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Bump `next-intl` which includes [some minor changes and updated APIs](<(https://next-intl-docs.vercel.app/blog/next-intl-3-22)>):
1070-
10711081
- Use new `createNavigation` api.
10721082
- Pass `locale` to redirects.
10731083
- `setRequestLocale` is no longer unstable.
@@ -1163,7 +1173,6 @@ dark:
11631173
- [#1362](https://github.com/bigcommerce/catalyst/pull/1362) [`0814afe`](https://github.com/bigcommerce/catalyst/commit/0814afefca00b2497dddb0622df45f4d50865882) Thanks [@deini](https://github.com/deini)! - If app is not running on Vercel's infra, `<Analytics />` and `<SpeedInsights />` are not rendered.
11641174
11651175
Opt-out of vercel analytics and speed insights by setting the following env vars to `true`
1166-
11671176
- `DISABLE_VERCEL_ANALYTICS`
11681177
- `DISABLE_VERCEL_SPEED_INSIGHTS`
11691178
@@ -1252,7 +1261,6 @@ dark:
12521261
- [#1278](https://github.com/bigcommerce/catalyst/pull/1278) [`f8553c6`](https://github.com/bigcommerce/catalyst/commit/f8553c6c9fb35ab7a143fabd60719c8156269448) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Fix wrapping author text in BlogPostCard.
12531262
12541263
- [#1322](https://github.com/bigcommerce/catalyst/pull/1322) [`77ecb4b`](https://github.com/bigcommerce/catalyst/commit/77ecb4bb4f527e079788b0f9dff2468e92d0bc1a) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Split auth forms to four different pages:
1255-
12561264
- /login
12571265
- /register
12581266
- /reset
@@ -1302,7 +1310,6 @@ dark:
13021310
- [#1194](https://github.com/bigcommerce/catalyst/pull/1194) [`b455b05`](https://github.com/bigcommerce/catalyst/commit/b455b05a6121b005bd5147a25c964b9554b1b350) Thanks [@BC-krasnoshapka](https://github.com/BC-krasnoshapka)! - Add basic support for Google Analytics via [Big Open Data Layer](https://developer.bigcommerce.com/docs/integrations/hosted-analytics). 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.
13031311
13041312
List of currently supported events:
1305-
13061313
- View product category
13071314
- View product page
13081315
- Add product to cart

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.0.1",
4+
"version": "1.1.0",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",

0 commit comments

Comments
 (0)