Skip to content

Releases: ipikuka/next-mdx-remote-client

v1.0.3

20 Apr 21:40
Compare
Choose a tag to compare

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

v1.0.2

07 Apr 19:46
Compare
Choose a tag to compare

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

v1.0.1

22 Mar 10:15
Compare
Choose a tag to compare

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)

v1.0.0

01 Mar 20:08
Compare
Choose a tag to compare

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

v0.0.7

29 Feb 15:20
Compare
Choose a tag to compare

initial release !