summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09[ci] formatGravatar matthewp 1-4/+4
2023-02-09Fixes usage of Code component in Vercel (#6198)Gravatar Matthew Phillips 3-5/+60
* Fixes usage of Code component in Vercel * Adding a changeset
2023-02-09Fix types for TableHTMLAttributes (#6197)Gravatar Bryce Russell 2-2/+8
* Fix types for TableHTMLAttributes - Add 'string' type to 'border' attribute - Add 'false | true' to 'frame' attribute Thanks Princesseuh for helping * Create sixty-scissors-refuse.md * Make changeset more descriptive * Fix previous changset --------- Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
2023-02-09Vercel adapter README tweaks (#6191)Gravatar Chris Swithinbank 2-6/+12
2023-02-09[ci] formatGravatar matthewp 4-5/+5
2023-02-09Fix head injection misplacement with Astro.slots.render() (#6196)Gravatar Matthew Phillips 19-32/+216
* Fix head injection misplacement with Astro.slots.render() * Adding a changeset * Fix case of JSX with no layout * missing break
2023-02-09[ci] formatGravatar bholmesdev 1-1/+1
2023-02-09Fix blog starter about page (#6195)Gravatar Ben Holmes 6-29/+90
* refactor: about.md -> about.astro * chore: add strictNullChecks * fix: format date on blog post layout
2023-02-09[ci] update lockfile (#6189)Gravatar Houston (Bot) 1-52/+53
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-08Fix root directory spread pagination `url.prev` for first page (#6183)Gravatar Dan Jutan 6-3/+69
* Fix root pagination `url.prev` for first page * fix lockfile? * add changeset
2023-02-08[ci] formatGravatar matthewp 2-3/+4
2023-02-08Ensure base configuration appended to content collection styles (#6182)Gravatar Matthew Phillips 10-2/+108
* Fix, base appended to propagated scripts * Test scripts
2023-02-08[ci] formatGravatar matthewp 1-1/+4
2023-02-08Allow binary data to be returned from api routes in SSG (#6180)Gravatar Matthew Phillips 5-3/+22
* Allow binary data to be returned from api routes in SSG * Adding a changeset
2023-02-08[ci] release (#6178)astro@2.0.9@astrojs/vercel@3.1.0Gravatar Houston (Bot) 42-78/+82
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-08feat(vercel): Add support for analytics (Audiences & Web Vitals) (#6148)Gravatar Justin Sun 8-7/+137
* feat(intergration/vercel): add vercel analytics support * docs(intergration/vercel): add vercel analytics prop * docs(intergration/vercel): bump version to 3.1.0 * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs(intergration/vercel): add file name for example * feat(intergration/vercel): convert analytics to ts and support in edge * docs(intergration/vercel): move file names to code blocks as comments * fix(intergration/vercel): remove unused import * feat(intergration/vercel): add analytics support to static mode * chore(intergration/vercel): revert version change * style(intergration/vercel): add a blank line after astro import * chore(intergration/vercel): generate file by changeset * Update .changeset/eighty-bobcats-deliver.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/vercel/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/vercel/src/analytics.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * chore(intergration/vercel): simplify analytics script --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-02-08[Content collections] Surface content config errors in overlay (#6170)Gravatar Ben Holmes 5-7/+33
* fix: throw error during import to catch error boundary * fix: throw from astro sync * chore: changeset * chore: add comment on why error here * chore: consolidate imports
2023-02-08[ci] formatGravatar matthewp 2-3/+5
2023-02-08Take dynamic imports into account for CSS ordering (#6176)Gravatar Matthew Phillips 12-3/+101
* Take dynamic imports into account for CSS ordering * Adding a changeset * updated lockfile
2023-02-08[ci] update lockfile (#6175)Gravatar Houston (Bot) 1-41/+41
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-07[ci] release (#6169)astro@2.0.8Gravatar Houston (Bot) 39-67/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-07[ci] formatGravatar matthewp 1-2/+2
2023-02-07Fix mixed usage of aliases and relative for client hydration (#6168)Gravatar Matthew Phillips 4-4/+51
* Fix mixed usgae of aliases and relative for client hydration * Add a changeset
2023-02-07update node integration README with Fastify code example (#6120)Gravatar Edvinas Jurele 1-0/+21
2023-02-07[ci] release (#6116)create-astro@3.0.0astro@2.0.7@astrojs/netlify@2.1.2@astrojs/lit@1.2.0@astrojs/image@0.14.1@astrojs/cloudflare@6.1.2Gravatar Houston (Bot) 61-156/+143
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-07[ci] update lockfile (#6160)Gravatar Houston (Bot) 1-350/+370
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-07[ci] formatGravatar matthewp 15-44/+56
2023-02-07Add additional scoping for head buffering (#6152)Gravatar Matthew Phillips 42-68/+386
* Add additional scoping for head buffering * Add test for direct usage of nested component * Add special scoping for Astro.scopes.render() * Generate propagation map during the build * Move to a maybeHead instruction * Properly serialize for SSR * More conservative scoping * Maybe had should honor result._metadata.hasRenderedHead * Properly type slots * Allow template result to be passed * Add changeset
2023-02-07Fix returning images from endpoints in dev (#6163)Gravatar Erika 5-1/+24
* fix(dev): Fix dev server responses not being encoded following the specified encoding * test: Add test * chore: changeset
2023-02-07[ci] formatGravatar matthewp 2-3/+2
2023-02-07Prevent ?inline and ?raw CSS from being bundled as CSS (#6161)Gravatar Matthew Phillips 13-26/+123
* Prevent ?inline and ?raw CSS from being bundled as CSS * Add a changeset * oopts * Replace use of isCSSRequest
2023-02-06Fix duplicate alt attribute on Picture component. (#6157)Gravatar Charles F. Munat 2-1/+6
* Fix duplicate alt attribute on Picture component. * Create tidy-buses-mate.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-07[ci] formatGravatar matthewp 1-4/+15
2023-02-06 [Lit] add `client:only` functionality to Lit integration (#6111)Gravatar Elliott Marquez 6-19/+115
* [Lit] add `client:only` functionality to Lit integration * add changeset * update lit changeset to minor
2023-02-06Fix remote image example (#6112)Gravatar Bryce Russell 1-8/+4
* Fix remote image example `format` prop is required for remote images * Specify `format` is only required when using `Squoosh` - Undo changes / Restore previous content in Remote Image Examples - Specify `format` is only required for remote images when using Squoosh(default) * Fix backticks * remove 'only' and backticks on squoosh --------- Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
2023-02-06Fix polyfills not being available to imports on Netlify (#6117)Gravatar Erika 3-0/+15
* fix(netlify): Try to make polyfill external * feat(webapi): Add polyfill applier for SSR * fix(netlify): Externalize polyfills so they're always applied before user code * chore: changeset * test(netlify): Add test for polyfill being in the proper place * config(netlify): Remove unnecessary change to package.json * revert(netlify): Revert changes * feat(astro): Add a way for packages to explicitely mark themselves as needing to be external * Update .changeset/silent-dragons-sell.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-06Check vite.emptyOutDir before emptying dir (#6153)Gravatar Isaac 2-1/+8
* Check vite.emptyOutDir before emptying dir * Fix: add .build to object path * Update packages/astro/src/core/build/static-build.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Create flat-dolphins-admire.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-06fix: #5979 (#6142)Gravatar wulinsheng123 2-1/+6
* fix: #5979 * Update lazy-plums-sit.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-06fix(portfolio): keyboard a11y for ThemeToggle (#6126)Gravatar Marcy Sutton-Todd 1-2/+0
Hiding outline “except for Windows High Contrast Mode” makes this component inaccessible to all keyboard users. Removing this declaration allows the default focus outline to show.
2023-02-06[ci] update lockfile (#6129)2.0Gravatar Houston (Bot) 1-89/+85
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-06[ci] formatGravatar natemoo-re 1-2/+3
2023-02-06Move pagination error to AstroErrorData (#6149)Gravatar Andrew Bloyce 3-3/+23
* Move error to AstroErrorData * Add changeset
2023-02-06[ci] formatGravatar natemoo-re 20-301/+412
2023-02-06Refactor `create-astro` (#6082)Gravatar Nate Moore 41-1328/+1233
* refactor: new version of create-astro * chore: update README * fix(create-astro): update project name logic * test(create-astro): fix test on windows * test(create-astro): fix test on windows * test(create-astro): remove unused import * chore: remove log * chore: increase test timeout * fix: message when skipping * fix: message for env.d.ts file * fix: always hard exit * fix: return from next-steps * chore: add message * refactor dependencies, bundle create-astro * chore: disable create-astro typings * chore: switch to arg * chore: update message * fix: split typescript into two steps, fix context test * chore: update wording * chore: update wording * Update packages/create-astro/src/actions/dependencies.ts Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * refactor: move tests back to mocha/chai * chore: update cli-kit * update test script * chore: add comment about setStdout * chore: update cli-kit * Update packages/create-astro/src/messages.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/create-astro/src/messages.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: update lockfile * fix(create-astro): support scoped package names, improve project-name tests * better git initialization * update cli-kit --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-02-06[ci] formatGravatar matthewp 6-36/+35
2023-02-06Fix hoisted script propagation in content collection pages (#6119)Gravatar Matthew Phillips 11-57/+169
* chore: unskip * chore: stray console logs * chore: clarify analyzer comments * wip: store propagated scripts separately * Implement getting hoisted scripts for propagation * Add changeset * fix * oops * update based on code review --------- Co-authored-by: bholmesdev <hey@bholmes.dev>
2023-02-06fix(webapi): Attempt to polyfill with undici imports directly (#6065)Gravatar Erika 1-7/+1
2023-02-03fix example Card component style (#6123)Gravatar Malte Ehrlen 1-3/+4
* fix example Card component style Card component has uneven border on hover, and in some cases the border is visible even when not hovering * Delete neat-taxis-thank.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-03Fix outdated error message in paginate() function (#6124)Gravatar Fred K. Schott 2-1/+6
* Update paginate.ts * Create gorgeous-mails-sniff.md
2023-02-03[ci] formatGravatar bholmesdev 1-1/+1