Skip to content

Commit c2443a3

Browse files
github-actions[bot]quantizor
authored andcommitted
Version Packages
1 parent 9cec5ae commit c2443a3

7 files changed

+11
-26
lines changed

.changeset/great-rice-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-kids-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-bugs-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nervous-suns-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-dodos-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# markdown-to-jsx
22

3+
## 7.7.4
4+
5+
### Patch Changes
6+
7+
- adc08c7: Further optimize the plain text splitting regex.
8+
- c8bc5f3: Remove redundant detectors when processing paragraphs.
9+
- d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the `trimEnd` API.
10+
- 7be3d77: Optimize regexes and parsing to do less work.
11+
- cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.
12+
313
## 7.7.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
44
"homepage": "https://markdown-to-jsx.quantizor.dev",
55
"license": "MIT",
6-
"version": "7.7.3",
6+
"version": "7.7.4",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)