Version Packages (canary)#2
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
February 5, 2025 04:14
d975cdc to
1f2f377
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
2 times, most recently
from
February 19, 2025 15:48
377ada0 to
c8ab1bc
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
2 times, most recently
from
March 4, 2025 15:41
f4c45ed to
c85b696
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
March 12, 2025 03:48
c85b696 to
df9ffdc
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
May 9, 2025 17:28
df9ffdc to
092b1aa
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
May 16, 2025 20:49
092b1aa to
dfad221
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
December 9, 2025 05:07
dfad221 to
be4157b
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
March 4, 2026 05:23
be4157b to
102b0c6
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
May 21, 2026 02:38
102b0c6 to
85558e3
Compare
github-actions
Bot
force-pushed
the
changeset-release/canary
branch
from
June 12, 2026 02:44
85558e3 to
45bb003
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@bigcommerce/catalyst-core@1.8.0
Minor Changes
#3024
3cec674Thanks @mfaris9! - Honor the merchant's Tax Display setting (Inc.,Ex., orBoth) from the BigCommerce control panel across PDP, PLP, search, compare, and home. When set toBoth, prices render stacked with(Inc. Tax)and(Ex. Tax)labels, including sale strike-throughs per line.Migration
For forks that can't rebase cleanly: pricing was refactored end-to-end to support inc/ex tax variants and a
Bothmode (PricingFragment,pricesTransformer,Pricetypes, page-data settings queries, analytics helpers). See PR feat(core): TRAC-188 out-of-the-box inclusive and exclusive tax price display bigcommerce/catalyst#3024 for the full diff.#3015
15e365aThanks @mfaris9! - Consume merchant-configured per-locale URL subfolders from the BigCommerce Storefront GraphQL API (Locale.path). The locale that sits at the bare root URL (/) is derived from the CP configuration: if the default locale has no path, it sits at root; otherwise, if exactly one non-default locale has no path, that one sits at root; otherwise every locale gets a prefix. Locales with a path use it; locales without a path fall back to their locale code.Patch Changes
#3031
874e332Thanks @Tharaae! - Display backorder information for variants on PDP.#3033
8bc379dThanks @jorgemoya! - Fix broken images in WYSIWYG content (web pages, blog posts, product description and warranty). Images uploaded through the Control Panel editor are stored as store-root-relative WebDAV paths (/content/...and/product_images/...) that 404 on the headless storefront domain; they are now rewritten to absolute BigCommerce CDN URLs.#3035
b4215f0Thanks @jorgemoya! - Scope the consent manager cookie (c15t-consent) to the current host instead of the top-level domain. PreviouslycrossSubdomain: truecaused the cookie to be set on the root domain (e.g..example.com) for stores running on a sub-domain, so it appeared on both the root domain and the sub-domain. Removing it makes the cookie host-only, so it now exists only on the sub-domain the store runs on.