-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP [Content Collections] Fix script bleed in prod builds #6047
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0577e4e - Browse repository at this point
Copy the full SHA 0577e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d556df7 - Browse repository at this point
Copy the full SHA d556df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e904db - Browse repository at this point
Copy the full SHA 6e904dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4529f - Browse repository at this point
Copy the full SHA 7f4529fView commit details
Commits on Feb 3, 2023
-
Handle invalid argument errors (#6045)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 0f007f3 - Browse repository at this point
Copy the full SHA 0f007f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7418ce4 - Browse repository at this point
Copy the full SHA 7418ce4View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7de72f3 - Browse repository at this point
Copy the full SHA 7de72f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc37849 - Browse repository at this point
Copy the full SHA dc37849View commit details -
fix(image): allow usage of image from any directory (#5932)
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.
Configuration menu - View commit details
-
Copy full SHA for c54a115 - Browse repository at this point
Copy the full SHA c54a115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31820e4 - Browse repository at this point
Copy the full SHA 31820e4View commit details -
error overlay: show
cause
if available (#6052)* show `cause` in error overlay * add extra check for string * add changeset
Configuration menu - View commit details
-
Copy full SHA for bbe50ec - Browse repository at this point
Copy the full SHA bbe50ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680e235 - Browse repository at this point
Copy the full SHA 680e235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c3c216 - Browse repository at this point
Copy the full SHA 0c3c216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f6ece - Browse repository at this point
Copy the full SHA 81f6eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6daf548 - Browse repository at this point
Copy the full SHA 6daf548View commit details -
[MDX] Syntax highlighting after user plugins (#6050)
* fix: load MDX syntax highlighting after user plugins * chore: changeset
Configuration menu - View commit details
-
Copy full SHA for 9af39e7 - Browse repository at this point
Copy the full SHA 9af39e7View commit details -
Add links to sharp docs in @astro/image README (#6017)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 6a4262f - Browse repository at this point
Copy the full SHA 6a4262fView commit details -
Add required
alt
to Picture example (#6074)Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f5b224 - Browse repository at this point
Copy the full SHA 4f5b224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6386abd - Browse repository at this point
Copy the full SHA 6386abdView commit details -
[Lit] Fix hydration not having the same reactive values as server (#6080
Configuration menu - View commit details
-
Copy full SHA for 262a24b - Browse repository at this point
Copy the full SHA 262a24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7747f00 - Browse repository at this point
Copy the full SHA 7747f00View commit details -
fix: Failed to execute 'encode' on 'TextEncoder': parameter 1 is not …
…of type '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 <>
Configuration menu - View commit details
-
Copy full SHA for 1126c75 - Browse repository at this point
Copy the full SHA 1126c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a784e60 - Browse repository at this point
Copy the full SHA a784e60View commit details -
[Content collections] Apply MDX components on render (#6064)
* fix: apply MDX components during render() * test: MDX components export in SSG and SSR * chore: changeset
Configuration menu - View commit details
-
Copy full SHA for 80dc1a5 - Browse repository at this point
Copy the full SHA 80dc1a5View commit details -
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7944d28 - Browse repository at this point
Copy the full SHA 7944d28View commit details -
[Lit] Forwards compatiblity for streaming Declarative Shadow DOM (#6055)
* Forwards compatiblity for streaming DSD * add shadowrootmode * update tests * add changeset
Configuration menu - View commit details
-
Copy full SHA for b5c6a93 - Browse repository at this point
Copy the full SHA b5c6a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095158b - Browse repository at this point
Copy the full SHA 095158bView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e88ea2c - Browse repository at this point
Copy the full SHA e88ea2cView commit details -
Fix incorrent encoded when path has other language characters (#6088)
* fix: Incorrent encoded when path has Chinese * chore: exec changeset
Configuration menu - View commit details
-
Copy full SHA for a84e934 - Browse repository at this point
Copy the full SHA a84e934View commit details -
Move @netlify/functions to be a dep (#6090)
* Move @netlify/functions to be a de * Adding a changeset
Configuration menu - View commit details
-
Copy full SHA for af4dc9f - Browse repository at this point
Copy the full SHA af4dc9fView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2934c3a - Browse repository at this point
Copy the full SHA 2934c3aView commit details -
fix: solidjs integration for vercel edge build (adopting same mechani…
…cs as cloudflare) (#6085) * fix solidjs integration for vercel deployment * downgrade change to patch --------- Co-authored-by: AirBorne04 <>
Configuration menu - View commit details
-
Copy full SHA for 39aae03 - Browse repository at this point
Copy the full SHA 39aae03View commit details -
Configuration menu - View commit details
-
Copy full SHA for a342882 - Browse repository at this point
Copy the full SHA a342882View commit details -
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 631a773 - Browse repository at this point
Copy the full SHA 631a773View commit details -
chore: bump vitefu for @astrojs/solid-js (#6104)
Co-authored-by: Yasser Hennawi <yasser.hennawi@nordsec.com>
Configuration menu - View commit details
-
Copy full SHA for cd425bf - Browse repository at this point
Copy the full SHA cd425bfView commit details -
Prevent eager rendering of head content in multi-level MDX layout (#6107
Configuration menu - View commit details
-
Copy full SHA for c8d601e - Browse repository at this point
Copy the full SHA c8d601eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac487a4 - Browse repository at this point
Copy the full SHA ac487a4View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1966ff - Browse repository at this point
Copy the full SHA a1966ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331e394 - Browse repository at this point
Copy the full SHA 331e394View commit details -
Node adapter: handle prerendering and serving with query params (#6110)
* Node adapter: handle prerendering and serving with query params * Adding a changeset
Configuration menu - View commit details
-
Copy full SHA for 3ec76dc - Browse repository at this point
Copy the full SHA 3ec76dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cb1b7 - Browse repository at this point
Copy the full SHA f4cb1b7View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d04dbdf - Browse repository at this point
Copy the full SHA d04dbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b3307 - Browse repository at this point
Copy the full SHA 91b3307View commit details -
Refactor build into plugins (#6077)
* Refactor build into plugins * maybe fix internals * Await post-build hooks * Use extendManualChunks * Remove commented out code
Configuration menu - View commit details
-
Copy full SHA for ffd09a9 - Browse repository at this point
Copy the full SHA ffd09a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b42d8 - Browse repository at this point
Copy the full SHA f1b42d8View commit details -
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70342a8 - Browse repository at this point
Copy the full SHA 70342a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5885a7e - Browse repository at this point
Copy the full SHA 5885a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae1c91 - Browse repository at this point
Copy the full SHA 0ae1c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d57caf - Browse repository at this point
Copy the full SHA 0d57cafView commit details