-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 Update #743
Merged
Merged
📦 Version Update #743
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
d7729a2
to
83ed829
Compare
83ed829
to
919f6a5
Compare
919f6a5
to
91e2205
Compare
91e2205
to
1524663
Compare
1524663
to
b257fda
Compare
b257fda
to
042da36
Compare
042da36
to
019f0dd
Compare
019f0dd
to
2a569c7
Compare
2a569c7
to
c32163a
Compare
AlecAivazis
approved these changes
Dec 14, 2022
gterras
pushed a commit
to gterras/houdini
that referenced
this pull request
Dec 14, 2022
* 📦 v0.18.0 * update changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Alec Aivazis <[email protected]>
endigma
pushed a commit
to endigma/houdini
that referenced
this pull request
Nov 10, 2024
* 📦 v0.18.0 * update changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Alec Aivazis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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]
ca6b4ec
Thanks @jycouet! - deprecated usage of parentID in append and prepend@Houdini(load: false) was removed in favor of @manual_load
@Houdini(mask: true | false) -> @mask_enable / @mask_disable
config disableMasking is now replaced by defaultFragmentMasking
🐛 Fixes
#747
7a34399
Thanks @AlecAivazis! - Fix issue when working with unions and interfaces#732
138fddd
Thanks @janvotava! - Do not delay app start by 2 schema pulls✨ Features
758683f
Thanks @jycouet! - apiUrl can now take environment variable[email protected]
d1fcc47
Thanks @jycouet! - exported functions now starts with an "_"🐛 Fixes
7a34399
Thanks @AlecAivazis! - Fix issue when working with unions and interfaces✨ Features
#738
758683f
Thanks @jycouet! - client path is now optional and defaults to ./src/client#746
e07c090
Thanks @524c! - Only generate route types if there are page files present