summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-03fix example Card component style (#6123)Gravatar Malte Ehrlen 1-3/+4
* fix example Card component style Card component has uneven border on hover, and in some cases the border is visible even when not hovering * Delete neat-taxis-thank.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-03Fix outdated error message in paginate() function (#6124)Gravatar Fred K. Schott 2-1/+6
* Update paginate.ts * Create gorgeous-mails-sniff.md
2023-02-03[ci] formatGravatar bholmesdev 1-1/+1
2023-02-03[Content collections] Fix "underscore to ignore" warnings (#6122)Gravatar Ben Holmes 5-34/+117
* refactor: fix underscore check * fix: add "ignore list" to always silence log * fix: hide log on file deleted * refactor: move getEntryType to util * test: getEntryType unit * fix: handle all unsupported cases * chore: changeset
2023-02-03[ci] formatGravatar bholmesdev 4-11/+10
2023-02-03[Content collections] Load content config with full Vite setup (#6092)Gravatar Ben Holmes 12-236/+286
* feat: use vite dev server for content config * refactor: improve export naming * chore: update `sync` to spin up server * refactor: run sync before build in cli * fix: move sync call to build setup * chore: clean up attachContent... types * chore: remove unneeded comment * chore: changeset * fix: attachContentServerListeners in unit tests * fix: allow forced contentDirExists * chore: update schema signature * fix: move content listeners to unit test * chore remove contentDirExists flag; unused * chore: stub weird unit test fix
2023-02-03Update open with codesandbox link to use synced sandboxes (#6105)Gravatar Obinna Ekwuno 25-25/+25
2023-02-03fix: use the root of the project as the functions location (#6075)Gravatar Nacho Vazquez 3-6/+12
* fix: use the root of the project as the functions location * test: add test to check where the functions folder is added
2023-02-03[ci] update lockfile (#6115)Gravatar Houston (Bot) 1-49/+49
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-03[ci] formatGravatar matthewp 14-100/+111
2023-02-03Refactor build into plugins (#6077)Gravatar Matthew Phillips 15-142/+461
* Refactor build into plugins * maybe fix internals * Await post-build hooks * Use extendManualChunks * Remove commented out code
2023-02-03Fix scanning sourcemap handling (#6114)Gravatar Bjorn Lu 2-0/+6
2023-02-02[ci] release (#6109)@astrojs/preact@2.0.2@astrojs/node@5.0.3Gravatar Houston (Bot) 14-26/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-03[ci] formatGravatar matthewp 3-3/+3
2023-02-02Node adapter: handle prerendering and serving with query params (#6110)Gravatar Matthew Phillips 11-4/+121
* Node adapter: handle prerendering and serving with query params * Adding a changeset
2023-02-02Upgrade preact's dependencies to fix security issue (#6108)Gravatar Matthew Phillips 3-3/+38
2023-02-02[ci] release (#6094)astro@2.0.6@astrojs/vercel@3.0.1@astrojs/solid-js@2.0.2Gravatar Houston (Bot) 44-83/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-02[ci] formatGravatar matthewp 5-6/+10
2023-02-02Prevent eager rendering of head content in multi-level MDX layout (#6107)Gravatar Matthew Phillips 9-4/+36
* Prevent eager rendering of head content in multi-level MDX layout * Adding a changeset * Remove old comment * Keep track of slot position as well
2023-02-02chore: bump vitefu for @astrojs/solid-js (#6104)Gravatar Yasser Hennawi 3-2/+7
Co-authored-by: Yasser Hennawi <yasser.hennawi@nordsec.com>
2023-02-02[ci] update lockfile (#6100)Gravatar Houston (Bot) 1-106/+106
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-01[ci] formatGravatar bholmesdev 1-4/+4
2023-02-01fix: solidjs integration for vercel edge build (adopting same mechanics as ↵Gravatar Daniel 2-8/+21
cloudflare) (#6085) * fix solidjs integration for vercel deployment * downgrade change to patch --------- Co-authored-by: AirBorne04 <>
2023-02-01[ci] release (#6089)@astrojs/node@5.0.2@astrojs/netlify@2.1.1Gravatar Houston (Bot) 9-16/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-01Move @netlify/functions to be a dep (#6090)Gravatar Matthew Phillips 3-4/+9
* Move @netlify/functions to be a de * Adding a changeset
2023-02-01Fix incorrent encoded when path has other language characters (#6088)Gravatar Shiina 2-1/+6
* fix: Incorrent encoded when path has Chinese * chore: exec changeset
2023-02-01[ci] release (#6048)astro@2.0.5@astrojs/mdx@0.16.0@astrojs/lit@1.1.2@astrojs/image@0.14.0Gravatar Houston (Bot) 52-119/+116
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-01[ci] formatGravatar matthewp 2-6/+14
2023-02-01[Lit] Forwards compatiblity for streaming Declarative Shadow DOM (#6055)Gravatar Elliott Marquez 7-9/+14
* Forwards compatiblity for streaming DSD * add shadowrootmode * update tests * add changeset
2023-02-01[ci] update lockfile (#6060)Gravatar Houston (Bot) 1-150/+152
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-01[Content collections] Apply MDX components on render (#6064)Gravatar Ben Holmes 7-10/+107
* fix: apply MDX components during render() * test: MDX components export in SSG and SSR * chore: changeset
2023-02-01[ci] formatGravatar bholmesdev 2-5/+5
2023-02-01fix: Failed to execute 'encode' on 'TextEncoder': parameter 1 is not of type ↵Gravatar Daniel 3-3/+13
'String' in Edge Runtime SSR (#6070) * minor fixes for errors related to vercel SSR in core * yielding empty string instead of nothing, to not exit the iterator --------- Co-authored-by: AirBorne04 <>
2023-02-01[ci] formatGravatar matthewp 2-24/+18
2023-02-01[Lit] Fix hydration not having the same reactive values as server (#6080)Gravatar Elliott Marquez 13-35/+181
* Fix lit hydration not having the same reactive values * add changeset * add clientEntrypoint to package exports * update tests * add changeset * only add defer-hydration when strictly necessary * remove second changest * fix test typos
2023-02-01Add JSDOC `@message` to fix docs error pages (#6076)Gravatar Yan Thomas 1-0/+2
2023-01-31Add required `alt` to Picture example (#6074)Gravatar Bryce Russell 1-1/+1
Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
2023-01-31Add links to sharp docs in @astro/image README (#6017)Gravatar Nick Buk[0vec] 1-4/+4
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-31[MDX] Syntax highlighting after user plugins (#6050)Gravatar Ben Holmes 2-6/+14
* fix: load MDX syntax highlighting after user plugins * chore: changeset
2023-01-31Correct usage of `getImage` function (#6068)Gravatar Happydev 1-1/+4
2023-01-31Wrap tag in example error message in code backticks (#6063)Gravatar Chris Swithinbank 1-1/+1
2023-01-31Revert MDX README changes (#6062)Gravatar Chris Swithinbank 2-260/+32
2023-01-31[ci] formatGravatar Princesseuh 2-11/+11
2023-01-31error overlay: show `cause` if available (#6052)Gravatar Mayank 3-3/+33
* show `cause` in error overlay * add extra check for string * add changeset
2023-01-30[ci] formatGravatar matthewp 6-8/+17
2023-01-30fix(image): allow usage of image from any directory (#5932)Gravatar Alexey Shmalko 14-45/+173
Currently, @astrojs/image allows *importing* images from srcDir only. Importing images from outside srcDir fails miserably *in dev mode* and produces incorrect src. This happens because `path.relative(fileURLToPath(config.srcDir), id)` resolves to "../something" and when joined with '/@astroimage' cancels it out (`join('/@astroimage', '../../something')` => `'/something'`). Rework /@astroimage URL scheme to be similar to "/@fs/" scheme—always export absolute path to the target file.
2023-01-30Fix `GetPictureResult` interface (#5894)Gravatar Renato Lacerda 2-1/+6
2023-01-30[ci] release (#6041)create-astro@2.0.2astro@2.0.4@astrojs/vue@2.0.1@astrojs/turbolinks@0.1.5@astrojs/tailwind@3.0.1@astrojs/svelte@2.0.1@astrojs/solid-js@2.0.1@astrojs/sitemap@1.0.1@astrojs/react@2.0.2@astrojs/prefetch@0.1.2@astrojs/preact@2.0.1@astrojs/netlify@2.1.0@astrojs/mdx@0.15.2@astrojs/lit@1.1.1@astrojs/image@0.13.1@astrojs/cloudflare@6.1.1@astrojs/alpinejs@0.1.3Gravatar Houston (Bot) 42-78/+80
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-30[ci] formatGravatar natemoo-re 1-4/+4
2023-01-30Handle invalid argument errors (#6045)Gravatar Nate Moore 3-4/+40
* fix: add error handling for invalid arguments * chore: add changeset * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>