summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11[ci] release (#10739)create-astro@4.8.0astro@4.6.0@astrojs/vue@4.1.0@astrojs/upgrade@0.3.0@astrojs/telemetry@3.1.0@astrojs/svelte@5.4.0@astrojs/solid-js@4.1.0@astrojs/react@3.3.0@astrojs/prism@3.1.0@astrojs/preact@3.2.0@astrojs/mdx@2.3.0@astrojs/markdown-remark@5.1.0@astrojs/markdoc@0.10.0Gravatar Houston (Bot) 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-11fix: rewrite Node.js changeset (#10753)Gravatar Erika 1-1/+2
* fix: rewrite Node.js changeset * Update .changeset/empty-rules-type.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-11fix(cli): call path.replace only if it is a function (#10745)Gravatar Arsh 2-1/+6
* fix(cli): call `path.replace` only if it is a function * add changeset
2024-04-11Update utils.ts: Optimize and simplify code (#10749)Gravatar aswind7 1-5/+1
Update utils.ts: Optimize and simplify code
2024-04-11Update a11y-no-noninteractive-tabindex rule for dev tool bar (#10750)Gravatar Oliver Speir 2-1/+10
* fix: a11y-no-noninteractive-tabindex * add changeset
2024-04-11[ci] formatGravatar Arsh 2-8/+8
2024-04-11fix(rendering): remove render instructions from slot expressions (#10747)Gravatar Arsh 7-4/+45
2024-04-10[ci] formatGravatar Sarah Rainsberger 1-1/+1
2024-04-10fix some i18n config docs (#10746)Gravatar Sarah Rainsberger 1-14/+40
* fix some i18n config docs * Move manual option to last position --------- Co-authored-by: = <otterlord.dev@gmail.com>
2024-04-10[ci] formatGravatar 604qgc 1-2/+2
2024-04-10Adds dataLanguage property to the replacement <pre> element. (#10538)Gravatar 604qgc 3-2/+47
* Update highlight.ts * Create cold-snakes-train.md * Update Code.astro Solution for use-case described in withastro/roadmap#276 (https://github.com/withastro/roadmap/discussions/276) * roll-back initial fix * new fix * update changeset * Update packages/markdown/remark/src/rehype-prism.ts * Update .changeset/cold-snakes-train.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cold-snakes-train.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cold-snakes-train.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cold-snakes-train.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-10feat(toolbar): allow the user to change the placement (#10591)Gravatar Ming-jun Lu 13-13/+313
* feat(toolbar): add `placement` to settings * feat(toolbar): update `settings.placement` with `<select>` * feat(toolbar): adjust position based on `settings.placement` * test(toolbar): add a test case for `settings.placement` * refactor(toolbar): extract select element from settings app * feat(toolbar): allow select element to have colors * test(toolbar): fix failed test case * refactor(toolbar): add `placement` property to window element * refactor(toolbar): notify apps when placement changes * test(toolbar): fix failed test case * refactor(toolbar): extract `synchronizePlacementOnUpdate` function * chore: add changeset * chore: update changeset Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-10[ci] formatGravatar Emanuele Stoppa 7-20/+20
2024-04-10feat(i18n): manual routing (#10193)Gravatar Emanuele Stoppa 45-258/+1176
* feat(i18n): manual routing * one more function * different typing * tests * fix merge * throw error for missing middleware * rename function * fix conflicts * lock file update * fix options, error thrown and added tests * rebase * add tests * docs * lock file black magic * increase timeout? * fix regression * merge conflict * add changeset * chore: apply suggestions * apply suggestion * Update .changeset/little-hornets-give.md Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> * chore: address feedback * fix regression of last commit * update name * add comments * fix regression * remove unused code * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: update reference * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: improve types * fix regression in tests * apply Sarah's suggestion --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-10Accept common cookie attributes when deleting a cookie (#10671)Gravatar Farzad 3-22/+57
* Accept common cookie attributes when deleting a cookie * Fix AstroCookieSetOptions IDE annotations * Use AstroCookieSetOptions to construct AstroCookieDeleteOptions * Update .changeset/shaggy-cats-film.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-10[ci] formatGravatar Emanuele Stoppa 2-4/+4
2024-04-10feat: upgrade the minimum Node.js maintainance LTS version (#10689)Gravatar Emanuele Stoppa 14-14/+32
* feat: upgrade the minimum Node.js maintainance LTS version * chore: update minimum npm version * chore: revert npm change * chore: address Erika's feedback * chore: apply further suggestions * Update .changeset/empty-rules-type.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-10feat: add origin check for CSRF protection (#10678)Gravatar Emanuele Stoppa 14-0/+400
* feat: add origin check for CSRF protection * add tests * chore: documentation * changeset and grammar * chore: add casing check * split function * better naming * make the whole object experimental * remove unused type * update changeset * manually apply Sarah's suggestions * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-04-10[ci] formatGravatar liruifengv 1-1/+2
2024-04-10fix: Fixed errorOverlay theme toggle bug. (#10661)Gravatar liruifengv 2-1/+7
* fix: save `localStorage.astroErrorOverlayTheme` when detected dark mode * add changeset * Fix theme toggle in ErrorOverlay * update changeset
2024-04-09[ci] release (#10729)astro@4.5.18@astrojs/db@0.10.3Gravatar Houston (Bot) 36-83/+79
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-10[ci] formatGravatar Arsh 1-9/+9
2024-04-10fix(dev): break implicit rerouting loop (#10737)Gravatar Arsh 4-50/+54
* fix(dev): infinite implicit rerouting * test adapter * changeset
2024-04-09ci: add ref when checking out the repository (#10733)Gravatar Emanuele Stoppa 1-0/+1
2024-04-09Fix db seeding when srcDir is root (#10720)Gravatar Matthew Phillips 9-1/+109
2024-04-09fix: regression for astro attributes escaping (#10728)Gravatar Emanuele Stoppa 4-5/+18
2024-04-09fix(devtool): do not trigger interaction check for `div` and `span` (#10719)Gravatar Emanuele Stoppa 3-0/+20
* fix(devtool): do not trigger interaction check for `div` and `span` * add test * add tests * Rephrase changeset * remove log * add reference link * Update .changeset/swift-coats-teach.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-09fix: use just pnpm to run the build and tests in citgm (#10727)Gravatar Erika 1-2/+2
2024-04-09[ci] release (#10680)astro@4.5.17@astrojs/vue@4.0.11@astrojs/react@3.2.0@astrojs/db@0.10.2Gravatar Houston (Bot) 46-116/+134
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-09Increase log severity when a page's `getStaticPaths` fails (#10707)Gravatar horo 2-1/+6
2024-04-08[ci] update lockfile (#10718)Gravatar Houston (Bot) 1-424/+401
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
2024-04-08[ci] formatGravatar Matthew Phillips 2-12/+13
2024-04-08Provide better messaging when renaming a table (#10600)Gravatar Matthew Phillips 4-6/+28
* Provide better messaging when renaming a table * Update based on review
2024-04-08Fix script inline with directRenderScript (#10686)Gravatar Bjorn Lu 7-3/+43
2024-04-08Fix vue-jsx change (#10716)Gravatar Bjorn Lu 1-0/+11
2024-04-08Refactor MDX transformJSX handling (#10688)Gravatar Bjorn Lu 10-216/+198
2024-04-08Remove unused config in Vue JSX integration (#10687)Gravatar Bjorn Lu 4-22/+5
2024-04-08Skip prerender chunk in static output (#10695)Gravatar Bjorn Lu 2-1/+10
2024-04-06fix test:citgm --force flag not passed correctly (#10706)Gravatar Raz Luvaton 1-1/+1
2024-04-05Improve dev toolbar notification contrast on hover (#10657)Gravatar Nate Moore 3-4/+15
* fix(#10399, PLT-1786): improve notification contrast on hover * chore: add changeset
2024-04-05chore: fix build:ci:no-cache test:citgm (#10698)Gravatar Raz Luvaton 1-2/+2
2024-04-05chore: add `test:citgm` command that would run tests without caching and ↵Gravatar Raz Luvaton 1-0/+2
`build:ci:no-cache` to skip caching for build as well (#10696) * chore: add test:citgm command that would run tests without caching * adding build ci with no cache
2024-04-05test(@astrojs/node) wait for server listening in trailing-slash tests (#10694)Gravatar Raz Luvaton 2-1/+8
* test(@astrojs/node) wait for server listening in trailing-slash tests * fix missing waitServerListen * fix import statement --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-04-05Add disableremoteplayback attribute to VideoHTMLAttributes interface (#10693)Gravatar apetta 2-0/+7
* Add disableremoteplayback attribute to VideoHTMLAttributes interface * Move disableremoteplayback from VideoHTMLAttributes to MediaHTMLAttributes * Create olive-camels-greet.md * Update packages/astro/astro-jsx.d.ts --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-04-05test(@astrojs/node) listen for server setup errors in test-utils (#10692)Gravatar Raz Luvaton 1-3/+10
2024-04-05ci: update check-merge.yml action (#10690)Gravatar Emanuele Stoppa 1-2/+4
2024-04-04[ci] formatGravatar Matthew Phillips 1-2/+2
2024-04-04Prevent errors in finding workspaceId from interrupting link prompts (#10681)Gravatar Matthew Phillips 2-9/+21
2024-04-04[ci] formatGravatar fightingcat 1-1/+4
2024-04-04Expose Babel config for @astro/react. (#10675)Gravatar fightingcat 2-3/+10