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
1,922 contributions in the last year
Less
More
Contribution activity
March 2022
Created 31 commits in 3 repositories
Created a pull request in sveltejs/kit that received 8 comments
ignore .css files when building route manifest -
fixes #3997. I think we can punt on the question of whether we want to treat all .js/.ts files similarly — I think the .css case is fairly unambigu…
+15
−0
•
8
comments
Opened 21 other pull requests in 3 repositories
sveltejs/kit
18
merged
1
open
- allow routes to have the same name as fallback components
- minimise height of unpopulated search box -
- use relative asset paths
- Workaround hydration scrolling bug
- typecheck adapters
- prevent Vite from copying static assets if directory is called public
- replace timestamp in $service-worker with version
-
Fix
svelte-kit previewagain - fix svelte-kit preview
- Ensure props are loaded from matching endpoint during client-side navigation
- add config.kit.endpointExtensions option
- Prerender during build
-
document
strictPortstuff -
add
svelte-kit sync - Docs redirects
-
Make
.svelte-kitconfigurable asoutDir - mention 'query string' so it shows up in search
- mark svelte-kit package as experimental
-
Combine
RouterandRenderer
TrickyPi/vite
1
merged
sveltejs/sites
1
merged
Reviewed 41 pull requests in 2 repositories
sveltejs/kit
40 pull requests
- Version Packages (next)
- refactor: use Module Worker pattern instead of Service Worker, add error handling
- shadow redirect #4249
- fix: couple remnants of app.render in docs, error msg
- chore: update tests for vite beta
-
[chore] add
@sveltejs/adapter-staticto site package - Version Packages (next)
- [fix] Support override by index file definitions
-
[fix] consider
paths.assetsforversion.json - [fix] Fix build
-
[docs] Add missing property
kit.prerender.default - Version Packages (next)
- typecheck adapters
- replace timestamp in $service-worker with version
- Deduplicate CI testing
- [chore] downgrade Windows version
- Should fix 4177 navigation to pages with iframe with relative urls are broken
- add config.kit.endpointExtensions option
- Prerender during build
- Upgrade to TypeScript 4.6
- Update actions/upload-artifact action to v3
- Version Packages (next)
-
focus on
bodyinstead ofhtmlon navigation - [docs] remove options that no longer exist in the CLI
- Version Packages (next)
- Some pull request reviews not shown.
sveltejs/svelte
1 pull request
Created an issue in sveltejs/kit that received 16 comments
Scrolling to hash links is broken on Chrome
Describe the bug Clicking a link like https://kit.svelte.dev/docs/configuration#version should take you to that part of the page. It works in Firef…
16
comments
Opened 9 other issues in 2 repositories
sveltejs/kit
5
open
3
closed
- Named sections (formerly 'layouts') — solves pathless routes and granular layout resets
-
Rename
__layoutto__sectionand add section endpoints - Page endpoint without a GET handler causes client-side navigation to hang
- Prerendered page alongside non-GET request handler should be an error
- Switch to CircleCI?
-
timestampshould be replaced withversionin service workers -
version.jsondoesn't considerpaths.assets - svelte-kit sync