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

[ci] release 2023-07 #1293

Merged
merged 1 commit into from
Aug 31, 2023
Merged

[ci] release 2023-07 #1293

merged 1 commit into from
Aug 31, 2023

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

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

@shopify/[email protected]

Patch Changes

  • Fix the Pagination component to reset internal state when the URL changes (not including Pagination params). (#1291) by @blittle

    We also now validate the connection prop to include a pageInfo object with the following properties:

    1. hasNextPage
    2. hasPreviousPage
    3. endCursor
    4. startCursor

    Previously our templates had a bug where startCursor was not included. Upgrading means the app will error
    until you update your query to include it:

     query CollectionDetails {
       collection(handle: $handle) {
         ...
         pageInfo {
           hasPreviousPage
           hasNextPage
           hasNextPage
           endCursor
    +      startCursor
         }
       }
     }
    

@blittle blittle merged commit 6cd870d into main Aug 31, 2023
@blittle blittle deleted the changeset-release/main branch August 31, 2023 21:29
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.

1 participant