Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and quantizor committed Feb 17, 2025
1 parent 9cec5ae commit c2443a3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-rice-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-kids-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-bugs-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-suns-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-dodos-collect.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# markdown-to-jsx

## 7.7.4

### Patch Changes

- adc08c7: Further optimize the plain text splitting regex.
- c8bc5f3: Remove redundant detectors when processing paragraphs.
- d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the `trimEnd` API.
- 7be3d77: Optimize regexes and parsing to do less work.
- cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.

## 7.7.3

### Patch Changes
Expand Down
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.7.3",
"version": "7.7.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c2443a3

Please sign in to comment.