Version Packages (canary)#2522
Merged
matthewvolk merged 1 commit intocanaryfrom Sep 4, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
f6ba4b4 to
22a079f
Compare
22a079f to
1853d31
Compare
1853d31 to
3e6caa9
Compare
3e6caa9 to
fffddaa
Compare
fffddaa to
5bc730a
Compare
5bc730a to
2b97e99
Compare
c386042 to
3878d58
Compare
3878d58 to
ba54a98
Compare
568d32e to
1def164
Compare
1def164 to
50bb0ed
Compare
50bb0ed to
406641c
Compare
406641c to
9b04546
Compare
9b04546 to
6c4d77f
Compare
6c4d77f to
5bef6e8
Compare
5bef6e8 to
79bfb1e
Compare
79bfb1e to
08575a2
Compare
08575a2 to
52f9e41
Compare
matthewvolk
approved these changes
Sep 4, 2025
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-client@1.0.1
Patch Changes
#2563
707ec24Thanks @matthewvolk! - Replace usage of Date.now with performance.now for compatibility with upcoming Next.js Composable Cache feature#2565
a27054fThanks @matthewvolk! - Truncate performance.now to 2 decimal places@bigcommerce/catalyst-core@1.2.0
Minor Changes
33b574dThanks @bookernath! - Implement Vercel Runtime Cache API as replacement for Vercel KV adapterPatch Changes
#2526
2089a58Thanks @chanceaclark! - The anonymous session cookie hadsecurealways set to true regardless if we were prefixing it or not. This change updates the cookie to setsecureto the same "value" if we prefix the cookie with__Secure-.#2564
69797a4Thanks @jorgemoya! - Add visual queues when the cart state is being updated in the Cart page. Will also warn about pending state when trying to navigate away from page.Migration
/core/vibes/soul/sections/cart/client.tsxto include latest changes:isLineItemActionPendingto track when we need to disable checkout button and add a loading state.beforeunloadand when user tries to navigate using a link.lineItemActionPendingLabelto be able to pass in a translatable label to the window alert.#2521
6f6a8afThanks @bookernath! - Preconnect to checkout domain on cart page to improve checkout load timeUpdated dependencies [
707ec24,a27054f]: