Skip to content

Commit edd7847

Browse files
chore: release (#1765) GEAR 5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2624d45 commit edd7847

File tree

10 files changed

+22
-45
lines changed

10 files changed

+22
-45
lines changed

.changeset/clean-apricots-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-cameras-glow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/heavy-panthers-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-shrimps-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loud-ants-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-ladybugs-check.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/twenty-singers-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-steaks-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/start/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @solidjs/start
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 4ec5d9b: - Added "OPTIONS" to the HTTP_METHODS array in packages/start/config/fs-router.js.
8+
I made this change so developers can handle preflight OPTIONS requests when using SolidStart as a public facing REST API.
9+
Existing users will not have to change their code. This change only adds an additional feature.
10+
- b434665: Vite 6 support
11+
- 600c115: move the RequestEventLocals definition into the App namespace for easier end user retyping
12+
13+
### Patch Changes
14+
15+
- 00c6d33: update vinxi to 0.5.3
16+
- df32b0d: Await internal `sendWebResponse` calls for middlewares that return responses.
17+
- cda037b: Return `404` when server-function is not found
18+
- a97093f: Move `getServerFunctionMeta` from `@solidjs/start/server` to `@solidjs/start` to fix circular import issues.
19+
20+
The old export at `@solidjs/start/server` still exists, but is **deprecated** and will be removed in a future release.
21+
22+
- 5a166a4: Adopt tanstack server functions plugin
23+
324
## 1.0.11
425

526
### Patch Changes

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"type": "module",
55
"author": "Ryan Carniato",
66
"license": "MIT",

0 commit comments

Comments
 (0)