summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-04-19[ci] release (#3151)astro@1.0.0-beta.14@astrojs/vue@0.1.3@astrojs/vercel@0.1.3@astrojs/solid-js@0.1.2@astrojs/markdown-remark@0.9.2@astrojs/deno@0.1.1Gravatar github-actions[bot] 40-101/+109
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19Create neat-mails-peel.mdGravatar Fred K. Schott 1-0/+5
2022-04-19Delete mighty-teachers-fail.mdGravatar Fred K. Schott 1-5/+0
2022-04-19[ci] formatGravatar bholmesdev 1-4/+4
2022-04-19Fix: markdown JSX expression inconsistencies (#3152)Gravatar Ben Holmes 6-21/+28
* fix: remove micromark-extension-mdx-expression to unbreak JSX expressions * chore: changeset * deps: update lockfile * tests: jsx expressions in markdown
2022-04-19[ci] formatGravatar natemoo-re 1-1/+1
2022-04-19Fix location of SolidJS pre-hydration code (#3140)Gravatar hippotastic 3-1/+11
* Run before hydration instead of inlining a script after each component
2022-04-19[ci] formatGravatar bholmesdev 2-5/+13
2022-04-19Refactor: remove all legacy build logic from codebase (#3141)Gravatar Ben Holmes 23-1087/+56
* refactor: remove legacy build flag * refactor: remove legacy style maps * chore: changeset * refactor: nuke vite-plugin-build-html * deps: remove parse5 * tests: restore user provided doctype support! * deps: remove @web/parse5-utils * deps: change srcset-parse to dev dep * chore: remove unused utils * refactor: remove unused style mapping * unrelated fix: add .test to astro-markdown-css * refactor: remove unused astro-style with test update * chore: remove unused buildTime var
2022-04-19[ci] release (#3149)Gravatar github-actions[bot] 11-20/+22
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19[ci] formatGravatar matthewp 1-1/+1
2022-04-19Adjustments for Netlify Edge Functions (#3150)Gravatar Matthew Phillips 2-3/+12
* Adjustments for Netlify Edge Functions * Adds a changeset
2022-04-19Support custom vue compiler options in @astrojs/vue (#3143)Gravatar Tony Sullivan 6-5/+44
* adds support for passing options to @vitejs/plugin-vue * updating vue integration README with options details * adding a tests for custom vue compiler options * chore: adding changeset
2022-04-19Ignore test folder in NetlifyGravatar Matthew Phillips 1-0/+1
2022-04-19[ci] release (#3120)Gravatar github-actions[bot] 47-113/+110
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-19Remove test packages from changesetsGravatar Matthew Phillips 1-2/+0
2022-04-19[ci] formatGravatar matthewp 7-42/+38
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 23-93/+333
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now
2022-04-19[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-19improve legacy config warning message (#3142)Gravatar Fred K. Schott 1-4/+4
2022-04-19[ci] formatGravatar FredKSchott 1-1/+0
2022-04-18handle diff symbols in shiki (#3108)Gravatar Fred K. Schott 4-1/+30
* handle diff symbols in shiki * Create violet-cups-glow.md
2022-04-18feat(vercel): added warning when `ENABLE_FILE_SYSTEM_API=1` is missing (#3139)Gravatar Juan Martín Seery 3-1/+12
* Added warning in buildtime * Updated readme * Changeset
2022-04-18Fix: show correct error log on 5xx error (#3137)Gravatar Ben Holmes 2-2/+7
* fix: show correct error log on 5xx error * chore: changeset
2022-04-18[ci] formatGravatar bholmesdev 1-11/+13
2022-04-18Fix: component styles within imported markdown files (#3116)Gravatar Ben Holmes 13-19/+162
* fix: replace markdown path prefix with suffix flag * fix: avoid non-encoded colons for flag * fix: remove needless ? * fix: dev server load order * fix: production build crawl dynamic imports * fix: remove unused virtual_module_id const * fix: remove unsafe "!" on getmodbyid * fix: remove needless @id path check * fix: add list of SSR-able file extensions * docs: virtual_mod_id change * fix: support id prefix on resolved ids * fix: switch to ?mdImport flag to resolve glob imports * tests: imported md styles for dev and build * chore: changeset
2022-04-18[ci] formatGravatar tony-sull 1-10/+12
2022-04-18Perf: reuse Shiki highlighters per theme/lang (#3130)Gravatar Tony Sullivan 3-1/+28
* reuse Shiki highlighters per theme/lang * chore: adding changeset
2022-04-18Roll back to React 17 in docs template (#3129)Gravatar Chris Swithinbank 3-11/+41
The docs example template includes Algolia’s Docsearch components to provide a search bar but this doesn’t support React 18 yet, so will error when dependencies are being installed. See https://discord.com/channels/830184174198718474/965413318678425600
2022-04-18[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-15[ci] formatGravatar matthewp 3-6/+6
2022-04-15Handle static file serving in Deno adapter's start command (#3121)Gravatar Matthew Phillips 7-8/+55
* Handle static file serving in Deno adapter's start command * Adds a changeset * Ignore a .ts imort
2022-04-15fix(vercel): CJS bundle fix (#3051)Gravatar Juan Martín Seery 2-27/+32
* fix(vercel): CJS bundle fix * Changeset
2022-04-15[ci] formatGravatar natemoo-re 2-14/+10
2022-04-15Fix/numeric path params (#3087)Gravatar Tony Sullivan 7-6/+64
* adding support for numeric params in getStaticPaths() * chore: adding changeset * ignore undefined params in type validation
2022-04-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-14[ci] release (#3114)astro@1.0.0-beta.12Gravatar github-actions[bot] 31-60/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-14[ci] formatGravatar natemoo-re 1-1/+1
2022-04-14update starter template (#3109)Gravatar Fred K. Schott 5-91/+68
2022-04-14[ci] formatGravatar matthewp 3-10/+8
2022-04-14Add client:only CSS to their pages (#3113)Gravatar Matthew Phillips 12-8/+97
* Add client:only CSS to their pages * Adds a changeset * Use viteID for windows
2022-04-14[ci] release (#3103)astro@1.0.0-beta.11@astrojs/tailwind@0.2.0Gravatar github-actions[bot] 35-81/+82
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-14[ci] formatGravatar matthewp 6-7/+6
2022-04-14Support the Markdown component in SSR (#3036)Gravatar Matthew Phillips 14-507/+712
* Support the Markdown component in SSR * Adds a changeset * Support runtime markdown in Node.js * Remove option from test adapter
2022-04-14[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-13chore: add build:ci script to integrations (#3104)Gravatar Nate Moore 4-0/+4
2022-04-13[ci] formatGravatar tony-sull 2-13/+5
2022-04-13Fixing bug that could lose Tailwind's default presets (#3099)Gravatar Tony Sullivan 6-33/+34
* fixing bug that could lose Tailwind's default presets * updating integration README * chore: adding changeset * test: fixing the tailwind tests