summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-11-15Add publint checks (#12445)Gravatar Bjorn Lu 1-1/+1
2024-10-31[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-28fix(deps): update all non-major dependencies (#12316)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25fix(@astro/mdx): add components property to RenderResult type definition ↵Gravatar Benjamin MENANT 1-0/+1
(#12245)
2024-10-22fix(deps): update all non-major dependencies (#12266)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15fix(deps): update all non-major dependencies (#12218)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-10[ci] release (#12148)create-astro@4.9.2astro@4.16.0@astrojs/tailwind@5.1.2@astrojs/rss@4.0.8@astrojs/mdx@3.1.8@astrojs/markdown-remark@5.3.0@astrojs/markdoc@0.11.5Gravatar Houston (Bot) 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 2-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-19[ci] release (#12021)astro@4.15.8@astrojs/mdx@3.1.7Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-19Lazily initialize the md and mdx processor (#12026)Gravatar Bjorn Lu 1-12/+4
2024-09-18[ci] formatGravatar Matt Kane 1-1/+1
2024-09-18fix: correctly handle head propagation in content layer deferred rendering ↵Gravatar Matt Kane 8-7/+26
(#12014) * chore: run MDX tests against content layer * Handle head propagation in deferred rendering * Add changeset * Update test
2024-09-13[ci] release (#11940)astro@4.15.5@astrojs/mdx@3.1.6Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-12Handle MDX optimize for root hast node (#11975)Gravatar Bjorn Lu 3-8/+53
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02fix(deps): update all non-major dependencies (#11896)Gravatar renovate[bot] 1-2/+2
2024-08-28[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-28fix(deps): update all non-major dependencies (#11837)Gravatar renovate[bot] 1-4/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28Fix MDX layout style ordering (#11818)Gravatar Bjorn Lu 1-20/+18
2024-08-20[ci] release (#11739)create-astro@4.8.4astro@4.14.3@astrojs/vercel@7.8.0@astrojs/mdx@3.1.4@astrojs/db@0.13.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 2-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16Fix MDX stack trace location with frontmatter (#11717)Gravatar Bjorn Lu 1-2/+3
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-09Simplify eslint and pnpm config (#11646)Gravatar Bjorn Lu 1-0/+1
2024-08-08update formatter config (#11640)Gravatar Darius 21-54/+54
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 1-1/+1
2024-08-02Remove more unused code (#11598)Gravatar Bjorn Lu 1-3/+0
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-18[ci] release (#11481)astro@4.12.0@astrojs/web-vitals@1.0.0@astrojs/svelte@5.7.0@astrojs/mdx@3.1.3@astrojs/markdown-remark@5.2.0@astrojs/markdoc@0.11.3@astrojs/db@0.12.0Gravatar Houston (Bot) 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 2-6/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-03Revert "Fix attribute rendering for boolean values (#11369)" (#11408)Gravatar Matthew Phillips 1-2/+2
* Revert "Fix attribute rendering for boolean values (#11369)" This reverts commit e6de11f4a941e29123da3714e5b8f17d25744f0f. * Add a changeset
2024-07-01fix(deps): update all non-major dependencies (#11383)Gravatar renovate[bot] 2-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01Fix attribute rendering for boolean values (#11369)Gravatar Bjorn Lu 1-2/+2
2024-06-24[ci] release (#11297)astro@4.11.1@astrojs/vercel@7.7.2@astrojs/underscore-redirects@0.3.4@astrojs/rss@4.0.7@astrojs/node@8.3.2@astrojs/mdx@3.1.2@astrojs/markdown-remark@5.1.1@astrojs/markdoc@0.11.1@astrojs/internal-helpers@0.4.1Gravatar Houston (Bot) 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-17[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-17chore: logging cleanup (#11263)Gravatar wackbyte 2-12/+22
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-11fix(deps): update all non-major dependencies (#11222)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-06[ci] release (#11186)astro@4.10.0@astrojs/vue@4.4.0@astrojs/svelte@5.5.0@astrojs/solid-js@4.3.0@astrojs/react@3.5.0@astrojs/preact@3.4.0@astrojs/mdx@3.1.0@astrojs/lit@4.2.0Gravatar Houston (Bot) 2-1/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05feat(container): provide a virtual module to load renderers (#11144)Gravatar Emanuele Stoppa 1-1/+8
* feat(container): provide a virtual module to load renderers * address feedback * chore: restore some default to allow to have PHP prototype working * Thread through renderers and manifest * Pass manifest too * update changeset * add diff * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix diff * rebase and update lock --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-05-30fix(deps): update all non-major dependencies (#11151)Gravatar renovate[bot] 2-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-22[ci] release (#11086)astro@4.8.7@astrojs/web-vitals@0.2.0@astrojs/sitemap@3.1.5@astrojs/mdx@3.0.1@astrojs/db@0.11.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-21fix(renderer): omitting internal symbol from mdx props (#10813)Gravatar Xetera 7-0/+83
2024-05-13fix(deps): update all non-major dependencies (#11015)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-09[ci] release (#10944)astro@4.8.0@astrojs/web-vitals@0.1.1@astrojs/vue@4.2.0@astrojs/vercel@7.6.0@astrojs/solid-js@4.2.0@astrojs/react@3.3.3@astrojs/preact@3.3.0@astrojs/mdx@3.0.0@astrojs/db@0.11.1Gravatar Houston (Bot) 2-1/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-09chore(deps): update all non-major dependencies (#10958)Gravatar renovate[bot] 6-11/+11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-05-08MDX integration v3 (#10935)Gravatar Bjorn Lu 12-254/+647
* fix(mdx): convert remark-images-to-component plugin to a rehype plugin (#10697) * Remove fs read for MDX transform (#10866) * Tag MDX component for faster checks when rendering (#10864) * Use unified plugin only for MDX transform (#10869) * Only traverse children and handle mdxJsxTextElement when optimizing (#10885) * Rename to `optimize.ignoreComponentNames` in MDX (#10884) * Allow remark/rehype plugins added after mdx to work (#10877) * Improve MDX optimize with sibling nodes (#10887) * Improve types in rehype-optimize-static.ts * Rename `ignoreComponentNames` to `ignoreElementNames` I think this better reflects what it's actually doing * Simplify plain MDX nodes in optimize option (#10934) * Format code * Minimize diff changes * Update .changeset/slimy-cobras-end.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>