summaryrefslogtreecommitdiff
path: root/packages/create-astro (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12[RSS] Fix failure when globbing index route (#4701)Gravatar Ben Holmes 3-3/+49
* fix: [rss] throw on undefined urls only * test: "" url, passing glob outside pages/ * chore: changeset
2022-09-12[ci] formatGravatar matthewp 3-4/+4
2022-09-12[vercel] Use Edge Functions instead of Edge Middlewares (#4713)Gravatar Juan MartΓ­n Seery 2-1/+6
* Don't use middleware * changeset * breaking change
2022-09-12Make error handling more resilient in the dev server (#4723)Gravatar Matthew Phillips 10-10/+96
* Make error handling more resilient in the dev server * Better approach * Add a changeset
2022-09-12[ci] update lockfile (#4711)Gravatar Fred K. Bot 1-199/+203
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-09-12Add an error message for improperly configured renderers (#4705)Gravatar Erika 2-0/+13
* Add error messages for wrongly configured renderers * Add changeset
2022-09-12Fix typo in render/head.ts (#4720)Gravatar Ikko Ashimine 1-1/+1
2022-09-09Fix: Vue `script setup` with other renderers applied (#4706)Gravatar Ben Holmes 9-1/+179
* fix: add __ssrInlineRender to Vue check * chore: remove console log * test: vue builds with other renderer present * chore: changeset
2022-09-09[ci] release (#4702)astro@1.2.1@astrojs/image@0.7.0Gravatar Fred K. Bot 30-59/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09Fix `[astro add]` fetch failure (#4703)Gravatar Ben Holmes 2-1/+6
* fix: apply fetch polyfill earlier * chore: changeset
2022-09-09[ci] formatGravatar tony-sull 1-1/+1
2022-09-09[@astrojs/image] support additional resize options (#4438)Gravatar Oussama Bennaci 7-12/+139
* working draft * more sharp params * add changeset * fix typing * wip * add missing docblocks * update lock file * remove enlargement and reduction resize options * add tests * Add docs * support crop options in pictures * cleanup * define crop types in docs * cleanup * remove kernel option Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-09-09[ci] release (#4698)astro@1.2.0Gravatar Fred K. Bot 30-68/+62
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] formatGravatar matthewp 1-3/+2
2022-09-09Fix client:only CSS missing from child packages (#4699)Gravatar Matthew Phillips 8-2/+56
2022-09-09[astro add] Move config update to final step (#4682)Gravatar Ben Holmes 2-66/+73
* feat: move astro.config update to end * chore: changeset
2022-09-09Fix theme.css location in docs starter project (#4697)Gravatar Brendan O'Leary 1-2/+2
* Fix theme.css location in docs starter project * Also fix in diff display Co-authored-by: Brendan O'Leary <boleary@gitlab.com>
2022-09-09docs: add section on .mdx file support in VS Code (#4694)Gravatar Lloyd Atkinson 1-0/+12
* docs: add section on .mdx file support in VS Code * Update packages/integrations/mdx/README.md Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-09-09[ci] formatGravatar matthewp 4-25/+29
2022-09-09Add support for custom non-html route encoding (#4549)Gravatar Alan 11-3/+93
* Add custom encoding support for non-html routes * Add changeset * Add tests for png and json routes
2022-09-09No πŸ‘ more πŸ‘ server πŸ‘ restarts πŸ‘ on πŸ‘ config πŸ‘ changes (#4578)Gravatar Ben Holmes 23-124/+155
* feat: restart config on add, remove, update * fix: reload for root project configs only * fix: throw when userConfigPath can't resolve * chore: changeset * wip: remove normalizePath before writeFile * refactor: invalidateWithCache -> isConfigReload * wip: mustExist? * debug: config loaded successfully * debug: more logs * debug: MORE logging * fix: normalize resolved config path * debug: yet MORE logging * chore: bump proload * fix: use file path, not URL.pathname * Revert "wip: mustExist?" This reverts commit 8ca8662132532dcdc9fd120868e615ddc60f498e. * chore: remove console log * feat: cleanup restart message, better invalid config handling * chore: update lockfile * chore: fix types * fix: throw helpful error when config does not exist * docs: remove "restart dev server" from integrations * docs: make sure to restart -> try restarting Co-authored-by: Nate Moore <nate@astro.build>
2022-09-09[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.1Gravatar Fred K. Bot 37-92/+84
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] formatGravatar matthewp 1-3/+4
2022-09-09Fix: Windows client-side script reloads on dev server (#4645)Gravatar Ben Holmes 5-17/+40
* fix: append forward slash to script paths for "C:/" prob * chore: remove dead regex * chore: changeset * test: add client script test back to windows! * test: add inline script test for sanity * The actual fix Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-09-09[ci] update lockfile (#4693)Gravatar Fred K. Bot 1-56/+56
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-09-09[ci] formatGravatar matthewp 11-58/+66
2022-09-09Prevent locking up when encountering invalid CSS (#4675)Gravatar Matthew Phillips 15-106/+229
* Prevent locking up when encountering invalid CSS * Add a changeset * Move the unit test to the test folder * ponyfill aggregateerror * Use the exported type * keep original errors * fix
2022-09-08docs: correct typo in `@astrojs/node` integration (#4688)Gravatar Happydev 1-1/+1
2022-09-08[ci] formatGravatar natemoo-re 3-23/+28
2022-09-08Remove devDependency flag from `astro add` (#4666)Gravatar Dan Jutan 1-4/+4
* remove dev dependency flag * remove redundant space if no flags
2022-09-08Improve cyclic reference detection, now ignores non-cyclic shared references ↡Gravatar Nate Moore 3-14/+98
(#4684) * fix: improve cyclic reference detection, now ignores references that are not parent/child * fix: only track cyclic parents Co-authored-by: Nate Moore <nate@astro.build>
2022-09-08Fix TypeScript compilation errors (#4683)Gravatar Erika 4-14/+19
* Fix TypeScript compilation errors * Update lockfile * Add changeset
2022-09-08[@astrojs/image] Build all optimized images to dist/assets (#4678)Gravatar Tony Sullivan 8-35/+40
* fix: build all optimized images to dist/assets * chore: add changeset
2022-09-08[ci] update lockfile (#4673)Gravatar Fred K. Bot 1-899/+1144
* [ci] update lockfile * Remove removed packages folder Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-09-08[ci] formatGravatar matthewp 2-12/+10
2022-09-08Make React integration work with Deno (#4679)Gravatar Matthew Phillips 3-5/+16
* Remove removed packages folder * fix * Add a changeset
2022-09-07Fix component frameworks on Vercel Edge (#4667)Gravatar Benjamin Holmes 3-8/+30
* fix: use while instead of "for await" in react integration * fix: cast HTML to string to fix other integrations * docs: add comment on encode(String(html)) * chore: changeset Co-authored-by: bholmesdev <hey@bholmes.dev>
2022-09-07fix: add private to component to prevent accidental publish (#4668)Gravatar Nate Moore 1-0/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07chore: update component template (#4540)Gravatar Dan Jutan 20-238/+45
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07[ci] release (#4657)astro@1.1.7@astrojs/preact@1.1.0@astrojs/image@0.6.0Gravatar Fred K. Bot 37-91/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-07Docs Typo fixes (#4664)Gravatar Elian β˜•οΈ 1-2/+2
2022-09-07fix: exportName metadata for JSXMemberExpressions that use named imports (#4403)Gravatar John Daly 8-13/+88
* fix: exportName metadata for JSXMemberExpressions that use named imports * Adding changeset * Adding E2E test * Adding tests for MDX
2022-09-07[ci] formatGravatar natemoo-re 4-12/+25
2022-09-07Automatically set up Preact DevTools in dev mode (#4515)Gravatar Marvin Hagemeister 4-7/+18
2022-09-07Throw helpful errors when attempting to serialize cyclic references (#4646)Gravatar Nate Moore 11-15/+105
* fix(#4332): add helpful error on cyclic references * chore: add changeset * test(e2e): add cyclic reference test * test(e2e): add preact integration * chore: update lockfile * fix: ensure vite client is loaded for 500 responses Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07[ci] formatGravatar tony-sull 1-1/+1
2022-09-07@astrojs/image: add a `background` option/prop to replace the alpha layer ↡Gravatar Valentin Bersier 28-991/+1602
(#4642) * Added `background` option and prop. This optional color specifies which background to use when removing the alpha channel if the output format doesn't support transparency. * Modified existing tests * Fixed wrong dimensions in tests * Fixing a few instances of jpeg vs jpg * Added color checking * working on the tests * tests are now passing * Adding tests * Added tests for background color * no need to test with subpath * Added fixture * Renamed test fixture for background-color * skipping test until fixed * Typo * Working on tests * tests are passing * Updated readme and added changeset * Updated lockfile * Updated lockfile * Updated lockfile Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-09-07fixes an eslint error (#4659)Gravatar Tony Sullivan 1-1/+1
2022-09-07[ci] update lockfile (#4655)Gravatar Fred K. Bot 1-121/+120
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-09-07[ci] formatGravatar tony-sull 3-6/+7