summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-12[ci] formatGravatar bholmesdev 1-1/+4
2022-08-12[MDX] Fix remaining inconsistencies with Markdown (#4268)Gravatar Ben Holmes 10-6/+154
* feat: add "file" and "url" to layout props * feat: add rawContent and compiledContent errs * fix: add "file" and "url" to frontmatter * fix: add separate MDX instance type * types: add MarkdownLayoutProps and MDXLayoutProps * refactor: simplify MDXLayoutProps * test: pass file and url to layout * test: glob components with .default and Content * feat: add <Content /> to MDX * feat: declare MDX type module * fix: [MD] move file and url to layout props only * chore: changeset * chore: bump MDX to "minor" with more details * refactor: remove "file" + "url" top-level props (save for minor) * revert: MDInstance type def updates (save for minor) * fix: MDXInstance "default" + "content" types * fix: bad test layout * chore: remove getHeaders fro *.mdx
2022-08-12[ci] formatGravatar natemoo-re 3-7/+11
2022-08-12Fix namespaced component usage in MDX (#4272)Gravatar Nate Moore 17-9/+315
* fix(#4209): handle namespaced JSX and MDX * chore: add changeset * chore: update lockfile * fix: throw error when componentExport is unresolved * chore: bump compiler * chore: bump compiler * chore: revert example changes Co-authored-by: Nate Moore <nate@astro.build>
2022-08-12[astro add] Set `output: 'server'` when adding adapter (#4289)Gravatar Ben Holmes 2-0/+22
* fix: add `output: 'server'` when setting adapter * chore: changeset
2022-08-12[ci] formatGravatar matthewp 8-14/+21
2022-08-12Prevents automatic trailingSlash behavior with getStaticPaths (#4265)Gravatar Matthew Phillips 6-3/+60
* Prevents automatic trailingSlash behavior with getStaticPaths * Testing * weird change
2022-08-12Ensure hydration scripts inside of slots render ASAP (#4288)Gravatar Matthew Phillips 16-35/+111
* Ensure hydration scripts inside of slots render ASAP * Changeset * fix type errors * Update packages/astro/src/runtime/server/render/page.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-12[ci] formatGravatar natemoo-re 1-1/+1
2022-08-12fix(#4194): remove Astro runtime from browser (#4282)Gravatar Nate Moore 2-1/+9
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-12Make astro import inside env.d.ts relative so they work inside the monorepo ↵Gravatar Erika 1-2/+2
(#4281)
2022-08-11ci-fix (#4280)Gravatar Fred K. Schott 2-56/+70
2022-08-11[ci] release (#4249)astro@1.0.3@astrojs/prism@1.0.1@astrojs/prefetch@0.0.7@astrojs/preact@1.0.2@astrojs/netlify@1.0.1@astrojs/mdx@0.8.3@astrojs/image@0.3.4Gravatar Fred K. Bot 52-135/+133
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11Clarify preact/compat integration docs (#4267)Gravatar Bjorn Lu 2-0/+22
* Clarify preact/compat integration * Create long-lobsters-ring.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-08-11[ci] formatGravatar FredKSchott 1-7/+7
2022-08-11Fix `astro add` with third-party integrations (#4270)Gravatar Nate Moore 2-4/+28
* fix: nicer third-party integration names * chore: add changeset * fix: better handling for package names * update changelog Co-authored-by: Nate Moore <nate@astro.build>
2022-08-11[ci] formatGravatar FredKSchott 2-2/+2
2022-08-11Fix build output for endpoints route (#4273)Gravatar Erika 3-3/+12
* Fix build output for endpoints route * Add changeset
2022-08-11Add 404 routing logic to Netlify redirects file (#4274)Gravatar Matthew Phillips 5-0/+59
* Add 404 routing logic to Netlify redirects file * changeset
2022-08-11[ci] formatGravatar FredKSchott 1-1/+3
2022-08-11fix astro image bad imports (#4279)Gravatar Fred K. Schott 4-5/+21
2022-08-11Update ci.yml (#4271)Gravatar Nate Moore 1-1/+1
2022-08-11[ci] update lockfile (#4262)Gravatar Fred K. Bot 1-69/+69
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-08-11[MDX] Pass injected frontmatter to layouts (#4255)Gravatar Ben Holmes 7-10/+79
* fix: move layout generation to remark plugin * test: frontmatter injection in layout * chore: changeset * fix: remove content fallback
2022-08-11Fix spelling mistake in @astrojs/image docs (#4256)Gravatar Caleb Jasik 1-1/+1
`intergration` -> `integration`
2022-08-11[ci] formatGravatar natemoo-re 1-1/+1
2022-08-11Use passive listeners in prefetch (#4207)Gravatar Maik Jablonski 2-1/+6
* Use passive listeners in prefetch Without passive=true, Lighthouse complains about not using passive listeners to improve scrolling performance. * Create cold-shoes-drum.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-11[ci] formatGravatar natemoo-re 1-1/+4
2022-08-11fix(#4246): fix Prism indentation and class (#4251)Gravatar Nate Moore 3-8/+9
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-10Do not cancel-in-progress on main (#4253)Gravatar Nate Moore 1-2/+2
* chore(ci): do not cancel-in-progress on main * still cancels? Co-authored-by: Nate Moore <nate@astro.build>
2022-08-10Revert "debug ci"Gravatar Nate Moore 1-4/+244
This reverts commit c0caf7e353e96de32e8de7453bba41072c0ddb36.
2022-08-10debug ciGravatar Nate Moore 1-244/+4
2022-08-10Mdx/plugin unshift (#4248)astro@1.0.2@astrojs/preact@1.0.1@astrojs/mdx@0.8.2@astrojs/cloudflare@1.0.1Gravatar Jakob Helgesson 2-2/+7
* Add builtin rehype plugin to beginning * Add Changeset * Do the same to rehypeRaw for consistency
2022-08-10[ci] formatGravatar matthewp 1-2/+0
2022-08-10[ci] release (#4228)Gravatar Fred K. Bot 43-195/+109
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10Simulate Vite resolve id to url (#4239)Gravatar Bjorn Lu 3-5/+27
* Simulate Vite resolve id to url * Add changeset
2022-08-10[ci] formatGravatar matthewp 2-3/+9
2022-08-10Return 404 status code for 404.astro in SSR (#4247)Gravatar Matthew Phillips 5-8/+30
* Return 404 status code for 404.astro in SSR * Adding a changeset
2022-08-10[MDX] Astro.props.content -> frontmatter (#4237)Gravatar Ben Holmes 2-4/+9
* docs: MDX Astro.props.content -> frontmatter * chore: changeset
2022-08-10Fix changesets destroying our Astro codeblocks in changelogs (#4227)Gravatar Erika 3-73/+97
2022-08-10[ci] formatGravatar matthewp 2-9/+9
2022-08-10Include astro components for HMR invalidation (#4240)Gravatar Matthew Phillips 9-2/+86
* Include astro components for HMR invalidation * Changeset * remove extra vite server passing
2022-08-10[ci] formatGravatar natemoo-re 4-29/+38
2022-08-10[Docs]: Update Cloudflare README (#4232)Gravatar Obinna Ekwuno 2-2/+8
* update cloudflare readme * Create modern-papayas-rhyme.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-10Fix solid recursion bug (#4215)Gravatar Matthew Phillips 17-43/+227
* Fix solid recursion bug * Fix types * Remove debug code * Remove logging from e2e test
2022-08-10Update code samples to match release version (#4241)Gravatar StefanGussner 1-6/+6
As I learned from a support Thread on Discord, the tagName convention was dropped during the beta period. Instead you need to export the class and use it in astro file. I updated the code samples on this page accordingly.
2022-08-10Fix preact compat support for libraries (#4213)Gravatar Bjorn Lu 12-9/+148
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-08-10Remove dev server during build (#4234)Gravatar Bjorn Lu 4-47/+26
2022-08-10Skip mod.d.ts in format:ci (#4235)Gravatar Bjorn Lu 2-4/+6
2022-08-10[ci] update lockfile (#4233)Gravatar Fred K. Bot 1-196/+185
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>