summaryrefslogtreecommitdiff
path: root/packages/webapi/src/lib/HTMLImageElement.ts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-13[ci] formatGravatar matthewp 4-15/+10
2023-03-13Prevent astro:content from depending on Node builtins (#6537)Gravatar Matthew Phillips 10-37/+77
* Prevent astro:content from depending on Node builtins * Right file * Move the plugin into test-plugins.js
2023-03-13[ci] formatGravatar bholmesdev 1-1/+1
2023-03-13[Content collections] Better error formatting (#6508)Gravatar Ben Holmes 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] formatGravatar matthewp 1-2/+2
2023-03-13Treeshake exported client components that are not imported (#6527)Gravatar Bjorn Lu 13-11/+191
* Treeshake exported client components that are not imported * Fix plugin name * Fix mdx test
2023-03-13Add warning when using assets with non-node adapters (#6533)Gravatar Erika 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] formatGravatar bluwy 1-1/+3
2023-03-13fix: rebase _routes.json for Cloudflare when config.base set (#6473)Gravatar Richard Simpson 2-1/+11
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 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] formatGravatar matthewp 1-1/+1
2023-03-13Remove false-positive warnings from Cloudflare's build (#6531)Gravatar Matthew Phillips 2-0/+10
2023-03-13Fix `env.d.ts` switching back between types on every restart when assets are ↵Gravatar Erika 2-1/+13
enabled (#6532) * fix(assets): Fix assets types reverting back on every dev server starts * chore: changeset
2023-03-13fix(assets): Fix types to be more accurate (#6530)Gravatar Erika 8-23/+38
* fix(assets): Fix types to be more accurate * chore: changeset
2023-03-13fix(images): Move emitESMImage util to another file (#6505)Gravatar Erika 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-10feat: cache `getCollection()` calls in production (#6503)Gravatar Ben Holmes 2-20/+34
* feat: cache getCollection() in prod * chore: changeset
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 65-85/+90
2023-03-10[ci] formatGravatar natemoo-re 1-1/+1
2023-03-10fix: prefer dynamic import for `image-size` (#6495)Gravatar Nate Moore 1-2/+5
2023-03-10Add postbuild to build:ci command (#6498)Gravatar Bjorn Lu 1-1/+1
2023-03-09Make Tailwind & Turbolinks integration descriptions more consistent (#6419)Gravatar Yan Thomas 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] formatGravatar matthewp 1-1/+1
2023-03-09Remove usage of createRequire in core image (#6488)Gravatar Matthew Phillips 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-09add browser to bug reports (#6474)Gravatar Elian ☕️ 1-0/+7
2023-03-09Fix `@astrojs/prism` edgecase with pnpm (#6485)Gravatar Bjorn Lu 2-4/+16
2023-03-09Fix using images in content collections (#6483)Gravatar Erika 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-09chore: update example favicons (#6487)Gravatar Nate Moore 27-289/+202
2023-03-09Add back support for Astro.clientAddress to Vercel serverless (#6484)Gravatar Matthew Phillips 2-2/+12
2023-03-09Get rid of ‘txt not found’ (#6486)Gravatar Elian ☕️ 1-1/+1
2023-03-09fix sidebar group titles css (#6289)Gravatar Djobbo-Victor 1-1/+1
Co-authored-by: Djobbo Maïga <4998293+AlfieGoldson@users.noreply.github.com>
2023-03-09feat(rss): add option to remove the trailing slash (#6453)Gravatar Emanuele Stoppa 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-09Add default .npmrc for `astro add lit` (#6460)Gravatar Bjorn Lu 3-0/+33
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-03-08[ci] release (#6468)astro@2.1.2Gravatar Houston (Bot) 40-69/+70
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-08[ci] formatGravatar matthewp 2-2/+5
2023-03-08Fix asset loading in dev mode (#6466)Gravatar Matthew Phillips 3-3/+15
* Fix asset loading in dev mode * Proper windows support
2023-03-08[ci] release (#6456)astro@2.1.1Gravatar Houston (Bot) 43-84/+76
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-08Fixes ESM imported assets to be root relative (#6465)Gravatar Matthew Phillips 5-1/+40
* Fixes ESM imported assets to be root relative * Add changeset
2023-03-08docs(images): Add docs for image related errors (#6463)Gravatar Erika 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-09Prevent HTML-escape of raw strings in JSX script/style tags (#6459)Gravatar Bjorn Lu 8-12/+567
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-03-08[docs] Fix Markdoc README links (#6458)Gravatar Sarah Rainsberger 1-2/+2
2023-03-08feat(images): Add support for ESM importing SVGs when using `astro:assets` ↵Gravatar Erika 7-2/+230
(#6454)
2023-03-08Fix configuration reference docs (#6455)Gravatar Chris Swithinbank 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.0Gravatar Houston (Bot) 92-253/+564
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07Set performance package markdoc versionGravatar Matthew Phillips 2-2/+2
2023-03-07Fix markdoc version (#6450)Gravatar Matthew Phillips 3-4/+4
2023-03-07Update with-markdoc example (#6449)Gravatar Matthew Phillips 1-1/+1
2023-03-07chore: bump markdoc package dependentsGravatar bholmesdev 2-3/+3
2023-03-07chore: bump with-markdoc integration versionGravatar bholmesdev 1-1/+1
2023-03-07chore: bump Markdoc to v0.0.1Gravatar bholmesdev 1-1/+1
2023-03-07[ci] formatGravatar bholmesdev 10-35/+36