July 09, 2024 (canary)
Pre-release
Pre-release
github-actions
released this
09 Jul 11:57
·
867 commits
to canary
since this release
@graphcommerce/[email protected]
Patch Changes
- #2216
3b648fd
- Remove large demo item, as it doesn't properly work and isn't as pretty as it can be
(@paales)
@graphcommerce/[email protected]
Patch Changes
- #2216
d066e6f
- When loading a page, always create a new graphql client, so that cache isn't shared for each request, causing an unnecessary large page size.
(@paales)
@graphcommerce/[email protected]
Patch Changes
- #2216
16b5767
- When viewing the website on a 1x monitor, serve a little bit smaller images.
(@paales)
@graphcommerce/[email protected]
Patch Changes
- #2216
2faebf1
- When signing in make sure the cart isn't merged if the login is unsuccesful
(@paales)
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
@graphcommerce/[email protected]
Patch Changes
-
#2216
1895176
- USPS would be loaded after other pages, causing uneceesasry slowdown
(@paales) -
#2216
74eb239
- Added Intl components and replaced usage sites
(@paales) -
#2216
012b865
- Move arguments of responsiveVal around so the minBreakpoint can be given as third argument
(@paales) -
#2216
223f16a
- LazyHydrate component now accepts a height prop that allows deferring of rendering of the child component when initially rendered on the client. This improves performance.
(@paales)