Releases: HoudiniGraphql/houdini
[email protected]
Patch Changes
- #527
9b87678
Thanks @AlecAivazis! - Update init command to work with latest file template
[email protected]
⚠️ Breaking Changes
-
#449
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! - added support for page queries -
#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()
-
#449
59257d1
Thanks @AlecAivazis! - query stores must now be passed to routes as props instead of globally imported -
#449
59257d1
Thanks @AlecAivazis! - SvelteKit projects must now use houdini/vite as a vite plugin -
#449
59257d1
Thanks @AlecAivazis! -config.sourceGlob
has been renamed toconfig.include
and is now optional. Also addedconfig.exclude
to filter out files matched byconfig.include
✨ Features
-
#509
4983a76
Thanks @jycouet! - warn users that inline functions no longer exist -
#449
59257d1
Thanks @AlecAivazis! - You can now define the prefix of your global stores with globalStorePrefix param in the config. -
#485
c21942c
Thanks @jycouet! - fix peerDependencies of houdini, graphql needs to be <16 -
#490
71caba7
Thanks @AlecAivazis! - fix generated types for optimistic responses -
#487
0544a28
Thanks @AlecAivazis! - Fix issues when rendering kit applications with framework set to "svelte" -
#508
60ecb33
Thanks @fehnomenal! - added support for sessions -
#449
59257d1
Thanks @AlecAivazis! - graphql tags return store references -
#449
59257d1
Thanks @AlecAivazis! - add generated typedefs for route functions -
#523
2c5174c
Thanks @AlecAivazis! - fix circular import with HoudiniClient -
#494
5573cfa
Thanks @AlecAivazis! - add onError hook -
#494
5573cfa
Thanks @AlecAivazis! - addquietQueryError
config value to suppress all query errors
[email protected]
Patch Changes
- #523
2c5174c
Thanks @AlecAivazis! - fix cyclical import for HoudiniClient
[email protected]
Patch Changes
- #514
6cba303
Thanks @fehnomenal! - Do not force setting session data
[email protected]
[email protected]
Patch Changes
-
#497
062f1b7
Thanks @AlecAivazis! - Errors when dev server starts shouldn't crash the server -
#501
2b8c8aa
Thanks @AlecAivazis! - Bump SvelteKit version
[email protected]
Patch Changes
-
#495
fea1bbf
Thanks @AlecAivazis! - schemaPollHeaders requires env: prefix to reference environment variable -
#490
71caba7
Thanks @AlecAivazis! - fix generated types for optimistic responses -
#494
5573cfa
Thanks @AlecAivazis! - add onError hook -
#496
101b543
Thanks @jycouet! - refactoring to use directly vite-plugin-watch-and-run -
#494
5573cfa
Thanks @AlecAivazis! - addquietQueryError
config value to supress all query errors
[email protected]
[email protected]
[email protected]
Patch Changes
-
#434
ebeb90e
Thanks @AlecAivazis! - prevent store information from leaking across requests boundaries -
#434
ebeb90e
Thanks @AlecAivazis! - updated type definition for config file to allow for missing marshal/unmarshal functions