Skip to content

Version Packages #556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fast-months-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rats-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-deers-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-chicken-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-roses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-suits-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-files-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cougars-grab.md

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# markdown-to-jsx

## 7.4.4

### Patch Changes

- 8eb8a13: Handle newlines inside of HTML tags themselves (not just nested children.)
- c72dd31: Default `children` to an empty string if no content is passed.
- 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!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down