summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-13Support relative protocol image URL (#5072)Gravatar Bjorn Lu 7-5/+31
* Support relative protocol image URL * Fix test * Actually fix test
2022-10-13[ci] update lockfile (#5069)Gravatar Fred K. Bot 1-270/+261
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-13Fix image external config in build (#5073)Gravatar Bjorn Lu 2-4/+10
2022-10-13Fix failing SSR test (#5067)Gravatar Bjorn Lu 1-1/+1
2022-10-12[ci] formatGravatar matthewp 20-114/+138
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 34-361/+1094
* wip * Deprecate buildConfig and move to config.build * Implement the standalone server * Stay backwards compat * Add changesets * correctly merge URLs * Get config earlier * update node tests * Return the preview server * update remaining tests * swap usage and config ordering * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Link to build.server config Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-12[ci] formatGravatar matthewp 2-2/+2
2022-10-12Add new fields to API route context (#4986)Gravatar Bjorn Lu 17-37/+257
* Add new fields to API route context * Add props and redirect * Pass custom redirect status code * Correctly pass props in api routes * Add better docs * Add test * Fix build * Add constants file * Add links to jsdoc * Workaround lint issue * Thanks Chris Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Missed one doc change Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Add more detail to the changesets * Strict redirect status type Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-12[ci] formatGravatar Princesseuh 1-1/+1
2022-10-12Added support for updating tsconfig.json when using astro add (#4959)Gravatar Erika 15-36/+388
* Added support for updating tsconfig.json when using astro add * Refactor * Remove unneeded change * Fix build failling due to type difference * Extend changeset description
2022-10-12feat: restart dev server when tsconfig and tailwind config changes (#4947)Gravatar Juan Martín Seery 11-74/+129
* First run * Works with tailwind! * Added TSConfig to watchlist * Changeset * Fix eslint * Renamed `isConfigReload` --> `isRestart` and `injectWatchTarget` --> `addWatchFile` * Refactored watchTargets to watchFiles * Refactor createSettings * addWatchFile now accepts URL * Fix getViteConfig * Expanded description of the change Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-12[ci] formatGravatar bluwy 2-3/+3
2022-10-12Support solidjs libraries (#5059)Gravatar Bjorn Lu 10-8/+104
2022-10-12[ci] update lockfile (#5054)Gravatar Fred K. Bot 1-474/+478
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-12[ci] formatGravatar Princesseuh 1-1/+1
2022-10-12Run astro check on all examples in CI (#5022)Gravatar Erika 18-19/+200
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes
2022-10-12[ci] formatGravatar matthewp 1-1/+5
2022-10-12Update the Astro.cookies.set types to receive boolean and numbers (#5047)Gravatar Matthew Phillips 6-1/+53
2022-10-12Skip JSX tagging for export statements with source (#5057)Gravatar Bjorn Lu 6-2/+17
2022-10-11fix a typo in Code component's wrap prop (#5050)Gravatar Mohammad Hamzehei 1-1/+1
2022-10-10Allow `class` to be passed into Svelte islands (#5045)Gravatar Matthew Phillips 2-1/+5
* Allow class to be passed into svelte component * Adding a changeset
2022-10-10chore: Upgrade Astro compiler to 0.27.1 (#5044)Gravatar Juan Martín Seery 3-5/+10
2022-10-10Fix typo (#5042)Gravatar Oliver Davies 1-1/+1
2022-10-10[ci] release (#5019)astro@1.4.7@astrojs/vercel@2.1.1@astrojs/react@1.2.0@astrojs/preact@1.2.0@astrojs/image@0.9.3Gravatar Fred K. Bot 43-128/+144
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-10fix(vercel): now works with monorepos (#5033)Gravatar Juan Martín Seery 6-248/+107
* Upgraded nft * Handle monorepo better * Changeset * Fixed common ancestor * Fixed outdir
2022-10-10Support strict dependency install for image integration (#5034)Gravatar Bjorn Lu 4-6/+10
2022-10-10[ci] formatGravatar matthewp 1-2/+2
2022-10-10Corrected the getImage() paramaters (#5040)Gravatar mandar1jn 1-1/+1
2022-10-10Shorter CSS naming algorithm (#5036)Gravatar Matthew Phillips 2-29/+10
* Shorter CSS naming algorithm * Adding a changeset * Update packages/astro/src/core/build/vite-plugin-css.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-10-10fixing multiple doctype injections in single file (#5035)Gravatar Daniel 2-0/+6
* fixing multiple doctype injections in single file * adding changeset Co-authored-by: C5341616 <C5341616@sap.com>
2022-10-10Revert "Revert preact signals support (#4843)" (#5015)Gravatar Matthew Phillips 21-111/+340
This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-10-07[ci] formatGravatar matthewp 1-1/+1
2022-10-07Fix remote images in SSG mode (#5021)Gravatar Matthew Phillips 7-2/+80
2022-10-07[ci] formatGravatar delucis 1-1/+1
2022-10-07Correct `base` documentation (#4992)Gravatar Dan Jutan 1-10/+1
2022-10-07[ci] formatGravatar matthewp 1-2/+4
2022-10-07Fix suppot for mui (#5016)Gravatar Matthew Phillips 2-0/+11
2022-10-07Adds an integration starter example (#4877)Gravatar Tony Sullivan 5-0/+86
* adding an integration starter example * chore: linter fixes * removing components from the integration example * removing the monorepo and demo project, adding links to docs and examples * chore: update lock file * typo fix
2022-10-07[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8Gravatar Fred K. Bot 31-61/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-07[ci] formatGravatar matthewp 2-6/+3
2022-10-07Move astro/config into src and typecheck (#5013)Gravatar Matthew Phillips 3-43/+62
* Move astro/config into src and typecheck * Adding a changeset
2022-10-07[@astrojs/prefetch]: Prevent prefetching current page (#5009)Gravatar Oskar Baumann 5-31/+49
* Check that removal of url.hash breaks no tests * test if status-quo is as expected * Adapt tests to fail * Adapt the shouldPreload function to skip same path * Add changeset
2022-10-07[ci] formatGravatar matthewp 3-17/+20
2022-10-07[ci] update lockfile (#5011)Gravatar Fred K. Bot 1-72/+72
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-07Improve test infrastructure for integrations/deno (#5005)Gravatar Robin Lindner 8-190/+237
* Improve test infrastructure for integrations/deno * Add changeset * Use declared type * Remove changeset * Upgrade deno version in -workflow
2022-10-06Add license from rimraf code usage (#5006)Gravatar Matthew Phillips 2-5/+21
* Add license from rimraf code usage * Skip flakey solid test :( * Skip all multiframework tests, table flip
2022-10-06[ci] formatGravatar matthewp 2-32/+29
2022-10-06E2E stability (#5002)Gravatar Matthew Phillips 6-53/+101
2022-10-06[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0Gravatar Fred K. Bot 45-185/+177
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-06[ci] formatGravatar tony-sull 1-3/+3