Skip to content

Commit

Permalink
Version Packages (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 20, 2024
1 parent 918b44b commit 6564635
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-pumpkins-flash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/shaggy-ants-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-ghosts-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cheetahs-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-cups-relate.md

This file was deleted.

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

## 7.7.0

### Minor Changes

- 20777bf: Add support for GFM alert-style blockquotes.

```md
> [!Note]
> This is a note-flavored alert blockquote. The "Note" text is injected as a `<header>` by
> default and the blockquote can be styled via the injected class `markdown-alert-note`
> for example.
```

### Patch Changes

- 5d7900b: Adjust type signature for `<Markdown>` component to allow for easier composition.
- 918b44b: Use newer `React.JSX.*` namespace instead of `JSX.*` for React 19 compatibility.
- 91a5948: Arbitrary HTML no longer punches out pipes when parsing rows. If you absolutely need a pipe character that isn't a table separator, either escape it or enclose it in backticks to trigger inline code handling.
- 23caecb: Drop encountered `ref` attributes when processing inline HTML, React doesn't handle it well.

## 7.6.2

### 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.6.2",
"version": "7.7.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 6564635

Please sign in to comment.