summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-17Support Vite 5 (#9122)Gravatar Bjorn Lu 1-0/+1
2023-11-15[ci] formatGravatar Bjorn Lu 1-1/+1
2023-11-15Support Svelte 5 (experimental) (#9098)Gravatar Bjorn Lu 1-5/+14
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-05Allow vite to refer to inlined CSS (#8351)Gravatar Arsh 1-1/+2
* fix(client build): keep inlined stylesheets * add changesets * appease linter * eslint: allow variables beginning with an underscore to be unused * remove eslint-ignore that's no longer needed * ready for review
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-06-06Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 (#7314)Gravatar wackbyte 1-1/+1
2023-01-19[ci] formatGravatar matthewp 1-2/+6
2023-01-19Refactor Svelte preprocess integration handling (#5901)Gravatar Bjorn Lu 1-6/+23
* Let user setup vitePreprocess * Abstract function * Add changeset * Update svelte syntax * Make fallback * Fix docs * Update changeset * Fix types
2023-01-03Upgrade to Vite 4 (#5685)Gravatar Bjorn Lu 1-22/+6
* Upgrade Vite 4 * Simplify Svelte preprocess setup * Upgrade rollup * Fix tests * Fix wrong changeset target * Fix error tests * Set NODE_ENV default
2022-07-26[ci] formatGravatar matthewp 1-1/+1
2022-07-26Prevent Svelte HMR warning during the build (#4057)Gravatar Matthew Phillips 1-0/+5
2022-07-20Properly support and type optional props in Svelte components (#3993)Gravatar Erika 1-6/+4
* Properly support and type optional props in Svelte components * Change output to support documentating components * Add changeset
2022-07-08Add editor integrations to language integrations (#3864)Gravatar Erika 1-0/+23
2022-06-22[ci] formatGravatar bholmesdev 1-5/+9
2022-06-22Fix: pass Astro config postcss to Svelte preprocess (#3685)Gravatar Ben Holmes 1-5/+19
* fix: pass Astro config postcss to Svelte preprocess * test: preset env for nested styles * chore: changeset
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-04-22[ci] formatGravatar tony-sull 1-3/+1
2022-04-22Support custom svelte compiler options in @astrojs/svelte (#3181)Gravatar Tony Sullivan 1-16/+40
* updating svelte integration to allow custom user config * test: adding a test to verify that svelte options are piped through the integration * updating the README with docs on overridding svelte options * chore: adding changeset * fix: copy/paste bug in test validation * removing temporary debug scripts
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+48
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback