Version Packages (canary)#3037
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
b8681e1 to
d46104e
Compare
d46104e to
e5f9df3
Compare
e5f9df3 to
12c85ff
Compare
12c85ff to
d02312c
Compare
d02312c to
a1c3d14
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 #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.#3046
5034ea3Thanks @chanceaclark! - Gatecatalyst.visitorId,catalyst.visitId, andcurrencyCodecookies behind shopper consent. The visitor and visit cookies now require measurement consent and the currency preference cookie requires functionality consent. When consent is absent, existing analytics cookies are deleted on the next request. When measurement consent is granted mid-session, a newstartVisitserver action sets the cookies and fires the server-sidevisitStartedEventimmediately rather than waiting for the next full-page navigation.