diff --git a/.changeset/few-kiwis-retire.md b/.changeset/few-kiwis-retire.md deleted file mode 100644 index 8063b481..00000000 --- a/.changeset/few-kiwis-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Fix parsing isolation of individual table cells. diff --git a/.changeset/quiet-boxes-flow.md b/.changeset/quiet-boxes-flow.md deleted file mode 100644 index 965975cd..00000000 --- a/.changeset/quiet-boxes-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @devbrains-com for the basis for this fix 🤝 diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip new file mode 100644 index 00000000..1937416d Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c92d400..f5bfbe6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-to-jsx +## 7.4.7 + +### Patch Changes + +- 7603248: Fix parsing isolation of individual table cells. +- f9328cc: Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @devbrains-com for the basis for this fix 🤝 + ## 7.4.6 ### Patch Changes diff --git a/package.json b/package.json index 29283ee8..f348d9f3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.", "homepage": "https://markdown-to-jsx.quantizor.dev", "license": "MIT", - "version": "7.4.6", + "version": "7.4.7", "publishConfig": { "access": "public" },