summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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