Releases: ipikuka/next-mdx-remote-client
Releases · ipikuka/next-mdx-remote-client
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 !