next-mdx-remote-client

A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.

MPL-2.0 License

Downloads
2.3K
Stars
47
Committers
1

Bot releases are hidden (Show)

next-mdx-remote-client - v1.0.3 Latest Release

Published by talatkuyuk 6 months ago

The changes made by @talatkuyuk:

  • updated the dependencies
  • updated the README.md
    • added some security concerns
    • improved the table of feature comparison between next-mdx-remote and next-mdx-remote-client
    • more explanation for the type parameters Frontmatter and Scope should extend Record<string, unknown> and should be defined using type alias instead of interface
    • more explanation for the option disableParentContext
  • added a test file for MDXProvider and disableParentContext usage
next-mdx-remote-client - v1.0.2

Published by talatkuyuk 6 months ago

The changes made by @talatkuyuk

  • updated the dependencies
  • added threshold for test coverage 100%
  • updated the README.md emphasizing the need of type narrowing of the mdxSource on the client side in pages router
  • fixed subpath "/serialize" resolution error in vitest environment
next-mdx-remote-client - v1.0.1

Published by talatkuyuk 7 months ago

The changes made by @talatkuyuk

  • the dependencies are updated
  • the README.md is updated (added feature comparison between next-mdx-remote and next-mdx-remote-client)
next-mdx-remote-client - v1.0.0

Published by talatkuyuk 8 months ago

It is stable release !

The changes made by @talatkuyuk:

  • updated the badge urls in README.md
  • updated npm scripts
  • fixed esm related tests
  • added a github action for PRs related with "test" and "test-coverage"
  • added a dedicated and isolated export subpath for the serialize function
next-mdx-remote-client - v0.0.7

Published by talatkuyuk 8 months ago

initial release !