-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
### Astro Info
```block
Astro v4.14.5
Node v22.6.0
System Windows (x64)
Package Manager unknown
Output static
…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Preact
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Sol…
-
Any plan for supporting Svelte.js for component templating :)
-
Step 1 - Svelte official tutorial: https://learn.svelte.dev/tutorial/ ✅
Step 2 - SOMA's tutorial of Svelte: https://www.youtube.com/watch?v=fm2r6JY5h9E
Step 3 - Scrolly with Svelte tutorial: https://g…
-
### Describe the bug
Error while trying to render the page with code from https://flowbite-svelte-blocks.vercel.app/application/advanced-tables
TypeError: Cannot read properties of undefined (read…
-
This issue proposes a new pattern to make theming the application easier and more maintainable.
**Core Idea:**
The idea is to shift towards a more component-centric architecture, separating data…
-
### Describe the bug
when using `goto("...", { invalidateAll: true })` the destination page is navigated to before the parent layout has updated. if the child page relies on anything from the layou…
-
It feels like we can make the API simpler. Why isn't the community template just this, for example?
```js
import { defineIntegration } from '@sveltejs/cli/integration';
export default defineInt…
-
### Describe the problem
The `svelte/transition` module is really useful and easy to use, but it is restricted to the template and the `{#if}` / `{#each}` blocks.
It would be convenient to be able…