Skip to content

Releases: souporserious/mdxts

mdxts@0.8.1

27 Feb 09:01
19773f9
Compare
Choose a tag to compare

Patch Changes

  • 57f1e39: Fix QuickInfo font-family and foreground color styles.
  • d34d877: Fix multline jsx only code blocks.
  • a761181: Fix devtools server action from erroring when using static export.
  • c261e18: Allow default MDX components to be overridden at the component level.
  • 3a86f90: Move theme configuration to the end of the source in the webpack loader to avoid overwriting use client directives.
  • 1963ce6: Fix incorrect jsx-only code block token start/end positions.

create-mdxts@0.3.4

27 Feb 09:01
19773f9
Compare
Choose a tag to compare

Patch Changes

  • 7ce1fdf: Fix key warning in generated collection page.

mdxts@0.8.0

26 Feb 09:30
0d40a6d
Compare
Choose a tag to compare

Minor Changes

  • 69e8dc8: Don't remove level one heading from content.

Patch Changes

  • 9379847: Gracefully handle undefined gitSource option.

create-mdxts@0.3.3

26 Feb 09:30
0d40a6d
Compare
Choose a tag to compare

Patch Changes

  • 2bfcb8c: Add better CLI create source template that also renders a collection page to display all source item links.
  • 882ea4f: Cancel version check fetch request if it takes longer than a second.
  • c17cd1e: Display a link to the collection page upon successful create source onboarding in CLI.

mdxts@0.7.0

24 Feb 00:40
61ba050
Compare
Choose a tag to compare

Minor Changes

  • 19d82bd: Move gitSource url codemod to the CLI and add support for other git providers.

Patch Changes

  • ba56adc: Add try/catch around CodeBlock createSourceFile as temporary fix when virtual files cannot be created.
  • 2b1628c: Fixes load order for MDX components to load before the @mdx-js/react package.`

create-mdxts@0.3.2

24 Feb 03:11
86f6232
Compare
Choose a tag to compare

Patch Changes

  • bd8a219: Use cached package version check to reduce chance of network timeouts.

create-mdxts@0.3.1

24 Feb 01:10
c0d47f6
Compare
Choose a tag to compare

Patch Changes

  • 190b10a: Fix bad codemod in generateStaticParams when creating data source through CLI.
  • 82392e2: Fix ESM in CJS error in CLI.
  • fa557c5: Only log warning when git remote origin cannot be found.

create-mdxts@0.3.0

24 Feb 00:40
61ba050
Compare
Choose a tag to compare

Minor Changes

  • 018010d: Add generateStaticParams when creating source through CLI.
  • 00a9c3c: Prompt yes/no before adding git source.
  • d32efc1: Throw error if @next/mdx is configured and ask to remove when onboarding CLI.
  • 19d82bd: Move gitSource url codemod to the CLI and add support for other git providers.

Patch Changes

  • dda11e3: Fix CLI bug with next.config.mjs being created even when js config previously exists.
  • 1e9cdfe: Add file pattern if none provided when onboarding createSource through the CLI.
  • e2812c3: Fix CLI codemod not creating a catch-all route.
  • 61266e6: Use better inferred basename from file pattern when onboarding through CLI.
  • 0f15473: If file pattern starts with a separator add a period for the relative path.
  • fd4d4a1: Add summary of created files when creating source through CLI.

mdxts@0.6.2

21 Feb 20:24
9a6a0ec
Compare
Choose a tag to compare

Patch Changes

  • 71f9cc2: Remove @typescript/ata since it isn't currently being used and causes package version issues with newer TypeScript versions.
  • 9a0ed54: Move prettier and shiki to peer dependencies.

mdxts@0.6.1

21 Feb 19:43
30efccf
Compare
Choose a tag to compare

Patch Changes

  • 577d4b7: Remove public files in mdxts/next for now. These are generated for syntax highlighting and type checking on the client for the unreleased Editor component.