kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1158 kit issues
Sort by recently updated
recently updated
newest added

### Describe the bug We all like Svelte transitions, and some of us are using them for page transitions. A good repo. example for page transitions [is this one](https://github.com/evanwinter/sveltekit-page-transitions), by...

documentation

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-json](https://togithub.com/rollup/plugins/tree/master/packages/json#readme) ([source](https://togithub.com/rollup/plugins)) | [`^5.0.1` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-json/5.0.2/6.0.0) |...

### Describe the bug When proxying a domain to a SvelteKit website, the router now re-executes the router which causes a 404. Example: I have the SvelteKit website `sveltekit.com`. On...

router

The emphasised text "It's a love letter to web development" in the video section of the kit site home page has a poor contrast in dark mode. This removes the...

### Describe the bug Currently, when nonce-based CSP is enabled in SvelteKit, the `nonce` attribute is added to `` elements as well, but `nonce` is only applicable to `` and...

bug
low hanging fruit

### Describe the bug Importing resources based on URL does not work if a base path is set in SvelteKit. This includes the explicit URL import (`import Image from './image.png?url'`)...

paths.base

Fixes #8209 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue...

### Describe the problem Hello, I am really excited for svelte kit release 🎉, I was going through the website and the font size on some sections were really small...

documentation

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-commonjs](https://togithub.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://togithub.com/rollup/plugins)) | [`^23.0.2` -> `^24.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/23.0.7/24.0.0) |...

### Describe the bug I had misunderstood the docs and created a +page.ts and a +layout.svelte. In the latter I had export let data: PageData; which vsCode said was ok...