summaryrefslogtreecommitdiff
path: root/packages/integrations/react/static-html.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-21chore: wrap the projectDir in quotes if it contains spaces (#6594)Gravatar btea 2-1/+7
* chore: wrap the projectDir in quotes if it contains spaces * chore: add changeset * fix: update output projectDir * Update .changeset/tall-beans-own.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-03-21Fix plugin apply args when filtering (#6601)Gravatar Bjorn Lu 2-1/+6
2023-03-20[ci] formatGravatar bholmesdev 1-1/+1
2023-03-20fix: refactor esbuild setup to support watch (#6608)Gravatar Nate Moore 1-7/+14
2023-03-20fix(tsconfig): Update tsconfig templates to ignore 5.0 deprecations (#6605)Gravatar Erika 2-1/+9
2023-03-20[ci] formatGravatar ematipico 1-1/+1
2023-03-20fix: Add missing --watch flag when running astro check --help (#6586)Gravatar Chloe A 2-1/+9
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-03-20[ci] formatGravatar Princesseuh 9-10/+10
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 63-172/+429
2023-03-20added prop type definition for FormattedDate in Blog example (#6591)Gravatar Matthew Mercuri 1-0/+4
2023-03-19fix typo (#6584)Gravatar kalana kithmina 1-26/+29
* fix typo fix error: didn't match with base path code with readme guide * Fix related typos --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-03-18Simplify internal resolver in dev (#6576)Gravatar Bjorn Lu 2-8/+6
2023-03-17Fix error in empty markdown files with content (#6572)Gravatar Happydev 8-2/+55
* test: add test fixture * test: add test case * 🤏 fix * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-17Fix overflow title in error message (#6583)Gravatar Franco Romano Losada 2-0/+7
* Fix overflow title in error message * Add changeset
2023-03-17Add validateOptions hook to Image Service API (#6555)Gravatar Erika 9-51/+99
* feat(assets): Add a validateOptions hooks to set default and do error handling * chore: changeset
2023-03-16Fix `image()` type to be compatible with ImageMetadata (#6568)Gravatar Erika 2-1/+17
* fix(assest): Fix `image()` type to be compatible with ImageMetadata * chore: changeset
2023-03-16[ci] formatGravatar bluwy 2-3/+3
2023-03-17Support tsconfig aliases in styles (#6566)Gravatar Bjorn Lu 9-80/+81
2023-03-16Fix prerendered 404 page handling in SSR (#6558)Gravatar Bjorn Lu 7-8/+86
2023-03-16Fix mdx and markdoc integrations return type (#6552)Gravatar Bjorn Lu 3-35/+24
2023-03-16[ci] formatGravatar bluwy 1-3/+1
2023-03-16fix(cloudflare): base strip logic (#6550)Gravatar Richard Simpson 2-1/+6
2023-03-16[ci] formatGravatar Princesseuh 1-1/+1
2023-03-16Vendor image-size (#6559)Gravatar Erika 35-23/+1422
* feat(assets): Vendor image-size * fix(assets): Also vendor queue, the CJS virus runs deep * fix: remove unneeded queue * chore: lockfile * fix: build * fix: build part 2 * chore: changeset
2023-03-16Replace tabs with double spaces (#6562)Gravatar Tc001 6-41/+41
2023-03-15[ci] formatGravatar matthewp 1-1/+1
2023-03-15It even starts to remove a file before it finish it. (#6472)Gravatar wulinsheng123 2-1/+6
* dont finish the action of the copy before removing all files. * change name
2023-03-15fix(assets): Fix usage of custom service resulting in Invalid Input error ↵Gravatar Erika 2-1/+6
(#6556)
2023-03-14fix(assets): Fix images from public not working with the new Assets feature ↵Gravatar Erika 6-11/+21
(#6536) * fix(assets): Fix images from public not working with <Image> and `getImage` * test(assets): Add test for public images * refactor: simplify logic
2023-03-14Fix local images having the wrong width and height when both dimensions were ↵Gravatar Erika 4-4/+40
provided (#6547) * fix(images): Fix Image providing the wrong width and height if both attributes were provided on local images * chore: changeset
2023-03-14ci: format add owner judgment (#6542)Gravatar btea 1-0/+1
2023-03-13[RSS] Fix: Preserve self-closing tags in `customData` (#6538)Gravatar Ben Holmes 3-1/+29
* fix: preserve self-closing tags in customData * test: self-closing tags preserved * chore: changeset
2023-03-13[ci] release (#6476)astro@2.1.3@astrojs/vercel@3.2.1@astrojs/turbolinks@0.2.1@astrojs/tailwind@3.1.1@astrojs/sitemap@1.2.1@astrojs/rss@2.3.0@astrojs/prism@2.1.1@astrojs/prefetch@0.2.1@astrojs/partytown@1.1.1@astrojs/mdx@0.18.1@astrojs/markdown-component@1.0.3@astrojs/markdoc@0.0.2@astrojs/image@0.16.1@astrojs/cloudflare@6.2.1@astrojs/alpinejs@0.2.1Gravatar Houston (Bot) 80-211/+247
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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