Skip to content

Releases: ipikuka/next-mdx-remote-client

v2.1.9

20 Feb 15:02

Choose a tag to compare

Consider this version is for react19 users

The changes made by @talatkuyuk:

  • Update npm scripts in package.json
  • Remove tsconfig.json file from files in package.json
  • Add declarationMap to tsconfig
  • Add .tsbuildinfo to .npmignore
  • Update github actions
  • Add a missing sponsorship banner
  • Add FUNDING.yaml for sponsorship
  • Update eslint config using defineConfig instead of tseslint.config
  • Update remark-mdx-remove-esm
  • Update remark, recma, and eslint related devDependencies

v1.1.6

20 Feb 14:51

Choose a tag to compare

Consider this version is for react18 users

The changes made by @talatkuyuk:

  • Update npm scripts in package.json
  • Remove tsconfig.json file from files in package.json
  • Add declarationMap to tsconfig
  • Add .tsbuildinfo to .npmignore
  • Update github actions
  • Add a missing sponsorship banner
  • Add FUNDING.yaml for sponsorship
  • Update eslint config using defineConfig instead of tseslint.config
  • Update remark-mdx-remove-esm
  • Update remark, recma, and eslint related devDependencies

v2.1.8

17 Feb 19:01

Choose a tag to compare

Consider this version is for react19 users

The changes made by @talatkuyuk:

  • Update minimum node engine as minimum v20.9.0
  • Update react and react-dom 19.2.4 for development but keep peerDependency as 19.1 and above
  • Update dependencies and devDependencies
  • Remove next.js from devDependencies
  • Add renderToStringFromStream utility 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 inlineSources in tsconfig.json and remove src directory from files in package.json for 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

17 Feb 18:37

Choose a tag to compare

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.js from devDependencies
  • Note that test for <MDXRemote /> component as JSX are missing, TBD
  • Update ErrorBoundary components in tests
  • Update exports conditions in package.json
  • Add inlineSources in tsconfig.json and remove src directory from files in package.json for better source map
  • Phrasing refinements, Update demo app links, Update security section, Add sponsorship section in README.md

v2.1.7

10 Oct 07:43

Choose a tag to compare

Consider this version is for react19 users

The changes made by @talatkuyuk:

  • Update the util createFormattedMDXError adding type SourceLocation
  • 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

10 Oct 07:36

Choose a tag to compare

Consider this version is for react18 users

The changes made by @talatkuyuk:

  • Update the util createFormattedMDXError adding type SourceLocation
  • Add a test related with createFormattedMDXError for coverage 100%
  • Update devDependencies
  • Fix @swc/helpers dependency conflict

v2.1.6

30 Sep 10:19

Choose a tag to compare

Consider this version is for react19 users

The changes made by @talatkuyuk:

  • Fix formattedError.stack is 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, and react-dom peer dependencies greater than version ^19.1.1
  • Update @mdx-js/mdx, @mdx-js/react and other dependencies
  • Update devDependencies

v1.1.3

30 Sep 10:12

Choose a tag to compare

Consider this version is for react18 users

The changes made by @talatkuyuk:

  • Update @mdx-js/mdx, @mdx-js/react and other dependencies
  • Update devDependencies

v2.1.5

14 Sep 12:33

Choose a tag to compare

The changes made by @talatkuyuk:

  • Fix conditional export for workerd

v2.1.4

14 Sep 11:31

Choose a tag to compare

The changes made by @talatkuyuk:

  • Add a conditional export for workerd