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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
[email protected]
59257d1
Thanks @AlecAivazis! - remove inline document functions query, paginatedQuery, subscription, and mutation#449
59257d1
Thanks @AlecAivazis! - renamedgenerate --pull-header
togenerate --header
andgenerate --persist-output
togenerate --output
#449
59257d1
Thanks @AlecAivazis! - inverted argument order for inline fragments#449
59257d1
Thanks @AlecAivazis! - Stores are now classes and need to be instantiated withnew MyQueryStore()
59257d1
Thanks @AlecAivazis! - query stores must now be passed to routes as props instead of globally imported59257d1
Thanks @AlecAivazis! - SvelteKit projects must now usehoudini/kit
as a vite plugin59257d1
Thanks @AlecAivazis! -config.sourceGlob
has been renamed toconfig.include
and is now optional. Also addedconfig.exclude
to filter out files matched byconfig.include
✨ Features
#449
59257d1
Thanks @AlecAivazis! - added support for page queries#449
59257d1
Thanks @jycouet! - You can now define the prefix of your global stores with globalStorePrefix param in the config.59257d1
Thanks @AlecAivazis! - graphql tags return store references59257d1
Thanks @AlecAivazis! - add generated typedefs for route functions