File tree 8 files changed +39
-3
lines changed
8 files changed +39
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0-beta.15 (2022-11-04)
2
+
3
+ * Fix aware props must be available only to nested components
4
+
1
5
## 1.0.0-beta.14 (2022-11-03)
2
6
3
7
* Fix node attributes not string
Original file line number Diff line number Diff line change
1
+ ## 1.0.0-beta.15 (2022-11-04)
2
+
3
+ * Fix aware props must be available only to nested components
4
+
1
5
## 1.0.0-beta.14 (2022-11-03)
2
6
3
7
* Fix node attributes not string
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
14
14
</ div >
15
15
16
16
< p class ="text-muted ">
17
- Currently < strong > v1.0.0-beta.14 </ strong >
17
+ Currently < strong > v1.0.0-beta.15 </ strong >
18
18
< span class ="px-1 "> ·</ span >
19
19
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
20
20
</ p >
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
77
77
</ div >
78
78
<!-- /.modal-header -->
79
79
< div class ="modal-body ">
80
+ < h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
81
+ < a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
82
+ 1.0.0-beta.15 (2022-11-04)
83
+ </ h2 >
84
+ < ul >
85
+ < li > Fix aware props must be available only to nested components</ li >
86
+ </ ul >
80
87
< h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
81
88
< a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
82
89
1.0.0-beta.14 (2022-11-03)
Original file line number Diff line number Diff line change @@ -1488,6 +1488,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
1488
1488
</ div >
1489
1489
<!-- /.modal-header -->
1490
1490
< div class ="modal-body ">
1491
+ < h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
1492
+ < a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
1493
+ 1.0.0-beta.15 (2022-11-04)
1494
+ </ h2 >
1495
+ < ul >
1496
+ < li > Fix aware props must be available only to nested components</ li >
1497
+ </ ul >
1491
1498
< h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
1492
1499
< a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
1493
1500
1.0.0-beta.14 (2022-11-03)
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
59
59
</ div >
60
60
< p class ="text-muted ">
61
61
Currently
62
- < strong > v1.0.0-beta.14 </ strong >
62
+ < strong > v1.0.0-beta.15 </ strong >
63
63
< span class ="px-1 "> ·</ span >
64
64
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
65
65
</ p >
@@ -93,6 +93,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
93
93
</ div >
94
94
<!-- /.modal-header -->
95
95
< div class ="modal-body ">
96
+ < h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
97
+ < a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
98
+ 1.0.0-beta.15 (2022-11-04)
99
+ </ h2 >
100
+ < ul >
101
+ < li > Fix aware props must be available only to nested components</ li >
102
+ </ ul >
96
103
< h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
97
104
< a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
98
105
1.0.0-beta.14 (2022-11-03)
Original file line number Diff line number Diff line change @@ -259,6 +259,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
259
259
</ div >
260
260
<!-- /.modal-header -->
261
261
< div class ="modal-body ">
262
+ < h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
263
+ < a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
264
+ 1.0.0-beta.15 (2022-11-04)
265
+ </ h2 >
266
+ < ul >
267
+ < li > Fix aware props must be available only to nested components</ li >
268
+ </ ul >
262
269
< h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
263
270
< a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
264
271
1.0.0-beta.14 (2022-11-03)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-component" ,
3
- "version" : " 1.0.0-beta.14 " ,
3
+ "version" : " 1.0.0-beta.15 " ,
4
4
"description" : " PostHTML Components Blade-like with slots, attributes as props and custom tag" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " thewebartisan7/posthtml-components" ,
You can’t perform that action at this time.
0 commit comments