-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #1191
Merged
Merged
Version Packages #1191
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
6478662
to
f4da16d
Compare
f4da16d
to
350a273
Compare
350a273
to
f702958
Compare
f702958
to
157d2ba
Compare
157d2ba
to
d72454e
Compare
d72454e
to
10fb067
Compare
10fb067
to
e2d8c4c
Compare
e2d8c4c
to
3af8099
Compare
3af8099
to
628bb49
Compare
628bb49
to
5dc2ed9
Compare
5dc2ed9
to
585b4d9
Compare
585b4d9
to
908e044
Compare
908e044
to
04d4815
Compare
04d4815
to
d468037
Compare
f4cef9f
to
ada1cfa
Compare
ada1cfa
to
58f6a3c
Compare
58f6a3c
to
a62365e
Compare
a62365e
to
9858c2f
Compare
9858c2f
to
326bbf7
Compare
326bbf7
to
24e1eac
Compare
24e1eac
to
e37c0fd
Compare
e37c0fd
to
2436695
Compare
matthewvolk
approved these changes
Aug 14, 2024
2436695
to
aab32b9
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-4h8qdcihu-bigcommerce-platform.vercel.app 🖥️ DesktopWe ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 MobileWe ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
|
jorgemoya
approved these changes
Aug 14, 2024
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 main, this PR will be updated.
Releases
@bigcommerce/[email protected]
Minor Changes
#1200
51704d9
Thanks @chanceaclark! - Remove thefetchAvailableCountries
query as it is no longer needed in Catalyst. This helps us remove queries that are dependent on the access token.#1261
f715067
Thanks @chanceaclark! - Remove the need of fetching shipping countries by using the GraphQL data.@bigcommerce/[email protected]
Minor Changes
#1192
d7d5a96
Thanks @matthewvolk! - addintegration
command to help with developing native Catalyst integrations#1193
aa72351
Thanks @matthewvolk! - add--integration
option tocreate-catalyst
to apply an integration to your newly created storefront#1242
733535a
Thanks @matthewvolk! - fix: define a single source of truth for integrations manifest filePatch Changes
dc2cc0d
Thanks @matthewvolk! - refactor: parse env usingdotenv
package@bigcommerce/[email protected]
Minor Changes
#1166
0661e53
Thanks @bookernath! - Use default SEO settings from store for pages without SEO information specified, normalize SEO implementation across pages#1194
b455b05
Thanks @BC-krasnoshapka! - Add basic support for Google Analytics via Big Open Data Layer. BODL and GA4 integration is encapsulated inbodl
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.List of currently supported events:
In order to configure you need to specify
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID
environment variable which is essentially your GA4 ID.#1261
f715067
Thanks @chanceaclark! - Remove the need of fetching shipping countries by using the GraphQL data.#1261
f715067
Thanks @chanceaclark! - Fetch shipping zones if access token exists, otherwise regress back to using the geography node on graphql for shipping information. This is part of an effort to remove the need of theBIGCOMMERCE_ACCESS_TOKEN
.Patch Changes
#1225
127f3b6
Thanks @jorgemoya! - Change propitems
tolinks
in Header.#1232
b7d4986
Thanks @jorgemoya! - RemovePopover
component, utilize radix primitives instead.#1196
b793661
Thanks @jorgemoya! - Add locale picker in header.#1231
befb122
Thanks @jorgemoya! - AddDropdown
component.#1209
ef2f3cb
Thanks @bookernath! - Limit number of chunks in webpack, customizable via env#1239
9a37c6a
Thanks @jorgemoya! - AddSearch
component.#1199
e8bf185
Thanks @jorgemoya! - Add more context when no result is found in search page.#1236
7d9e865
Thanks @bookernath! - Exclude node_modules from tailwind config to improve build time#1214
4e890ff
Thanks @jorgemoya! - Change propvalue
totitle
in Accordions.#1197
c831677
Thanks @jorgemoya! - Set key before spreading prop in some form components.#1188
5c77f41
Thanks @jorgemoya! - Rename brand prop to subtitle in Product Card.#1234
052e94a
Thanks @jorgemoya! - AddBreadcrumbs
component.#1224
5f934f9
Thanks @jorgemoya! - Change propthumbnail
toimage
in BlogPostCard.#1206
d1cf327
Thanks @jorgemoya! - AddSlide
component to be used inSlideshow
.#1198
22dc862
Thanks @jorgemoya! - Add missing accessibility components to Sheet/Mobile Nav.#1226
d6d1224
Thanks @jorgemoya! - Renamevalue
torating
for Rating component, remove unused props.#1190
d01b4e0
Thanks @jorgemoya! - Remove title prop from Tabs, remove Tabs from /account since it's not needed.#1204
bde94ba
Thanks @jorgemoya! - Add missing accisibility components to Quick Search.#1200
51704d9
Thanks @chanceaclark! - Use thegeography
node to retrieve a list of countries. This removes one less dependency on the access token.#1235
53ccd31
Thanks @jorgemoya! - AddPagination
component.#1211
ec81a3a
Thanks @jorgemoya! - Update price prop in ProductCard to accept an object instead of a ReactNode.#1208
315ed15
Thanks @jorgemoya! - Move CompareDrawer to ui components.Updated dependencies [
51704d9
,f715067
]: