summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/add-classes.mjs (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28[ci] formatGravatar ematipico 5-6/+5
2023-08-28refactor: use new Astro internals (#8254)Gravatar Emanuele Stoppa 10-68/+34
* refactor: use new Astro internals * chore: update tests --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-08-28Vercel adapter default changes (#8239)Gravatar Matthew Phillips 8-8/+39
* Vercel adapter default changes * Update .changeset/silly-dolphins-try.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Fix tests * chore: correctly export `pageModule` when using `functionPerRoute` * Update .changeset/silly-dolphins-try.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update .changeset/silly-dolphins-try.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Make throw be the entrypoint --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-08-28feat(paginate): Return exact types from paginate() (#8229)Gravatar Erika 5-13/+53
* feat(paginate): Return exact types from paginate() * chore: changeset * fix(types): Fix infer utils while I'm here --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-28[ci] formatGravatar matthewp 1-4/+8
2023-08-28Lazily initialize ResponseWithEncoding (#8253)Gravatar Matthew Phillips 5-26/+36
* Lazily initialize ResponseWithEncoding * Fix things * Add a TODO about removing the workaround * Remove unused lint ignore * Use canplaythrough instead * Use an inline script * Check the readystate first * Download the video locally * Capture consoles * More debugging * Use autoplay instead of a ready event
2023-08-28feat(cli): Add docs error link to errors in the CLI (#8251)Gravatar Erika 4-15/+31
2023-08-28fix(deno): add start to options interface and extract to new file (close ↵Gravatar Florian Lefebvre 4-17/+18
#8221) (#8245) * fix(deno): add start to options and extract to new file * Reword changeset --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-08-27docs: Fix typo in react integration README (#8243)Gravatar Mainak Das 1-1/+1
2023-08-26fix: require.resolve call not finding @astrojs/check (#8237)Gravatar Erika 2-1/+6
2023-08-25[ci] formatGravatar natemoo-re 1-8/+11
2023-08-25feat(create-astro): --fancy (#8235)Gravatar Nate Moore 2-2/+5
2023-08-25[ci] release (rc) (#8233)astro@3.0.0-rc.7Gravatar Houston (Bot) 41-65/+72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25Use .js to import logger' (#8232)Gravatar Matthew Phillips 2-1/+6
2023-08-25[ci] formatGravatar ElianCodes 1-1/+1
2023-08-25chore: Write read me for the Markdoc config. (#7989)Gravatar shelton louis 1-0/+30
Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-08-25[ci] release (rc) (#8215)astro@3.0.0-rc.6@astrojs/rss@3.0.0-rc.2@astrojs/react@3.0.0-rc.5Gravatar Houston (Bot) 45-77/+161
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25Publish missing react vnode-children.js file (#8228)Gravatar Bjorn Lu 2-1/+7
2023-08-25Unflag View Transition support (#8218)Gravatar Matthew Phillips 6-47/+23
* Unflag View Transition support * Add a changeset * Update .changeset/grumpy-pens-melt.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-25[ci] formatGravatar ematipico 5-7/+7
2023-08-25refactor: internal refactor to use the `Logger` (#8227)Gravatar Emanuele Stoppa 65-620/+529
2023-08-25Update config error message for `outDir` infinity loop error (#8220)Gravatar André Alves 2-3/+2
Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-08-25[ci] formatGravatar bluwy 1-2/+6
2023-08-25Improve stress test benchmark (#8225)Gravatar Bjorn Lu 2-3/+17
2023-08-25feat(ViewTransitions): use `scrollend` instead of `scroll` where supported ↵Gravatar Jacob Groß 2-12/+15
(#8156) * feat(ViewTransitions): use `scrollend` instead of `scroll` where supported The [scrollend](https://developer.chrome.com/blog/scrollend-a-new-javascript-event/#event-details) mechanism seems like a better way to record the scroll position compared to throttling, so we could use it whenever a browser supports it. Additionally, I've removed the `{passive}` flag from the `scroll` event, as it does nothing ([source](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener?retiredLocale=de#improving_scrolling_performance_with_passive_listeners:~:text=You%20don%27t%20need%20to%20worry%20about%20the%20value%20of%20passive%20for%20the%20basic%20scroll%20event.%20Since%20it%20can%27t%20be%20canceled%2C%20event%20listeners%20can%27t%20block%20page%20rendering%20anyway.)). * Create long-chefs-jump.md * fix typo / update comment
2023-08-25[ci] formatGravatar ematipico 4-7/+7
2023-08-25fix(ssr): correctly call the middleware when rendering error pages (#8200)Gravatar Emanuele Stoppa 13-26/+81
2023-08-24[ci] formatGravatar matthewp 1-1/+4
2023-08-24Finalize View Transition event names (#8181)Gravatar Matthew Phillips 5-10/+15
* Finalize View Transition event names * Use hyphenated names
2023-08-24[ci] formatGravatar natemoo-re 3-24/+44
2023-08-24Update built-in view transitions (#8207)Gravatar Nate Moore 8-82/+93
* feat: rename morph => initial * feat: update slide, fade animations, add none * chore: add changeset * fix: bump compiler * feat: disable root transition by default * chore: update changeset * chore: fix build * feat(transitions): crossfade => fade * feat(transitions): remove opinionated default * chore: update changeset * feat(transitions): set root to fade * feat: remove opinionated root style * chore: remove unused easings * feat: refactor transition logic, ensure defaults are wrapped in @layer * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update five-geese-crash.md --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-24View Transitions: adding data-astro-reload to anchor element forces browser ↵Gravatar Martin Trapp 4-0/+32
default behavior for navigation (#8217)
2023-08-24[ci] formatGravatar matthewp 28-64/+68
2023-08-24Revert "Revert "View Transition: swap attributes of document's root element ↵Gravatar Matthew Phillips 5-0/+69
(#8206)"" This reverts commit e942855329bfcd3e2f52bd609af9acbe9be5929d.
2023-08-24Revert "View Transition: swap attributes of document's root element (#8206)"Gravatar Matthew Phillips 5-69/+0
This reverts commit 52606a3909f9de5ced9b9ba3ba25832f73a8689e.
2023-08-24[ci] release (#8205)astro@2.10.14@astrojs/cloudflare@6.8.1Gravatar Houston (Bot) 43-76/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24chore: update `@astrojs/language-server` (#8213)Gravatar Emanuele Stoppa 1-4/+4
2023-08-24fix: add back code to update user's env.d.ts with proper types (#8214)Gravatar Erika 2-0/+15
2023-08-24View Transition: swap attributes of document's root element (#8206)Gravatar Martin Trapp 6-0/+74
* swap attributes of the root element * + changeset
2023-08-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 69-2230/+2558
2023-08-23refactor: replace header with div (#8204)Gravatar Arjun 1-2/+2
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-23[ci] formatGravatar ematipico 1-5/+5
2023-08-23docs: better documentation for `runtime` (#8190)Gravatar Emanuele Stoppa 5-5/+60
2023-08-23[ci] release (#8172)astro@2.10.13@astrojs/node@5.3.6Gravatar Houston (Bot) 49-112/+99
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-23Update rss package to return a response (#8198)Gravatar Bjorn Lu 4-30/+113
2023-08-23[ci] formatGravatar bluwy 1-2/+2
2023-08-23Fix Astro components parent-child render order (#8187)Gravatar Bjorn Lu 11-27/+123
2023-08-23Update non-major dependencies (#8199)Gravatar Bjorn Lu 106-2229/+1903
2023-08-23Add h3 for Installing dependencies manually (#8155)Gravatar Jothish JJ 3-0/+6
2023-08-23Prevent bundling sharp (#8196)Gravatar Bjorn Lu 2-12/+18