summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc (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/+13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27Merge branch 'main' into nextGravatar Emanuele Stoppa 1-1/+1
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-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.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-28fix(deps): update all non-major dependencies (#12316)Gravatar renovate[bot] 1-1/+1
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 3-2/+9
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-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 1-1/+1
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
2024-10-07Merge branch 'main' into nextGravatar Princesseuh 1-1/+1
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-04Implement legacy collections using glob (#11976)Gravatar Matt Kane 14-2/+104
* 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-4/+4
2024-09-26Parse frontmatter ourselves (#12075)Gravatar Bjorn Lu 3-30/+20
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 2-4/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17fix: only bump packages that needs itGravatar Princesseuh 1-1/+1
2024-09-17fix: attempt to version at beta 1Gravatar Princesseuh 1-1/+1
2024-09-11feat(next): reference astro/client from astro/config (#11925)Gravatar Florian Lefebvre 2-2/+2
2024-09-10Merge branch 'main' into nextGravatar Princesseuh 1-1/+1
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-03feat(next): better tsconfig (#11859)Gravatar Florian Lefebvre 2-2/+6
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-02Refactor createShikiHighlighter (#11825)Gravatar Bjorn Lu 1-2/+10
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28Merge branch 'main' into nextGravatar Princesseuh 12-4/+170
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-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27chore: enable `useImportType` rule (#11848)Gravatar Emanuele Stoppa 1-1/+1
2024-08-27fix(markdoc): use astro components defined with `extends` (#11846)Gravatar HiDeoo 9-2/+162
2024-08-19[ci] release (alpha) (#11627)create-astro@4.8.4-alpha.0astro@5.0.0-alpha.0@astrojs/vue@5.0.0-alpha.0@astrojs/vercel@8.0.0-alpha.0@astrojs/tailwind@6.0.0-alpha.0@astrojs/svelte@6.0.0-alpha.0@astrojs/node@9.0.0-alpha.0@astrojs/mdx@4.0.0-alpha.0@astrojs/markdown-remark@6.0.0-alpha.0@astrojs/markdoc@1.0.0-alpha.0Gravatar Houston (Bot) 2-2/+10
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-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-08update formatter config (#11640)Gravatar Darius 13-33/+33
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 1-2/+2
2024-08-02Remove more unused code (#11598)Gravatar Bjorn Lu 1-4/+1
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 2-3/+3
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-17[ci] release (#11442)astro@4.11.6@astrojs/preact@3.5.1@astrojs/markdoc@0.11.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-17[ci] formatGravatar Fugi 2-2/+1
2024-07-17feat(markdoc): Support markdown-it's typographer option (#11450)Gravatar Peter Schilling 7-0/+70
* Support markdoc-it's typographer option in markdoc * Update .changeset/forty-scissors-jog.md [skip ci] * Update .changeset/forty-scissors-jog.md [skip ci] * Fix typo in changeset --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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>