summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/add-classes.mjs (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-06Refactor passing compressHTML (#7585)Gravatar Bjorn Lu 9-28/+20
2023-07-06Simpify passing endpoint logging option (#7584)Gravatar Bjorn Lu 5-10/+7
2023-07-06corrected grammar. minor change (#7580)Gravatar sank.eth 2-1/+6
2023-07-05Update benchmark.ymlGravatar Fred K. Schott 1-1/+4
2023-07-06Refactor `SSRResult` and `RenderContext` (#7575)Gravatar Bjorn Lu 19-77/+59
2023-07-05[ci] formatGravatar ematipico 1-1/+1
2023-07-05feat: `astro info` command (#7432)Gravatar Emanuele Stoppa 4-6/+87
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-05[ci] formatGravatar ematipico 7-31/+32
2023-07-05feat: vercel edge middleware support (#7532)Gravatar Emanuele Stoppa 36-50/+758
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-05refactor: use only manifest to compute information (#7571)Gravatar Emanuele Stoppa 2-44/+59
* refactor: use only manifest to compute information * use entry modules * revert entry modules
2023-07-05[ci] release (#7559)astro@2.7.4Gravatar Houston (Bot) 42-75/+77
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-05[ci] formatGravatar bluwy 1-1/+1
2023-07-05Fix MDX README typo (#7567)Gravatar THARAK HEGDE 1-1/+1
2023-07-05Fix style crawling logic for CSS HMR (#7565)Gravatar Bjorn Lu 4-7/+22
2023-07-04Move createBasicEnvironment as test-util (#7560)Gravatar Bjorn Lu 14-79/+71
2023-07-04Handle callGetStaticPaths TODO (#7558)Gravatar Bjorn Lu 3-37/+41
2023-07-04chore: fix incorrect default type (#7562)Gravatar Emanuele Stoppa 1-1/+1
2023-07-04Batch iterator buffering to reduce number of timeout calls (#7544)Gravatar Johannes Spohr 2-4/+26
2023-07-03Fix CI lint command (#7554)Gravatar Bjorn Lu 1-20/+1
2023-07-03Fix incorrect format from organize-imports-cli (#7553)Gravatar Bjorn Lu 1-0/+3
2023-07-03Refactor getParamsAndProps code (#7537)Gravatar Bjorn Lu 7-119/+138
2023-07-03[ci] formatGravatar bluwy 1-2/+0
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 154-459/+318
2023-07-03[ci] release (#7526)create-astro@3.1.9astro@2.7.3@astrojs/vercel@3.6.0@astrojs/image@0.17.2@astrojs/cloudflare@6.6.0Gravatar Houston (Bot) 54-134/+142
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-03Temporary fix for examples check (#7550)Gravatar Bjorn Lu 1-2/+3
2023-07-03[ci] formatGravatar bluwy 3-3/+9
2023-07-03fix: make `Picture` generate valid dev URLs (#7500)Gravatar Wooseop Kim 5-1/+36
2023-07-03[ci] formatGravatar bluwy 2-2/+6
2023-07-03Update style attribute behavior for better object support (#7542)Gravatar Nate Moore 6-11/+32
2023-07-03Make APIRoute generic like APIContext (#7521)Gravatar Ken Powers 2-4/+9
2023-07-01Move code block titles into comments to match docs (#7543)Gravatar Hippo 15-124/+69
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-06-30[ci] formatGravatar natemoo-re 1-2/+4
2023-06-30Fix multiple `create-astro` registry issues (#7539)Gravatar 金成 5-16/+20
* fix: getVersion Error when registry ends with '/' * Update .changeset/old-seahorses-fold.md * Update .changeset/old-seahorses-fold.md * refactor: cleanup registry logic * chore: update changeset * fix(create-astro): update registry logic to rely on `fetch` * chore: update changeset * chore: update lockfile * Update old-seahorses-fold.md --------- Co-authored-by: jincheng32537 <jincheng32537@hundsun.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
2023-06-30fix: don't serialize `undefined` as `null` (#7531)Gravatar wackbyte 6-37/+145
* fix: don't serialize `undefined` as `null` * test: include more types in the pass-js test
2023-06-30Remove unused getParamsAndProps call (#7535)Gravatar Bjorn Lu 1-11/+0
2023-06-30Fix image metadata generation (#7510)Gravatar Paweł Mrowiec 3-4/+15
* Fix problem where image metadata generation throwed error when provided url started with /@astroimage * Remove unnecessary changes
2023-06-30fix(#7471): fallback to npm registry if config command fails (#7527)Gravatar Nate Moore 3-4/+18
2023-06-30Refactor telemetry usage flow (#7522)Gravatar Bjorn Lu 15-49/+18
2023-06-30[ci] formatGravatar ematipico 2-15/+13
2023-06-30feature(astrojs/cloudflare): add support for `splitted` SSR bundles (#7464)Gravatar Alexander Niebuhr 16-46/+338
* initial commit * try to fix windows * output files directly into the correct folder * allow for rest parameters * use fixed hook * improve tests * apply doc's team suggestions for README Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * try to fix prerendering * apply doc's team suggestion for changeset Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * bump to minor * readme update * resolve review comments * optimize memory allocation * resolve review comments * add removed link, to make sure old docs keep same * resolve comment Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-29[ci] formatGravatar matthewp 3-14/+10
2023-06-29Split support in the Vercel Serverless adapter (#7514)Gravatar Matthew Phillips 10-28/+160
* start of vercel split support * Split Mode with the Vercel Adapter * Write routes into the config.json * Add a changeset * Add docs * Better changeset
2023-06-29[ci] formatGravatar bluwy 1-2/+1
2023-06-29Refactor component and renderers loading flow (#7518)Gravatar Bjorn Lu 7-82/+43
2023-06-29[ci] release (#7496)astro@2.7.2@astrojs/markdoc@0.4.0Gravatar Houston (Bot) 49-130/+123
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-28[ci] formatGravatar natemoo-re 1-2/+8
2023-06-28Pass `compressHTML` settings to manifest (#7488)Gravatar Nate Moore 5-1/+17
* fix(#7333): pass compressHTML to manifest * chore: add compressHTML to astro:ssr-manifest test
2023-06-28Use head repository name for docgen in smoke test (#7512)Gravatar Chris Swithinbank 1-1/+1
2023-06-28Run documentation generation as part of docs smoke test (#7495)Gravatar Chris Swithinbank 1-0/+18
2023-06-28[ci] formatGravatar ematipico 1-1/+1