summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16[ci] formatGravatar matthewp 6-1630/+2063
2022-11-16Allow Code component to run in Vercel (#5409)Gravatar Matthew Phillips 7-7/+1744
* Allow Code component to run in Vercel * Adding a changeset * Pass theme through to `codeToHtml` * Use script to generate languages * another bundling approach * fix lint warnings
2022-11-16[ci] formatGravatar matthewp 1-1/+1
2022-11-16Restart dev server on package.json changes (#5412)Gravatar Matthew Phillips 6-13/+69
* Restart dev server on package.json changes * Adding a changeset * update vitefu * lockfile updated
2022-11-15[ci] update lockfile (#5407)Gravatar Fred K. Bot 1-152/+153
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-15[ci] formatGravatar matthewp 1-1/+1
2022-11-15Fix: https://github.com/withastro/astro/issues/5400 (#5410)Gravatar impcyber 2-1/+7
* Fix: Astro generates empty .-index.bundle.js https://github.com/withastro/astro/issues/5400 * Create loud-penguins-tickle.md
2022-11-15[ci] formatGravatar matthewp 3-28/+31
2022-11-15Use Vite to load non JS astro configs (#5377)Gravatar Matthew Phillips 12-66/+242
* Use Vite to load non JS astro configs * Adding a changeset * Allow config to not exist * Use a file url * Use proload as a fallback * add missing peerdep * fix lint mistakes * Refactor the vite-load * First check if the file exists * Pass through fs * Update packages/astro/src/core/config/vite-load.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Also load astro.config.cjs * Do search before trying to load Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-11-15[ci] formatGravatar bluwy 1-1/+1
2022-11-15fix(create-astro): fix error when don't have template input (#5404)Gravatar 李瑞丰 2-1/+6
2022-11-15fix(template): delete extra css. (#5403)Gravatar 李瑞丰 1-1/+0
2022-11-15[deno] fix package name (#5402)Gravatar 迷渡 1-1/+1
2022-11-14docs: fix compiler project url (#5401)Gravatar 李瑞丰 1-1/+1
2022-11-14[ci] formatGravatar matthewp 1-7/+7
2022-11-14Fix usage of the Image component with the Vercel adapter (#5361)Gravatar Matthew Phillips 7-6/+49
* Revert "Revert "Allow image-pool to be used as its own Worker (#5317)" (#5360)" This reverts commit 20e60c6e0857f7b6938494df6027e8c1ad74cdc1. * Remove special image-pool.js moving around * Merge in assetIncludes * changeset * Copy to chunk folder in SSR too * Update tidy-shoes-yawn.md
2022-11-14[ci] release (#5365)astro@1.6.8@astrojs/solid-js@1.2.3Gravatar Fred K. Bot 40-97/+85
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-14Upgrade compiler (#5369)Gravatar Nate Moore 3-6/+14
* chore: upgrade compiler * chore: upgrade compiler * chore: add changeset * chore: upgrade compiler * chore: generate lockfile * Update tricky-dodos-cheer.md * chore: upgrade compiler Co-authored-by: Nate Moore <nate@astro.build>
2022-11-14[ci] update lockfile (#5385)Gravatar Fred K. Bot 1-100/+101
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-14Preserve reactivity in Solid example component (#5386)Gravatar Josh Wilson 1-2/+2
2022-11-13Fix typo in image integration documentatation (#5388)Gravatar Donald 1-1/+1
2022-11-12[ci] update lockfile (#5382)Gravatar Fred K. Bot 2-20/+21
* [ci] update lockfile * fix lint Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-11-11Fix `getStaticPaths` regressions with nested arrays (#5375)Gravatar Erika 4-1/+23
* Fix getStaticPaths regression * Add changeset * Add test
2022-11-11[ci] formatGravatar matthewp 7-27/+33
2022-11-11Use base rather than site to create subpath for links/scripts (#5371)Gravatar Matthew Phillips 14-62/+206
* Use base rather than site to create subpath for links/scripts * Adding a changeset * Warn when the site has a pathname but not using base * fix asset test * fix asset inlining behavior
2022-11-11chore(ci): add timeout to all ci jobs (#5374)Gravatar Nate Moore 1-13/+16
Co-authored-by: Nate Moore <nate@astro.build>
2022-11-11[ci] formatGravatar matthewp 5-98/+129
2022-11-11Properly support trailingSlash: never with a base (#5358)Gravatar Matthew Phillips 10-16/+179
* Properly support trailingSlash: never with a base * adding a changeset * Pass through the base * only mess with pathname when trailingSlash === 'never' * maybe fixes stuff * Update based on review notes
2022-11-11[ci] formatGravatar matthewp 1-2/+2
2022-11-11Fix .html.astro file routing in dev (#5346)Gravatar Bjorn Lu 6-9/+63
* Fix .html.astro file routing in dev * Fix error * Add comment
2022-11-11[ci] update lockfile (#5367)Gravatar Fred K. Bot 1-357/+357
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-11Fix a typo in the @astrojs/node documentation (#5364)Gravatar Danny Guo 1-1/+1
2022-11-11Respect Vite user config for third-party packages (#5345)Gravatar Bjorn Lu 7-16/+25
2022-11-10[ci] release (#5359)astro@1.6.7@astrojs/image@0.11.4Gravatar Fred K. Bot 37-74/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10Revert "Allow image-pool to be used as its own Worker (#5317)" (#5360)Gravatar Matthew Phillips 5-39/+8
* Revert "Allow image-pool to be used as its own Worker (#5317)" This reverts commit d701ae074a4a5c7a5891e31ca50d7c51f56b353c. * Adding a changeset * Remove diff * Remove unused code
2022-11-10Consistent MD frontmatter typing (#5294)Gravatar Michael Rienstra 2-4/+11
* consistent MD frontmatter typing * changeset
2022-11-10[ci] formatGravatar matthewp 3-25/+27
2022-11-10Updated CSS naming algorithm (#5353)Gravatar Matthew Phillips 4-45/+165
* Updated CSS naming algorithm * Adding a changeset * Fix windows
2022-11-10[ci] release (#5329)astro@1.6.6@astrojs/mdx@0.11.6@astrojs/image@0.11.3Gravatar Fred K. Bot 44-108/+96
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10[ci] update lockfile (#5348)Gravatar Fred K. Bot 1-147/+146
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-10Fix `astro.config.mjs` in minimal example (#5350)Gravatar Chris Swithinbank 1-4/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 25-1/+26
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-10[ci] formatGravatar matthewp 1-1/+1
2022-11-09Fixes failing mdx test (#5344)Gravatar Matthew Phillips 1-2/+6
2022-11-10[ci] formatGravatar matthewp 1-2/+6
2022-11-09Change 404 to 301 for omitting base for items in public (#5342)Gravatar Matthew Phillips 2-6/+11
2022-11-09[ci] update lockfile (#5336)Gravatar Fred K. Bot 1-95/+95
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-11-09[ci] formatGravatar matthewp 3-8/+12
2022-11-09Prevent mdx server hangs on JSX checking (#5330)Gravatar Matthew Phillips 5-19/+91
* Prevent mdx server hangs on JSX checking * Adding a changeset * Try a different approach to skips
2022-11-09Upgrade compiler (#5339)Gravatar Nate Moore 4-9/+15
* chore: upgrade @astrojs/compiler * fix: update test to match new compiler behavior * test: verify that all styles are bundled Co-authored-by: Nate Moore <nate@astro.build>