summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-17[ci] formatGravatar matthewp 4-24/+23
2023-02-17Fix prerendered page handling on Deno (#6284)Gravatar Nate Moore 9-9/+116
* fix(deno): handle prerendered pages * test(deno): add prerender test * fix: defensively access vite.build.rollupOptions.external * fix(deno): support other formats of rollupOptions.external * fix(deno): crawl prerendered files for match * fix(deno): ignore deno error in server file * fix(deno): cross-platform serve file
2023-02-17[ci] formatGravatar natemoo-re 1-1/+1
2023-02-17Backwards compatible fix for `--camelCase` css vars in `style` attribute (#6268)Gravatar Nate Moore 2-1/+15
* fix(#6264): backward-compat fix for camelCase css vars in style * chore: add changeset
2023-02-17Pin undici (#6282)Gravatar Matthew Phillips 3-2/+7
2023-02-17[ci] formatGravatar matthewp 1-1/+0
2023-02-17Revert "Deno fix #6131 (#6248)" (#6281)Gravatar Matthew Phillips 7-58/+17
* Revert "Deno fix #6131 (#6248)" This reverts commit ef5cea4dc5c4ffa33bd57ea0886e6912afb24fec. * Create gold-months-live.md
2023-02-17Update README.md (#6274)Gravatar 李瑞丰 1-7/+7
2023-02-17Bump Vite to 4.1 (#6277)Gravatar Bjorn Lu 9-46/+51
2023-02-17[ci] release (#6269)create-astro@3.0.2@astrojs/rss@2.1.1Gravatar Houston (Bot) 8-14/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17fix(create-astro): Pin giget to 1.0.0 (#6278)Gravatar Erika 3-2/+7
2023-02-16[ci] formatGravatar natemoo-re 1-7/+7
2023-02-16fix: add property name to rss errors (#6259)Gravatar Julien Barbay 2-5/+12
* fix: add property name to rss errors * Create good-snails-attend.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-16[ci] release (#6267)create-astro@3.0.1Gravatar Houston (Bot) 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-16[ci] formatGravatar natemoo-re 4-9/+12
2023-02-16Improve `create-astro` error handling (#6266)Gravatar Nate Moore 6-7/+30
* fix(create-astro): improve error handling for tasks that use spinner display * refactor: timeout after 60s * chore: remove unused file
2023-02-16[ci] release (#6261)astro@2.0.13@astrojs/vercel@3.1.2@astrojs/mdx@0.17.0@astrojs/deno@4.0.1Gravatar Houston (Bot) 46-94/+105
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-16fix(cookies): Fix cookies not being all returned on Node 16 after Undici ↵Gravatar Erika 1-13/+5
upgrade (#6265) * fix(cookies): Fix cookies not being all returned on Node 16 after Undici upgrade * test(cookies): Oops
2023-02-16Fix: recursive `getCollection()` hanging (#6257)Gravatar Ben Holmes 6-1/+88
* fix: avoid trying to SSR md?astroPropagatedAssets * test: layout prop with recursive getCollection * chore: changeset
2023-02-16Clarify SVG image gotcha info (#6254)Gravatar Yan Thomas 1-1/+1
* Clarify SVG image gotcha info * More wording improvements! Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-02-16Only inject Vercel analytics in production (#6258)Gravatar Chris Swithinbank 4-6/+11
* Only inject Vercel analytics in production * Add changeset
2023-02-16[ci] formatGravatar natemoo-re 5-10/+12
2023-02-16Deno fix #6131 (#6248)Gravatar wulinsheng123 7-12/+65
* fix: #6131 * fix: delete * update code * fix: fix bug * add some tests * fix route error * delete comment * delete trash code --------- Co-authored-by: wuls <linsheng.wu@beantechs.com>
2023-02-16Support rehype plugins that inject namespaced attributes 2 (#6253)Gravatar Bjorn Lu 3-1/+7
2023-02-15[ci] release (#6251)@astrojs/svelte@2.0.2@astrojs/mdx@0.16.2Gravatar Houston (Bot) 13-24/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15Revert previous mdx breaking change (#6252)Gravatar Bjorn Lu 3-2/+6
2023-02-15[ci] formatGravatar bluwy 1-1/+1
2023-02-15Fix unmount Svelte slots (#6250)Gravatar Bjorn Lu 6-1/+49
2023-02-15[ci] release (#6239)astro@2.0.12@astrojs/mdx@0.16.1@astrojs/image@0.15.0Gravatar Houston (Bot) 46-95/+97
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15[ci] formatGravatar bluwy 1-4/+4
2023-02-15Support rehype plugins that inject namespaced attributes (#6243)Gravatar Bjorn Lu 5-11/+52
* Support rehype plugins that inject namespaced attributes * Fix rehype property casing
2023-02-15Fix hydration path for circular imports (#6244)Gravatar Bjorn Lu 12-6/+106
2023-02-15Add support for SVG images to  `@astrojs/image` (#6118)Gravatar Gérald Gounot 12-7/+122
* @astrojs/image: add support for SVG images * @astrojs/image: add tests for SVG images * @astrojs/image: update README.md with SVG format info * Add minor changeset for @astrojs/image
2023-02-14Update pnpm version from 7.5.0 to 7.9.5 (#6232)Gravatar Shinya Fujino 1-1/+1
2023-02-14[ci] formatGravatar bholmesdev 1-2/+2
2023-02-14Run integration config hook on `astro sync` (#6238)Gravatar Ben Holmes 6-11/+31
* refactor: move sync to core * fix: runHookConfigSetup in CLI * chore: changeset * fix: sync import on test-utils * fix: use syncCli in check
2023-02-13[ci] formatGravatar MoustaphaDev 1-2/+2
2023-02-13fix: add support for `js/mjs` file extensions for Content Collections config ↵Gravatar Happydev 12-23/+151
file (#6229) * test: add fixture * test: add test case * test: fix tests * feat: support mjs/ js file extensions for cc config * chore: sync lockfile * test: make assertion more specific * test: make template minimal * chore: add changeset * feat: add warning when `allowJs` is `false` * improve warning * extract tsconfig loader to another function * rename to more descriptive variable * apply review suggestion Co-authored-by: Ben Holmes <hey@bholmes.dev> --------- Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-02-13[ci] release (#6200)astro@2.0.11@astrojs/preact@2.0.3@astrojs/cloudflare@6.1.3Gravatar Houston (Bot) 46-99/+99
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-13[ci] formatGravatar matthewp 1-5/+9
2023-02-13Prevent hydration mismatches in Preact (#6215)Gravatar Matthew Phillips 2-2/+17
2023-02-13[ci] formatGravatar bholmesdev 1-1/+0
2023-02-13Fix `getEntryType` failure on spaces in file name (#6218)Gravatar Ben Holmes 2-7/+10
* fix: avoid url -> file -> url parsing * chore: changeset
2023-02-13[docs] README typo fixes (#6233)Gravatar Sarah Rainsberger 1-3/+3
* [docs] README typo fixes * adaptor -> adapter Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * one more adapter --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-02-13[ci] formatGravatar matthewp 1-4/+4
2023-02-13Fix head injection in body with slots.render() and head buffering (#6216)Gravatar Matthew Phillips 11-9/+85
* Fix head injection in body with slots.render() and head buffering * Adding a changeset * An MDX test too
2023-02-13Fix 6206: Cloudflare function path resolving one step above (#6208)Gravatar Marvin Frachet 3-1/+8
* Fix 6206: Cloudflare function path resolving one step above
2023-02-09Preserve `--root` CLI flag on restart (#6049)Gravatar Nate Moore 2-0/+6
* fix(#5985): preserve `--root` CLI flag on restart * fix: resolve --root relative to automatic root * chore: revert container changes * fix: pass flags.root to restart container --------- Co-authored-by: Nate Moore <nate@astro.build>
2023-02-09[ci] release (#6184)astro@2.0.10@astrojs/vercel@3.1.1Gravatar Houston (Bot) 46-99/+88
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-09[ci] formatGravatar matthewp 1-4/+4