File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
15## 1.0.0-beta.14 (2022-11-03)
26
37* 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+
15## 1.0.0-beta.14 (2022-11-03)
26
37* 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>
1414 </ div >
1515
1616 < p class ="text-muted ">
17- Currently < strong > v1.0.0-beta.14 </ strong >
17+ Currently < strong > v1.0.0-beta.15 </ strong >
1818 < span class ="px-1 "> ·</ span >
1919 < a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
2020 </ p >
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777 </ div >
7878 <!-- /.modal-header -->
7979 < 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 >
8087 < h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
8188 < a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
8289 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>
14881488 </ div >
14891489 <!-- /.modal-header -->
14901490 < 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 >
14911498 < h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
14921499 < a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
14931500 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>
5959 </ div >
6060 < p class ="text-muted ">
6161 Currently
62- < strong > v1.0.0-beta.14 </ strong >
62+ < strong > v1.0.0-beta.15 </ strong >
6363 < span class ="px-1 "> ·</ span >
6464 < a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
6565 </ p >
@@ -93,6 +93,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393 </ div >
9494 <!-- /.modal-header -->
9595 < 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 >
96103 < h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
97104 < a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
98105 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>
259259 </ div >
260260 <!-- /.modal-header -->
261261 < 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 >
262269 < h2 id ="1.0.0-beta.14-(2022-11-03) " tabindex ="-1 ">
263270 < a class ="header-anchor " href ="#1.0.0-beta.14-(2022-11-03) "> #</ a >
264271 1.0.0-beta.14 (2022-11-03)
Original file line number Diff line number Diff line change 11{
22 "name" : " posthtml-component" ,
3- "version" : " 1.0.0-beta.14 " ,
3+ "version" : " 1.0.0-beta.15 " ,
44 "description" : " PostHTML Components Blade-like with slots, attributes as props and custom tag" ,
55 "license" : " MIT" ,
66 "repository" : " thewebartisan7/posthtml-components" ,
You can’t perform that action at this time.
0 commit comments