Highlights
- Pro
Block or Report
Block or report Rich-Harris
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,027 contributions in the last year
Less
More
Contribution activity
September 2022
Created 35 commits in 2 repositories
Created a pull request in sveltejs/kit that received 19 comments
simulate CORS errors in server-side fetch
closes #5074, by increasing the fidelity of the server-side fetch implementation passed to load. If a request is made for an external resource, and…
+74
−4
•
19
comments
Opened 25 other pull requests in 1 repository
sveltejs/kit
2
open
20
merged
3
closed
- make action passed to enhance callback a URL
-
Respect
autofocusafter a client-side navigation or enhanced form submit - apply 304 logic after handle
-
change use:enhance signature to support
<button formaction> - remove cookie from demo app
- deflake test
- add new cookies API
- bump vite
-
Add
filterSerializedResponseHeadersfunction - replace externalFetch with handleFetch
-
fetchrelative to layouts - move some stuff out of client-facing code
-
augment
Navigationtype - prevent server-side fetch from succeeding if filename contains #
- make test less flaky, hopefully
-
Warn about incorrect
data-sveltekit-xvalues - only include specified headers in server-side fetch requests and serialized responses
- bump vite to 3.1.0-beta.2
- add navigation (but not invalidation) types
- treat invalidation as navigation
- fix #6506
- Revert "remove incorrect vercel.json files"
- remove incorrect vercel.json files
- Block cross-site form POSTs by default
- fix server manifest generation
Reviewed 51 pull requests in 3 repositories
sveltejs/kit
25 pull requests
- Version Packages (next)
- [breaking] limit adapter-node request size
- [breaking] request creation cleanup
- Version Packages (next)
- [fix] error rework cleanup
- [breaking] only allow enhance on form; pass abort controller
- Version Packages (next)
- [breaking] change sveltekit.message to sveltekit.error.message
-
Respect
autofocusafter a client-side navigation or enhanced form submit - add new cookies API
-
feat: Extend user-defined server-only modules functionality to
$lib/server - Version Packages (next)
- [breaking] error handling rework
-
[docs] Highlight different
$env/dynamicbehavior betweendevandprod -
change use:enhance signature to support
<button formaction> - Version Packages (next)
- [feat] provide SubmitFunction type
- [site] upgrade vite-imagetools
- [fix] address Vite warning when using base or asset path
- [fix] cookies.delete
- Version Packages (next)
- Form actions
- Version Packages (next)
- feat: Disallow import of user-designated server-only modules from the client
-
Add
filterSerializedResponseHeadersfunction - Some pull request reviews not shown.
sveltejs/svelte
1 pull request
sveltejs/vite-plugin-svelte
1 pull request
Created an issue in sveltejs/kit that received 10 comments
Navigation types
Describe the problem
Relevant: #4447, #4383, #6498.
The navigating store value is a { from: URL, to: URL } object, which is also passed to beforeNa…
10
comments
Opened 6 other issues in 1 repository
sveltejs/kit
5
closed
1
open
-
replace
%sveltekit.message%with%sveltekit.error.message% -
use:enhanceshould work with<button formaction> -
Navigation and
use:enhanceshould applyautofocus -
navigating store contains from, to and typeis hella flaky -
More information in
Navigation -
Add a
cookiesinterface toRequestEventandLoadServerEvent
Started 1 discussion in 1 repository
sveltejs/kit
sveltejs/kit







