Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 18:05
· 373 commits to main since this release
726acba

Minor Changes

  • abe2d84: Add deprecated tag to createSource in favor of createCollection.
  • 71384b3: Generates import map in .mdxts directory when initially running Next.js plugin.
  • 9dca168: Remove CodeBlock syntax formatting until a better solution can be implemented that doesn't throw console warnings.

Patch Changes

  • c545243: Updates shiki from deprecated getHighlighter to createHighlighter.
  • b76908a: Fixes missing directory error when removing directory and regenerating the import map.
  • 5628c89: Retry connecting to the WebSocket server from the client if it gets disconnected.
  • ac4006a: Keeps project files for code blocks in sync with changes to the file system.
  • d0a285f: Throw more helpful error if both the cli and Next.js plugin are being used together.