-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abeb55f
commit 121f002
Showing
11 changed files
with
15 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters