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