summaryrefslogtreecommitdiff
path: root/examples/docs/src/components
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-06-30 14:09:09 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-30 13:09:09 -0500
commit032ad1c047a62dd663067cc562537d16f2872aa7 (patch)
treeedc4803ad3b9a9418f064dbaf54e40903f585dbd /examples/docs/src/components
parent91635f05df207d33ee8b50a2afe970b94b24ba7b (diff)
downloadastro-032ad1c047a62dd663067cc562537d16f2872aa7.tar.gz
astro-032ad1c047a62dd663067cc562537d16f2872aa7.tar.zst
astro-032ad1c047a62dd663067cc562537d16f2872aa7.zip
MDX support (#3706)
* feat: first pass at MDX support * fix: move built-in JSX renderer to come first * chore: remove jsx example * chore: update lockfile * chore: cleanup example * fix: missing deps * refactor: move component render logic to `renderPage` * chore: update HMR script * chore: update MDX example * refactor: prefer unshit * refactor: remove TODO comment * fix: remove duplicate identifier * refactor: cleanup mdx entrypoint * fix: better html handling * fix: add tsconfig to mdx package * chore: update lockfile * fix: do not sort plugins unless mdx is enabled * chore: update compiler * fix(hmr): maybe render head for non-Astro pages * fix: set initial pageExtensions * refactor: cleanup addPageExtension * refactor: remove addPageExtensions from types * refactor: expose HookParameters type * fix: only default to astro for MDX * test: pick up jsx support in test fixtures * refactor: simplify mdx entrypoint * test: add basic MDX tests * test(e2e): add mdx + framework tests * chore: update lockfile * test(e2e): fix preact mdx e2e test * fix(mdx): disable .md support * test(e2e): fix vue-component test missing mdx * test(e2e): fix solid component needing import * fix: allow `client:only="solid"` as an alias to `solid-js` * chore: move to with-mdx example * chore: update MDX readme * chore: update example readme * chore: bump astro version * chore: update lockfile * Update mod.d.ts * feat: support `export const components` in MDX pages * chore: update mdx example * fix: update jsx-runtime with better slot support * refactor: remove object style support * chore: cleanup package exports * chore: add todo comment * refactor: improve isPage function, move to utils * refactor: dry up manual HMR updates * chore: add dev tests for MDX * chore: prefer set to array * chore: add changesets * fix(hmr): flip public/private route Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'examples/docs/src/components')
0 files changed, 0 insertions, 0 deletions
ons'>+1 2021-08-25docs: fix header rtl logo view (#1224)Gravatar Fred K. Schott 1-0/+1 2021-08-25Upgrade unified deps and improve unified plugins types (#1200)Gravatar Robin Métral 12-428/+755 2021-08-24Fix CSS in docs example (#1221)Gravatar Marcus Otterström 1-2/+3 2021-08-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 24-31/+28 2021-08-24[ci] yarn formatGravatar matthewp 1-1/+3 2021-08-24Fix linter errors and warnings (#1218)Gravatar Mihkel Eidast 12-26/+33 2021-08-24Fix resolution of Astro.resolve in nested components (#1213)Gravatar Matthew Phillips 5-5/+14 2021-08-24Lazy load the youtube embed to boost homepage loading times (#1205)Gravatar Caleb Jasik 4-4/+138 2021-08-24[ci] yarn formatGravatar FredKSchott 2-7/+7 2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 4-1/+70 2021-08-23remove ignored lint ruleGravatar Fred K. Schott 1-1/+1 2021-08-23update depsGravatar Fred K. Schott 1-317/+275 2021-08-23Version Packages (#1206)astro@0.19.3Gravatar github-actions[bot] 25-45/+38 2021-08-23[ci] yarn formatGravatar FredKSchott 1-4/+5 2021-08-23fix docs on config apiGravatar Fred K. Schott 1-7/+11 2021-08-23[ci] yarn formatGravatar FredKSchott 6-11/+10 2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 32-361/+378 2021-08-23[ci] yarn formatGravatar matthewp 1-2/+1 2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 7-0/+350 2021-08-23Add a `titleClosure` to the `HeadSEO.astro` component (#1140)Gravatar Caleb Jasik 3-6/+69 2021-08-23Version Packages (#1181)astro@0.19.2Gravatar github-actions[bot] 27-46/+31 2021-08-23fix issue with multiple getStaticPaths calls during build (#1194)Gravatar Fred K. Schott 12-70/+116 2021-08-23Add trailingSlash & pageDirectoryUrl config options (#1197)Gravatar Fred K. Schott 17-92/+284 2021-08-23[ci] yarn formatGravatar matthewp 1-1/+0 2021-08-23fix the rtl search bar view (#1177)Gravatar Fred K. Schott 3-16/+14 2021-08-20update universal idGravatar Fred K. Schott 4-13/+10 2021-08-20Update getting-started.md (#1182)Gravatar headapplesgithub 1-1/+1 2021-08-20CodeSandbox-izing via template override (#1167)Gravatar Sarah Rainsberger 2-0/+11