-
Notifications
You must be signed in to change notification settings - Fork 405
chore(@solidjs/start): release 1.1.0 #1765
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
Conversation
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
38d6b43 to
d01f9e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
63504f6 to
fe835d6
Compare
More templates
commit: |
atilafassina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to do a few adjustments on the Server-Functions 404 flow.
48f7bb7 to
8756274
Compare
8756274 to
c51bd16
Compare
a7f6345 to
1e7214f
Compare
1e7214f to
f197c69
Compare
2603f67 to
8218487
Compare
34db859 to
a27420a
Compare
|
Hmm, CI not starting? |
a27420a to
32dcb9e
Compare
32dcb9e to
9ed02ef
Compare
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
@solidjs/start@1.1.0
Minor Changes
I made this change so developers can handle preflight OPTIONS requests when using SolidStart as a public facing REST API.
Existing users will not have to change their code. This change only adds an additional feature.
Patch Changes
00c6d33: update vinxi to 0.5.3
df32b0d: Await internal
sendWebResponsecalls for middlewares that return responses.cda037b: Return
404when server-function is not founda97093f: Move
getServerFunctionMetafrom@solidjs/start/serverto@solidjs/startto fix circular import issues.The old export at
@solidjs/start/serverstill exists, but is deprecated and will be removed in a future release.5a166a4: Adopt tanstack server functions plugin