summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-11-27[ci] release (beta) (#12534)create-astro@4.11.0-beta.1astro@5.0.0-beta.12@astrojs/vue@5.0.0-beta.3@astrojs/upgrade@0.4.0-beta.0@astrojs/telemetry@3.2.0-beta.0@astrojs/svelte@7.0.0-beta.1@astrojs/solid-js@5.0.0-beta.1@astrojs/react@4.0.0-beta.2@astrojs/prism@3.2.0-beta.0@astrojs/preact@4.0.0-beta.1@astrojs/mdx@4.0.0-beta.5@astrojs/markdown-remark@6.0.0-beta.3@astrojs/markdoc@0.12.0-beta.1Gravatar Houston (Bot) 2-1/+12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27Merge branch 'main' into nextGravatar Emanuele Stoppa 2-2/+2
2024-11-27Drop node 21 support (#12539)Gravatar Bjorn Lu 1-1/+1
2024-11-27Update Vite to 6.0.0 (#12524)Gravatar Bjorn Lu 1-1/+1
2024-11-27fix(deps): update all non-major dependencies (#12410)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-11-26[ci] release (beta) (#12503)astro@5.0.0-beta.11@astrojs/react@3.7.0-beta.1@astrojs/mdx@4.0.0-beta.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-26refactor(mdx): add entrypoint as full path file (#12533)Gravatar Emanuele Stoppa 1-1/+1
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-11-21chore: merge fixesGravatar Emanuele Stoppa 1-1/+1
2024-11-15Add publint checks (#12445)Gravatar Bjorn Lu 1-1/+1
2024-11-15feat: experimental responsive images (#12377)Gravatar Matt Kane 2-8/+8
* chore: changeset * feat: add experimental responsive images config option (#12378) * feat: add experimental responsive images config option * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update config types * Move config into `images` * Move jsdocs --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * feat: add responsive image component (#12381) * feat: add experimental responsive images config option * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update config types * Move config into `images` * Move jsdocs * wip: responsive image component * Improve srcset logic * Improve fixture * Lock * Update styling * Fix style prop handling * Update test (there's an extra style for images now) * Safely access the src props * Remove unused export * Handle priority images * Consolidate styles * Update tests * Comment * Refactor srcset * Avoid dupes of original image * Calculate missing dimensions * Bugfixes * Add tests * Fix test * Correct order * Lint * Fix fspath * Update test * Fix test * Conditional component per flag * Fix class concatenation * Remove logger * Rename helper * Add comments * Format * Fix markdoc tests * Add test for style tag --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * feat: add crop support to image services (#12414) * wip: add crop support to image services * Add tests * Strip crop attributes * Don't upscale * Format * Get build working properly * Changes from review * Fix jsdoc * feat: add responsive support to picture component (#12423) * feat: add responsive support to picture component * Add picture tests * Fix test * Implement own define vars * Share logic * Prevent extra astro-* class * Use dataset scoping * Revert unit test * Revert "Fix test" This reverts commit f9ec6e2938ff291037234d56f8eec76a93be0c0d. * Changes from review * docs: add docs for responsive images (#12429) * docs: add responsive images flag docs * docs: adds jsdoc for image components * chore: updates from review * Fix jsdoc * Changes from review * Add breakpoints option * typo --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-11-06Update to Vite 6.0.0-beta.6 (#12323)Gravatar Bjorn Lu 1-1/+1
2024-10-31[ci] release (beta) (#12250)astro@5.0.0-beta.6@astrojs/vue@5.0.0-beta.1@astrojs/mdx@4.0.0-beta.3Gravatar Houston (Bot) 2-1/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31Merge branch 'main' into nextGravatar bluwy 3-2/+9
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-24Unset charset=utf-8 content-type for md/mdx pages (#12231)Gravatar Bjorn Lu 8-11/+158
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-22Merge branch 'main' into nextGravatar Emanuele Stoppa 1-2/+2
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-15Merge branch 'main' into nextGravatar bluwy 1-1/+1
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-10Merge branch 'main' into nextGravatar bluwy 1-24/+7
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-07Merge branch 'main' into nextGravatar Princesseuh 2-2/+2
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-10-04Implement legacy collections using glob (#11976)Gravatar Matt Kane 1-0/+5
* feat: support pattern arrays with glob * wip * feat: emulate legacy content collections * Fixes * Lint * Correctly handle legacy data * Fix tests * Switch flag handling * Fix warnings * Add layout warning * Update fixtures * More tests! * Handle empty md files * Lockfile * Dedupe name * Handle data ID unslug * Fix e2e * Clean build * Clean builds in tests * Test fixes * Fix test * Fix typegen * Fix tests * Fixture updates * Test updates * Update changeset * Test * Remove wait in test * Handle race condition * Lock * chore: changes from review * Handle folders without config * lint * Fix test * Update wording for auto-collections * Delete legacyId * Sort another fixture * Rename flag to `legacy.collections` * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Changes from review * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * lockfile * lock --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-04Bump vite to beta (#11979)Gravatar Bjorn Lu 1-1/+1
2024-10-01[ci] release (beta) (#12072)astro@5.0.0-beta.3@astrojs/studio@0.1.2-beta.0@astrojs/mdx@4.0.0-beta.2@astrojs/markdown-remark@6.0.0-beta.2@astrojs/markdoc@0.11.5-beta.1@astrojs/db@0.14.0-beta.2Gravatar Houston (Bot) 2-1/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01Merge branch 'main' into nextGravatar bluwy 2-7/+7
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-26Parse frontmatter ourselves (#12075)Gravatar Bjorn Lu 4-14/+12
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-24Merge branch 'main' into nextGravatar Princesseuh 2-12/+10
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-19chore: remove outdate config from testGravatar Matt Kane 1-1/+0
2024-09-19Lazily initialize the md and mdx processor (#12026)Gravatar Bjorn Lu 1-12/+4
2024-09-18Merge branch 'main' into nextGravatar Matt Kane 8-7/+26
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-17[ci] release (beta) (#12012)astro@5.0.0-beta.1@astrojs/web-vitals@3.0.0-beta.1@astrojs/underscore-redirects@0.4.0-beta.1@astrojs/mdx@4.0.0-beta.1@astrojs/markdown-remark@6.0.0-beta.1@astrojs/markdoc@0.11.5-beta.0@astrojs/db@0.14.0-beta.1Gravatar Houston (Bot) 2-1/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17fix: attempt to version at beta 1Gravatar Princesseuh 1-1/+1
2024-09-13Merge branch 'main' into nextGravatar Matthew Phillips 4-8/+59
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-11feat(next): reference astro/client from astro/config (#11925)Gravatar Florian Lefebvre 1-1/+1
2024-09-10Merge branch 'main' into nextGravatar Princesseuh 1-2/+2
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-03feat(next): better tsconfig (#11859)Gravatar Florian Lefebvre 1-1/+3
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-09-03[ci] release (alpha) (#11903)astro@5.0.0-alpha.3@astrojs/mdx@4.0.0-alpha.2@astrojs/markdown-remark@6.0.0-alpha.1@astrojs/markdoc@1.0.0-alpha.1Gravatar Houston (Bot) 2-1/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-02Merge branch 'main' into nextGravatar Matt Kane 1-2/+2