Skip to content

Commit c39fdc1

Browse files
Version Packages (#846)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 130cc33 commit c39fdc1

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
lines changed

.changeset/fix-empty-tbody-header-only-table.md

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

.changeset/fix-react19-rsc-dev-warning.md

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

lib/CHANGELOG.md

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

3+
## 9.7.11
4+
5+
### Patch Changes
6+
7+
- 5eecb05: Skip rendering empty tbody when a table has only a header row and no data rows.
8+
9+
仅有表头行而无数据行的表格不再渲染空的 tbody。
10+
11+
केवल हेडर पंक्ति और कोई डेटा पंक्ति न होने पर खाली tbody रेंडर नहीं किया जाता।
12+
13+
- 130cc33: Suppress React 19 RSC development warning about missing internal properties on manually-created elements.
14+
15+
修复 React 19 RSC 开发模式下手动创建的元素缺少内部属性时产生的警告。
16+
17+
React 19 RSC के विकास मोड में मैन्युअल रूप से बनाए गए तत्वों पर आंतरिक गुणों की अनुपस्थिति संबंधी चेतावनी को ठीक किया।
18+
319
## 9.7.10
420

521
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A very fast and versatile markdown toolchain. AST, React, React Native, SolidJS, Vue, Markdown, and HTML output available with full customization.",
44
"homepage": "https://markdown-to-jsx.quantizor.dev",
55
"license": "MIT",
6-
"version": "9.7.10",
6+
"version": "9.7.11",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)