Skip to content
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 #1279

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Version Packages #1279

merged 1 commit into from
Sep 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 16, 2024

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]

Patch Changes

  • #1257 d656e79 Thanks @bc-alexsaiannyi! - add numbers-only field & utils for account form fields

  • #1277 8e6253d Thanks @jorgemoya! - Update Slideshow prop to use altText for image. Rename Hero wrapper component to Slideshow.

  • #1302 a620a19 Thanks @deini! - fix: decode webpage id to fix 404 on some Webpages

  • #1257 d656e79 Thanks @bc-alexsaiannyi! - add checkboxes field for account & addresses forms

  • #1346 33e133d Thanks @bc-alexsaiannyi! - fix placeholder positioning for picklist custom form field

  • #1316 4aea109 Thanks @jorgemoya! - Normalizes translations across all pages, updates the next-intl configuration, and simplifies translation handling in the project.

  • #1257 d656e79 Thanks @bc-alexsaiannyi! - add dates field for account & address forms

  • #1141 9f3c949 Thanks @bc-yevhenii-buliuk! - improve redirect behavior after creating new address

  • #1305 b11ba3d Thanks @jorgemoya! - Refactors tabs in /account to each be their own page. This also removes unused links in account home page (and tests) until we have that functionality available.

    Previous structure:

    /account
      [tab]
        page.tsx
    

    New structure:

    /account
      (tabs)
        addresses
          page.tsx
        settings
          page.tsx
        ...etc
    
  • #1257 d656e79 Thanks @bc-alexsaiannyi! - add multipleChoices field(radio-buttons, picklist) for account & address forms

  • #1334 00f43f0 Thanks @deini! - Fixes a server crash when user switches language settings

  • #1333 e2c0153 Thanks @deini! - Splits i18n into request.ts and routing.ts This helps reduce our middleware bundle as we no longer do a dynamic import on our middleware entrypoint.

  • #1342 f7bb1e2 Thanks @jorgemoya! - Update localeSwitcher to use a link instead of a form.

  • #1326 255c648 Thanks @chanceaclark! - Ensure recaptcha is bypassed for functional tests.

  • #1278 f8553c6 Thanks @jorgemoya! - Fix wrapping author text in BlogPostCard.

  • #1322 77ecb4b Thanks @jorgemoya! - Split auth forms to four different pages:

    • /login
    • /register
    • /reset
    • /change-password

    Additionally, moved shared form field components to /components/form-fields/ and updated translations.

  • #1317 7802361 Thanks @jorgemoya! - Rename NEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET to DEFAULT_REVALIDATE_TARGET since we don't need this exposed to the client.

  • #1296 fcd44bb Thanks @bookernath! - Add link header to preconnect to CDN

  • #1088 644361e Thanks @bc-yevhenii-buliuk! - improve redirect behavior after creating account

  • #1329 ad601e1 Thanks @bc-alexsaiannyi! - update multiline form-field to respect required settings

  • #1257 d656e79 Thanks @bc-alexsaiannyi! - add multilinetext field for account & address forms

  • #1300 b32198b Thanks @jorgemoya! - Refactor queries, fragments, and mutations in an effort to set a pattern on where these functions need to be defined.

    Shared queries and mutations will remain in /client for now.

  • #1349 dd9cf6f Thanks @jorgemoya! - Remove updateCustomer and getCustomerAddresses queries since they are defined now where they are used.

  • #1313 6531bb2 Thanks @jorgemoya! - Remove "Quick add" button in PLP for products that have options. Will now just show a button that links to the product.

@github-actions github-actions bot requested a review from a team as a code owner August 16, 2024 16:32
Copy link

vercel bot commented Aug 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
catalyst 🔄 Building (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 7:47pm
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 7:47pm
7 Skipped Deployments
Name Status Preview Comments Updated (UTC)
catalyst-1millionproducts-store ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-au ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-integration-customer-access-token ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-staging ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-test-store ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-uk ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm
catalyst-unstable ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2024 7:47pm

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from f4bed35 to 72bfe77 Compare August 19, 2024 16:20
@deini deini added this pull request to the merge queue Sep 6, 2024
Merged via the queue into main with commit 8f9efab Sep 6, 2024
12 checks passed
@deini deini deleted the changeset-release/main branch September 6, 2024 19:54
Copy link
Contributor Author

github-actions bot commented Sep 6, 2024

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-2gujn3jrb-bigcommerce-platform.vercel.app

🖥️ Desktop

We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:

Category Score
🟠 Performance 80
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 82

📱 Mobile

We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:

Category Score
🟠 Performance 89
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants