@podlite/to-jsx 0.0.53 → 0.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.podlite +8 -0
- package/package.json +4 -4
package/CHANGELOG.podlite
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
=head1 Upcoming
|
|
4
4
|
|
|
5
|
+
=head1 0.0.55
|
|
6
|
+
|
|
7
|
+
=item remove render-through-C<:fallback> for unknown Mixed-case blocks
|
|
8
|
+
|
|
9
|
+
=head1 0.0.54
|
|
10
|
+
|
|
11
|
+
=item render unknown Mixed-case blocks through their C<:fallback> target type
|
|
12
|
+
|
|
5
13
|
=head1 0.0.53
|
|
6
14
|
|
|
7
15
|
=item C<=boundary> renders as a void C<<hr/>> without children. Previously the renderer passed an empty children array, which React 18+ rejects on void-element tags and crashes the preview pane
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/to-jsx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
4
4
|
"description": "Render Podlite markup as React JSX components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"sideEffects": [
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"test": "yarn g:jest --passWithNoTests"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@podlite/diagram": "^0.0.
|
|
29
|
-
"@podlite/schema": "0.0.
|
|
28
|
+
"@podlite/diagram": "^0.0.55",
|
|
29
|
+
"@podlite/schema": "0.0.51",
|
|
30
30
|
"entities": "^4.5.0",
|
|
31
|
-
"podlite": "0.0.
|
|
31
|
+
"podlite": "0.0.64",
|
|
32
32
|
"react-is": "^18.0.0",
|
|
33
33
|
"shiki": "^3.21.0"
|
|
34
34
|
},
|