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
[email protected]
For a better overview of the changes in this release, please visit the
Release Notes.
#871
fd7b46c
Thanks @AlecAivazis! - Inline queries in routes with @load need a reactive marker#872
de44252
Thanks @AlecAivazis! - Enums are generated as a constant object instead of a typescript enum. You can use the $options type for the union of all valid string values#858
fad070f
Thanks @AlecAivazis! - Restructured codegen plugins#842
d468143
Thanks @AlecAivazis! - GroupedapiUrl
,schemaPollHeaders
, andschemaPollInterval
together#841
55e750c
Thanks @AlecAivazis! - Restructure programmatic cache api#838
d275adc
Thanks @AlecAivazis! - Implemented new ClientPlugin architecture for HoudiniClient✨ Features
#849
c7d4008
Thanks @jycouet! - Add support for marking data as stale#865
3872a56
Thanks @jycouet! - on schema change, revalidate all document. No need to restart vite to pick up changes.🐛 Fixes
fcba9f0
Thanks @AlecAivazis! - Fix out of memory error with nested recursive fragments[email protected]
For a better overview of the changes in this release, please visit the
Release Notes.
65a355e
Thanks @jycouet! - by default global stores of type 'query' will not be generated. You have to opt-in to generate them in houdini.config.js[email protected]
For a better overview of the changes in this release, please visit the
Release Notes.
#879
ab96b1c
Thanks @AlecAivazis! - MutationStore.mutate returns full payload#846
3245233
Thanks @AlecAivazis! - removed the config values for specify custom cursor stores for a specific direction#841
55e750c
Thanks @AlecAivazis! - Removed@manual_load
since queries defined inline in a component are no longer automatically loaded. In order to opt into generated loads for your inline queries, use the@load
directive✨ Features
#846
3245233
Thanks @AlecAivazis! - Added support for bidirectional pagination when using connections#847
308ed34
Thanks @AlecAivazis! - Add event argument to mutation for server-side operations🐛 Fixes
#897
1298fef
Thanks @AlecAivazis! - Invalid integer route paramters get unmarshaled as undefined#895
d03ce3b
Thanks @AlecAivazis! - Fix sourcemaps