Skip to content

Commit 06c4818

Browse files
Version Packages
1 parent f8dd775 commit 06c4818

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/breezy-cycles-thank.md

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

.changeset/cyan-ants-float.md

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

.changeset/fuzzy-kangaroos-relate.md

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

.changeset/loud-pans-fly.md

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

.changeset/silent-icons-guess.md

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

.changeset/slimy-donkeys-itch.md

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

packages/kit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @sveltejs/kit
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- feat: allow $app/paths to be used without an app ([#8838](https://github.com/sveltejs/kit/pull/8838))
8+
9+
### Patch Changes
10+
11+
- fix: ensure types of all form actions are accessible even if differing ([#8877](https://github.com/sveltejs/kit/pull/8877))
12+
13+
- fix: correctly handle HttpErrors on the client side ([#8829](https://github.com/sveltejs/kit/pull/8829))
14+
15+
- docs: discourage use of `goto` with external URLs ([#8837](https://github.com/sveltejs/kit/pull/8837))
16+
17+
- fix: correctly serialize request url when using load `fetch` ([#8876](https://github.com/sveltejs/kit/pull/8876))
18+
19+
- fix: ensure endpoints can fetch endpoints on the same host but not part of the application ([#8869](https://github.com/sveltejs/kit/pull/8869))
20+
321
## 1.3.10
422

523
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.3.10",
3+
"version": "1.4.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)