Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-13 | [ci] format | 4 | -15/+10 | ||
2023-03-13 | Prevent astro:content from depending on Node builtins (#6537) | 10 | -37/+77 | ||
* Prevent astro:content from depending on Node builtins * Right file * Move the plugin into test-plugins.js | |||||
2023-03-13 | [ci] format | 1 | -1/+1 | ||
2023-03-13 | [Content collections] Better error formatting (#6508) | 7 | -16/+220 | ||
* feat: new error map with unions, literal, and fbs * fix: bad type casting on type error * refactor: add comments, clean up edge cases * refactor: JSON.stringify, add colon for follow ups * refactor: bold file name in msg * fix: prefix union errors * test: new error mapping * refactor: clean up Required handling * test: required, fallthrough * chore: changeset * fix: out-of-date error msg * chore: stray console log * docs: revert to old error msg | |||||
2023-03-13 | [ci] format | 1 | -2/+2 | ||
2023-03-13 | Treeshake exported client components that are not imported (#6527) | 13 | -11/+191 | ||
* Treeshake exported client components that are not imported * Fix plugin name * Fix mdx test | |||||
2023-03-13 | Add warning when using assets with non-node adapters (#6533) | 2 | -0/+30 | ||
* feat(assets): Add a warning that the project won't be able to build if used with a non-Node adapter * chore: changeset | |||||
2023-03-13 | [ci] format | 1 | -1/+3 | ||
2023-03-13 | fix: rebase _routes.json for Cloudflare when config.base set (#6473) | 2 | -1/+11 | ||
2023-03-13 | Consistency improvements to several package descriptions (#6494) | 11 | -9/+24 | ||
* Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-03-13 | [ci] format | 1 | -1/+1 | ||
2023-03-13 | Remove false-positive warnings from Cloudflare's build (#6531) | 2 | -0/+10 | ||
2023-03-13 | Fix `env.d.ts` switching back between types on every restart when assets are ↵ | 2 | -1/+13 | ||
enabled (#6532) * fix(assets): Fix assets types reverting back on every dev server starts * chore: changeset | |||||
2023-03-13 | fix(assets): Fix types to be more accurate (#6530) | 8 | -23/+38 | ||
* fix(assets): Fix types to be more accurate * chore: changeset | |||||
2023-03-13 | fix(images): Move emitESMImage util to another file (#6505) | 4 | -44/+46 | ||
* fix(images): Move emitESMImage util to another file, so we don't import it by accident in contexts we shouldn.t * fix(images): Fix import paths | |||||
2023-03-10 | feat: cache `getCollection()` calls in production (#6503) | 2 | -20/+34 | ||
* feat: cache getCollection() in prod * chore: changeset | |||||
2023-03-10 | fix: Enforce the usage of type imports when possible (#6502) | 65 | -85/+90 | ||
2023-03-10 | [ci] format | 1 | -1/+1 | ||
2023-03-10 | fix: prefer dynamic import for `image-size` (#6495) | 1 | -2/+5 | ||
2023-03-10 | Add postbuild to build:ci command (#6498) | 1 | -1/+1 | ||
2023-03-09 | Make Tailwind & Turbolinks integration descriptions more consistent (#6419) | 3 | -2/+8 | ||
* Fix npm description for Tailwind & Turbolinks * Change order so all start with Astro * More descriptive descriptions! Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Add changeset --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-03-09 | [ci] format | 1 | -1/+1 | ||
2023-03-09 | Remove usage of createRequire in core image (#6488) | 3 | -3/+7 | ||
* Add fallback for hosts without import.meta.url * Try using an import * Add image-size as external * Make image-size external * Apply suggestions from code review * leave image-size alone | |||||
2023-03-09 | add browser to bug reports (#6474) | 1 | -0/+7 | ||
2023-03-09 | Fix `@astrojs/prism` edgecase with pnpm (#6485) | 2 | -4/+16 | ||
2023-03-09 | Fix using images in content collections (#6483) | 13 | -62/+199 | ||
* fix(images): Fix not being able to refer to images in content collections * fix(images): Normalize path * fix(images): Do it properly * chore: changeset | |||||
2023-03-09 | chore: update example favicons (#6487) | 27 | -289/+202 | ||
2023-03-09 | Add back support for Astro.clientAddress to Vercel serverless (#6484) | 2 | -2/+12 | ||
2023-03-09 | Get rid of ‘txt not found’ (#6486) | 1 | -1/+1 | ||
2023-03-09 | fix sidebar group titles css (#6289) | 1 | -1/+1 | ||
Co-authored-by: Djobbo Maïga <4998293+AlfieGoldson@users.noreply.github.com> | |||||
2023-03-09 | feat(rss): add option to remove the trailing slash (#6453) | 5 | -5/+65 | ||
* feat(rss): add option to remove the trailing slash * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * suggestions --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-03-09 | Add default .npmrc for `astro add lit` (#6460) | 3 | -0/+33 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-03-08 | [ci] release (#6468)astro@2.1.2 | 40 | -69/+70 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-03-08 | [ci] format | 2 | -2/+5 | ||
2023-03-08 | Fix asset loading in dev mode (#6466) | 3 | -3/+15 | ||
* Fix asset loading in dev mode * Proper windows support | |||||
2023-03-08 | [ci] release (#6456)astro@2.1.1 | 43 | -84/+76 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-03-08 | Fixes ESM imported assets to be root relative (#6465) | 5 | -1/+40 | ||
* Fixes ESM imported assets to be root relative * Add changeset | |||||
2023-03-08 | docs(images): Add docs for image related errors (#6463) | 4 | -8/+57 | ||
* docs(images): Add docs for image related errors * fix(images): Oops * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-03-09 | Prevent HTML-escape of raw strings in JSX script/style tags (#6459) | 8 | -12/+567 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2023-03-08 | [docs] Fix Markdoc README links (#6458) | 1 | -2/+2 | ||
2023-03-08 | feat(images): Add support for ESM importing SVGs when using `astro:assets` ↵ | 7 | -2/+230 | ||
(#6454) | |||||
2023-03-08 | Fix configuration reference docs (#6455) | 2 | -0/+27 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-03-07 | [ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.0 | 92 | -253/+564 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-03-07 | Set performance package markdoc version | 2 | -2/+2 | ||
2023-03-07 | Fix markdoc version (#6450) | 3 | -4/+4 | ||
2023-03-07 | Update with-markdoc example (#6449) | 1 | -1/+1 | ||
2023-03-07 | chore: bump markdoc package dependents | 2 | -3/+3 | ||
2023-03-07 | chore: bump with-markdoc integration version | 1 | -1/+1 | ||
2023-03-07 | chore: bump Markdoc to v0.0.1 | 1 | -1/+1 | ||
2023-03-07 | [ci] format | 10 | -35/+36 | ||