summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-31[ci] formatGravatar natemoo-re 3-16/+13
2022-05-31Fix components in markdown regressions (#3486)Gravatar hippotastic 9-47/+171
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-05-31[ci] formatGravatar natemoo-re 8-59/+61
2022-05-31[ci] update lockfile (#3448)Gravatar Fred K. Schott 17-405/+485
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-31Improve nested and `client:only` hydration (#3455)Gravatar Nate Moore 71-152/+2114
* wip: fix nested islands * fix: improve hydration for dynamic content * chore: fix bundle-size script for new files * chore: allow-list client:* directive files * fix(#3362): fix client:only behavior for React, Vue, Solid * test: add client-only e2e test * chore: update lockfile * test: fix e2e tests * test: add framework nesting e2e tests * Update packages/astro/src/runtime/client/events.ts Co-authored-by: Matthew Phillips <matthew@skypack.dev> * chore: add changeset * fix(preact): ignore hydrate roots * chore: remove `ssr` check in integrations * Revert "chore: remove `ssr` check in integrations" This reverts commit ba27eaae5514701f4b7bb6259f682fe82821a23d. * chore: add changeset Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-05-31[ci] formatGravatar bholmesdev 1-2/+4
2022-05-31Chore: remove rss helper from `getStaticPaths` (#3462)Gravatar Ben Holmes 9-564/+323
* chore: remove rss() with helpful error message * docs: add context on "getStaticPaths" removal * chore: changeset * deps: remove fast-xml-parser from core! * chore: update lockfile
2022-05-31Load environment variables in deno SSR (#3483)Gravatar Matěj Volf 5-2/+30
* Properly shim env in Deno * Add test for loading env vars in Deno * Add changeset
2022-05-31[ci] formatGravatar matthewp 4-9/+16
2022-05-31Set the correct content-type for CSS HMR (#3459)Gravatar Matthew Phillips 4-0/+73
* Set the correct content-type for CSS HMR * Adds a changeset
2022-05-31Lit polyfill - wait to polyfill on DOMContentLoaded (#3484)Gravatar Matthew Phillips 3-2/+7
* Lit polyfill - wait to polyfill on DOMContentLoaded * Adds changeset
2022-05-31[ci] formatGravatar matthewp 1-1/+3
2022-05-31Correcting the link to docs on Just the Basics starter README (#3482)Gravatar Sarah Rainsberger 11-11/+11
* Correcting the link to docs on Just the Basics starter README The link to documentation did not actually go to Docs. Now it does! * fixing all other starter template READMEs with incorrect link to docs
2022-05-31fixed APIRoute type (#3365)Gravatar Rafid Muhymin Wafi 1-5/+5
* fixed APIRoute type * fixed EndpointHandler type
2022-05-31[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-30[ci] release (#3479)astro@1.0.0-beta.37Gravatar github-actions[bot] 33-67/+65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-30[ci] formatGravatar bholmesdev 1-1/+1
2022-05-30Fix using Vite env var names in Markdown (#3412) (#3471)Gravatar hippotastic 5-4/+65
2022-05-30Fix `*/` breaking HTML comments in Markdown (#3477)Gravatar hippotastic 4-2/+32
2022-05-30Remove unused slot until slot bugs are fixed (#3475)Gravatar Florian S 1-2/+1
Simple fix for #3473 as the slot was never used in this example. Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-05-30[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-28[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-27[ci] release (#3463)astro@1.0.0-beta.36Gravatar github-actions[bot] 32-71/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-27[ci] formatGravatar bholmesdev 1-5/+9
2022-05-27Feat: markdown `content.raw()` and `content.compiled()` helpers (#3452)Gravatar Ben Holmes 7-7/+55
* feat: add rawContent obj with html helper * refactor: change toString to function call * test: rawContent helpers * chore: update MarkdownInstance type * refactor: parseHtml -> html * chore: changeset * fix: remove needless async heading on content version * fix: fixLineEndings helper on unit tests * refactor: change api to raw and compiled * chore: add new type to env.d.ts * docs: JSdocs for raw and compiled * refactor: change API AGAIN to rawContent, compiledContent * chore: update changeset
2022-05-27update typescript (#3456)Gravatar Fred K. Schott 3-31/+47
2022-05-27[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-26[ci] release (#3453)astro@1.0.0-beta.35Gravatar github-actions[bot] 33-69/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-26[ci] formatGravatar matthewp 8-52/+68
2022-05-26Fix VITE_ASSET bug (#3439)Gravatar Matthew Phillips 29-418/+334
* Fix VITE_ASSET bug * Updated test that depended on esbuild output * Fix some more tests * Fix css config and postcss tests * Git client only working * Fix static build test * Update tailwind tests * Fix build * Fix css bundling tests * Updated some more tests for windows * Remove tests that are no longer relevant * Cause it to break * Fix bug and add explanation * Adds a changeset * Inline comments about what the hashing is doing * Update packages/astro/src/vite-plugin-build-css/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update to the lockfile * Minify css * Update tailwind tests Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-05-26Add bundle-size check action (#3454)Gravatar Nate Moore 7-6/+135
* feat: add scripts action, bundle-size checker * chore: trigger action * fix: update prefix logic
2022-05-26[ci] formatGravatar matthewp 1-17/+19
2022-05-26feat: expose route dist URL on SSG (#3438)Gravatar Joaquín Sánchez 5-0/+45
* feat: expose route dist URL on SSG * chore: add changeset * chore: add test for `distURL` * cleanup: remove console.log from test
2022-05-26[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-26[ci] release (#3446)astro@1.0.0-beta.34@astrojs/markdown-remark@0.10.1Gravatar github-actions[bot] 34-72/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25Fix: markdown imports failing (#3444)Gravatar Ben Holmes 2-0/+7
* fix: revert JSX expression hack (temporary!) * chore: changeset * fix: skip stray JSX expression test * Revert "fix: skip stray JSX expression test" This reverts commit fd3042d0033426ebdc5a3d9b2a11f85519cc797f. * Revert "fix: revert JSX expression hack (temporary!)" This reverts commit b78883fca14dabca870af39879af3079b76b0ecb. * fix: add markdown-remark to external deps!
2022-05-25[ci] release (#3435)astro@1.0.0-beta.33@astrojs/webapi@0.12.0@astrojs/vercel@0.2.3@astrojs/partytown@0.1.4@astrojs/node@0.1.2@astrojs/netlify@0.4.1@astrojs/markdown-remark@0.10.0Gravatar github-actions[bot] 43-119/+102
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-24[ci] formatGravatar natemoo-re 11-117/+136
2022-05-24Improve Markdown + Components usage (#3410)Gravatar Nate Moore 31-108/+542
* feat: use internal MDX tooling for markdown + components * fix: improve MD + component tests * chore: add changeset * fix: make tsc happy * fix(#3319): add regression test for component children * fix(markdown): support HTML comments in markdown * fix(#2474): ensure namespaced components are properly handled in markdown pages * fix(#3220): ensure html in markdown pages does not have extra surrounding space * fix(#3264): ensure that remark files pass in file information * fix(#3254): enable experimentalStaticExtraction for `.md` pages * fix: revert parsing change * fix: remove `markdown.mode` option
2022-05-24Add base config option to partytown snippet generation (#3437)Gravatar Caio Ferrarezi 2-2/+9
* fix: add base config option to partytown snippet generation * add changeset * fix: handle config.base for partytown Co-authored-by: Nate Moore <nate@skypack.dev>
2022-05-24[ci] formatGravatar natemoo-re 1-1/+1
2022-05-24Ensure hoisted scripts are deduplicated in build (#3433)Gravatar Nate Moore 4-10/+41
* fix(build): ensure hoisted scripts are deduplicated in build * chore: add changeset
2022-05-24fix: use `error` log level since warnings are irrelevant and noisy (#3436)Gravatar Nate Moore 2-3/+2
2022-05-24[ci] formatGravatar natemoo-re 1-1/+5
2022-05-24fix: properly handle scoped class injection with spread attributes (#3384)Gravatar Nate Moore 6-18/+83
* fix: properly handle scoped class injection when a spread attribute is present * chore: update lockfile * chore: revert lockfile * chore: update compiler * test: add spread scope test * test: fix spread scoped test
2022-05-24[ci] update lockfile (#3419)Gravatar Fred K. Schott 20-345/+375
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-24Fix: add "CSS" to noExternal hint (#3426)Gravatar Ben Holmes 2-1/+6
* chore: add "CSS" to noExternal hint * chore: changeset
2022-05-24Update changesets (#3434)Gravatar Nate Moore 2-1/+6
* chore: remove @e2e from changesets * chore: add missing changeset