Releases: ipikuka/next-mdx-remote-client
Releases · ipikuka/next-mdx-remote-client
v2.1.9
Consider this version is for react19 users
The changes made by @talatkuyuk:
- Update npm scripts in
package.json - Remove
tsconfig.jsonfile fromfilesinpackage.json - Add
declarationMapto tsconfig - Add
.tsbuildinfoto.npmignore - Update github actions
- Add a missing sponsorship banner
- Add
FUNDING.yamlfor sponsorship - Update eslint config using
defineConfiginstead oftseslint.config - Update
remark-mdx-remove-esm - Update
remark,recma, andeslintrelated devDependencies
v1.1.6
Consider this version is for react18 users
The changes made by @talatkuyuk:
- Update npm scripts in
package.json - Remove
tsconfig.jsonfile fromfilesinpackage.json - Add
declarationMapto tsconfig - Add
.tsbuildinfoto.npmignore - Update github actions
- Add a missing sponsorship banner
- Add
FUNDING.yamlfor sponsorship - Update eslint config using
defineConfiginstead oftseslint.config - Update
remark-mdx-remove-esm - Update
remark,recma, andeslintrelated devDependencies
v2.1.8
Consider this version is for react19 users
The changes made by @talatkuyuk:
- Update minimum node engine as minimum v20.9.0
- Update
reactandreact-dom19.2.4 for development but keep peerDependency as 19.1 and above - Update dependencies and devDependencies
- Remove
next.jsfrom devDependencies - Add
renderToStringFromStreamutility function to test<MDXRemote />as JSX component - Update ts expect error comments for nesting components in tests
- Update ErrorBoundary components in tests
- Update exports conditions in
package.json - Add
inlineSourcesintsconfig.jsonand removesrcdirectory from files inpackage.jsonfor better source map - Make refinements in phrasings, Update demo app links, Update security section, Add sponsorship section, Update plugin list in
README.md
v1.1.5
Consider this version is for react18 users
The changes made by @talatkuyuk:
- Update minimum node engine as minimum v20.9.0
- Update dependencies and devDependencies
- Remove
next.jsfrom devDependencies - Note that test for
<MDXRemote />component as JSX are missing, TBD - Update ErrorBoundary components in tests
- Update exports conditions in
package.json - Add
inlineSourcesintsconfig.jsonand removesrcdirectory from files inpackage.jsonfor better source map - Phrasing refinements, Update demo app links, Update security section, Add sponsorship section in
README.md
v2.1.7
Consider this version is for react19 users
The changes made by @talatkuyuk:
- Update the util
createFormattedMDXErroradding typeSourceLocation - Add a test related with createFormattedMDXError for coverage 100%
- Update react 19.2 but keep react peerDependencies just ^19.1
- Fix @swc/helpers devDependency conflict
- Fix a test result related with a change in React.useId()
v1.1.4
Consider this version is for react18 users
The changes made by @talatkuyuk:
- Update the util
createFormattedMDXErroradding typeSourceLocation - Add a test related with createFormattedMDXError for coverage 100%
- Update devDependencies
- Fix @swc/helpers dependency conflict
v2.1.6
Consider this version is for react19 users
The changes made by @talatkuyuk:
- Fix
formattedError.stackis not mutated since React Flight throws an error if error stack is mutated when the error object is a prop in a react server component - Set
react, andreact-dompeer dependencies greater than version^19.1.1 - Update
@mdx-js/mdx,@mdx-js/reactand other dependencies - Update devDependencies
v1.1.3
Consider this version is for react18 users
The changes made by @talatkuyuk:
- Update
@mdx-js/mdx,@mdx-js/reactand other dependencies - Update devDependencies
v2.1.5
The changes made by @talatkuyuk:
- Fix conditional export for
workerd
v2.1.4
The changes made by @talatkuyuk:
- Add a conditional export for
workerd