Releases: ipikuka/next-mdx-remote-client
Releases · ipikuka/next-mdx-remote-client
v2.0.0
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
The changes made by @talatkuyuk:
- fixed minor type issues
v1.0.5
The changes made by @talatkuyuk:
- fixed type errors about JSX namespace and PluggableList in unified
v1.0.4
The changes made by @talatkuyuk:
- updated the dependencies, specifically,
eslint
to 9vitest
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
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
andnext-mdx-remote-client
- more explanation for the type parameters
Frontmatter
andScope
should extendRecord<string, unknown>
and should be defined usingtype
alias instead ofinterface
- more explanation for the option
disableParentContext
- added a test file for
MDXProvider
anddisableParentContext
usage
v1.0.2
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
The changes made by @talatkuyuk
- the dependencies are updated
- the
README.md
is updated (added feature comparison betweennext-mdx-remote
andnext-mdx-remote-client
)
v1.0.0
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
initial release !