Skip to content

Releases: ipikuka/next-mdx-remote-client

v2.0.0

11 Jan 19:36
Compare
Choose a tag to compare

The changes made by @talatkuyuk:

  • Added support for react19

Important

If you are using react18, use ver.1 of next-mdx-remote-client, currently v1.0.6

If you are using react19, use ver.2 of next-mdx-remote-client, currently v2.0.0

The both serve the same features and APIs. I am going to maintain both.

v1.0.6

11 Jan 18:31
Compare
Choose a tag to compare

The changes made by @talatkuyuk:

  • fixed minor type issues

v1.0.5

11 Jan 11:52
Compare
Choose a tag to compare

The changes made by @talatkuyuk:

  • fixed type errors about JSX namespace and PluggableList in unified

v1.0.4

11 Jan 08:07
Compare
Choose a tag to compare

The changes made by @talatkuyuk:

  • updated the dependencies, specifically,
    • eslint to 9
    • vitest to 3-beta
    • @mdx-js/mdx to 3.1.0
  • updated the README.md
    • added more examples
    • added demo application links
    • added more explanations about creating table of contents (TOC)
  • added a test for export statements
  • added more examples into migration guide

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 !