summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-07[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-07[ci] formatGravatar matthewp 2-6/+3
2022-10-07Move astro/config into src and typecheck (#5013)Gravatar Matthew Phillips 3-43/+62
* Move astro/config into src and typecheck * Adding a changeset
2022-10-07[@astrojs/prefetch]: Prevent prefetching current page (#5009)Gravatar Oskar Baumann 5-31/+49
* Check that removal of url.hash breaks no tests * test if status-quo is as expected * Adapt tests to fail * Adapt the shouldPreload function to skip same path * Add changeset
2022-10-07[ci] formatGravatar matthewp 3-17/+20
2022-10-07[ci] update lockfile (#5011)Gravatar Fred K. Bot 1-72/+72
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-07Improve test infrastructure for integrations/deno (#5005)Gravatar Robin Lindner 8-190/+237
* Improve test infrastructure for integrations/deno * Add changeset * Use declared type * Remove changeset * Upgrade deno version in -workflow
2022-10-06Add license from rimraf code usage (#5006)Gravatar Matthew Phillips 2-5/+21
* Add license from rimraf code usage * Skip flakey solid test :( * Skip all multiframework tests, table flip
2022-10-06[ci] formatGravatar matthewp 2-32/+29
2022-10-06E2E stability (#5002)Gravatar Matthew Phillips 6-53/+101
2022-10-06[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0Gravatar Fred K. Bot 45-185/+177
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-06[ci] formatGravatar tony-sull 1-3/+3
2022-10-06[@astrojs/image]: Fix <Picture /> component with query string (#4997)Gravatar Oskar Baumann 7-3/+70
* remove query params from file extension * Revert changes to make change as small as possible * moving the removeQueryParam check to basename() * chore: adding a changeset * adding SSR test coverage for new picture test cases Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-10-06[ci] formatGravatar natemoo-re 1-1/+2
2022-10-06Add type argument to AstroGlobal to type Props (#5000)Gravatar Erika 1-2/+2
* Add type argument to AstroGlobal to type Props * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-10-06[ci] update lockfile (#4987)Gravatar Fred K. Bot 1-1369/+1350
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-06Docs: add yarn workaround to node integration docs (#4978)Gravatar Dan Jutan 1-1/+21
* Add yarn workaround to troubleshooting section * npm can also cause this error
2022-10-06Add test for suffix hydration (#4982)Gravatar Bjorn Lu 3-0/+25
2022-10-06Update @builder.io/partytown dependency (#4989)Gravatar João Araújo 3-81/+86
2022-10-06[ci] formatGravatar matthewp 1-1/+1
2022-10-06adjusting cloudflare adapter and solid ssr to work together (#4888)Gravatar Daniel 3-8/+12
* adjusting cloudflare adapter (respecting user config) define better solid ssr config * only inline the framework this needs to happen for worker build in order to have the correct build mode for the framework, which needs the nodejs no matter if it is for node or the browser. Co-authored-by: AirBorne04 <daniel@floatingpixels.com>
2022-10-06Document Lit's limitations in SSR (#4999)Gravatar Matthew Phillips 1-0/+27
2022-10-05Remove early return from SSR example (#4993)Gravatar Matthew Phillips 1-2/+0
2022-10-05[ci] formatGravatar matthewp 3-7/+5
2022-10-05Yield out potentional slot instructions when rendering dynamic tags (#4981)Gravatar Matthew Phillips 11-32/+132
* Yield out potentional slot instructions when rendering dynamic tags * Adding a changeset * yield instead of return * Handle the fact that renderComponent returns an iterable * Only yield out html once
2022-10-05Upgrade Astro compiler to 0.26.0 (#4990)Gravatar Matthew Phillips 3-5/+10
* Upgrade Astro compiler * Add changeset
2022-10-05Fix failing e2e test (#4983)Gravatar Bjorn Lu 2-1/+4
2022-10-04Updating sponsors list in README (#4979)Gravatar Tony Sullivan 12-48/+176
* updating all org and project sponsors * fix: copy/paste errors * sponsors should be in one row * using a logo cloud image for now * updating sponsors message to match other repos
2022-10-04[ci] formatGravatar matthewp 4-7/+11
2022-10-04Refactor hydration path handling (#4918)Gravatar Bjorn Lu 14-44/+137
* Refactor hydration path handling * Remove old code * Fix jsx strip * Postprocess fix * Handle jsx to tsx stuff * Skip bigint tests * Fix deno * Try fix windows * Fix windows * Add more comments
2022-10-04fix: import.meta.env.BASE_URL will be '/' in client loaded component on dev ↵Gravatar 董雨航 9-0/+82
mode (#4886)
2022-10-04fix object styles not escaped (#4887)Gravatar Calvin Liang 8-2/+71
* fix object styles not escaped * fix `shouldEscape` not passed down * add tests * fix package name * fix pnpm-lock * add changeset
2022-10-04closes #4633 (#4977)Gravatar Tony Sullivan 3-3/+11
* closes #4633 * chore: add changeset
2022-10-04[ci] update lockfile (#4946)Gravatar Fred K. Bot 1-150/+159
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-04[ci] formatGravatar matthewp 1-4/+4
2022-10-04Update config base type description (#4954)Gravatar Zihan Chen 1-1/+10
2022-10-04Support Astro.slots.render for mdx (#4973)Gravatar Bjorn Lu 8-2/+69
* Support Astro.slots.render for mdx * Remove extra imports
2022-10-03[ci] release (#4968)astro@1.4.4Gravatar Fred K. Bot 28-57/+58
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03Fix regression in rendering strings (#4967)Gravatar Matthew Phillips 2-2/+9
2022-10-03[ci] formatGravatar matthewp 1-1/+2
2022-10-03Adds a better test for benchmarking (#4966)Gravatar Matthew Phillips 2-7/+77
* Rendering: speed up rendering of HTML chunks * Add a changeset * Remove the fix * remove the changeset
2022-10-03Benchmark action: provide the PR number (#4964)Gravatar Matthew Phillips 1-0/+1
* Testing benchmarking * Provide the PR number
2022-10-03Build packages in the benchmark action (#4962)Gravatar Matthew Phillips 1-0/+11
* Just a test * Run the build * Add turbo stuff
2022-10-03Run benchmarks on comment (#4960)Gravatar Matthew Phillips 2-1/+85
* Run benchmarks on !bench command * Re-enable main
2022-10-03[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4Gravatar Fred K. Bot 32-70/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03[ci] formatGravatar matthewp 5-6/+6
2022-10-03Improve rendering perf (#4956)Gravatar Matthew Phillips 8-31/+73
* Improve rendering perf * Adding a changeset * Disable eslint warning
2022-10-03Suppress eslint warnings (#4953)Gravatar Bjorn Lu 3-3/+14
2022-10-03[ci] formatGravatar bluwy 1-1/+1
2022-10-03Refactor ViteConfigWithSSR type (#4952)Gravatar Bjorn Lu 7-20/+20