diff --git a/.changeset/fast-months-play.md b/.changeset/fast-months-play.md deleted file mode 100644 index 037044d2..00000000 --- a/.changeset/fast-months-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -Handle newlines inside of HTML tags themselves (not just nested children.) diff --git a/.changeset/fuzzy-deers-argue.md b/.changeset/fuzzy-deers-argue.md deleted file mode 100644 index 4b69c186..00000000 --- a/.changeset/fuzzy-deers-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -Fix handling of deeply-nested HTML in some scenarios. diff --git a/.changeset/kind-chicken-invite.md b/.changeset/kind-chicken-invite.md deleted file mode 100644 index d046b3e3..00000000 --- a/.changeset/kind-chicken-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Handle extra brackets in links, thanks @zegl! diff --git a/.changeset/slimy-roses-battle.md b/.changeset/slimy-roses-battle.md deleted file mode 100644 index 996baeeb..00000000 --- a/.changeset/slimy-roses-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Allow a newline to appear within inline formatting like bold, emphasis, etc, thanks @austingreco! diff --git a/.changeset/slimy-suits-brake.md b/.changeset/slimy-suits-brake.md deleted file mode 100644 index 6c7c4bac..00000000 --- a/.changeset/slimy-suits-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Starting using changesets diff --git a/.changeset/two-files-relate.md b/.changeset/two-files-relate.md deleted file mode 100644 index 4871f8c7..00000000 --- a/.changeset/two-files-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -Fix HTML block regex for custom component scenarios where a nested component shares the same prefix as the parent, e.g. Accordion vs AccordionItem. diff --git a/.changeset/young-cougars-grab.md b/.changeset/young-cougars-grab.md deleted file mode 100644 index de93bc2b..00000000 --- a/.changeset/young-cougars-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Fix support for multi-line footnotes, thanks @zegl! 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 new file mode 100644 index 00000000..e73d52ee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# markdown-to-jsx + +## 7.4.4 + +### Patch Changes + +- 8eb8a13: Handle newlines inside of HTML tags themselves (not just nested children.) +- 4f752c8: Fix handling of deeply-nested HTML in some scenarios. +- 1486aa4: Handle extra brackets in links, thanks @zegl! +- 1486aa4: Allow a newline to appear within inline formatting like bold, emphasis, etc, thanks @austingreco! +- 1486aa4: Starting using changesets +- fd35402: Fix HTML block regex for custom component scenarios where a nested component shares the same prefix as the parent, e.g. Accordion vs AccordionItem. +- 1486aa4: Fix support for multi-line footnotes, thanks @zegl! diff --git a/package.json b/package.json index 956e91b0..46cd471a 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.3", + "version": "7.4.4", "engines": { "node": ">= 10" },