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-RC.2 (2023-03-10)
2+
3+ Second Release Candidate
4+
5+ * Fix issue with custom valid attributes
6+ * Added test for override options of valid attributes
7+
18## 1.0.0-RC.1 (2023-03-08)
29
310First Release Candidate
Original file line number Diff line number Diff line change 1+ ## 1.0.0-RC.2 (2023-03-10)
2+
3+ Second Release Candidate
4+
5+ * Fix issue with custom valid attributes
6+ * Added test for override options of valid attributes
7+
18## 1.0.0-RC.1 (2023-03-08)
29
310First Release Candidate
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-RC.1 </ strong >
17+ Currently < strong > v1.0.0-RC.2 </ 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,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777 </ div >
7878 <!-- /.modal-header -->
7979 < div class ="modal-body ">
80+ < h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
81+ < a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
82+ 1.0.0-RC.2 (2023-03-10)
83+ </ h2 >
84+ < p > Second Release Candidate</ p >
85+ < ul >
86+ < li > Fix issue with custom valid attributes</ li >
87+ < li > Added test for override options of valid attributes</ li >
88+ </ ul >
8089 < h2 id ="1.0.0-rc.1-(2023-03-08) " tabindex ="-1 ">
8190 < a class ="header-anchor " href ="#1.0.0-rc.1-(2023-03-08) "> #</ a >
8291 1.0.0-RC.1 (2023-03-08)
Original file line number Diff line number Diff line change @@ -1583,6 +1583,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
15831583 </ div >
15841584 <!-- /.modal-header -->
15851585 < div class ="modal-body ">
1586+ < h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
1587+ < a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
1588+ 1.0.0-RC.2 (2023-03-10)
1589+ </ h2 >
1590+ < p > Second Release Candidate</ p >
1591+ < ul >
1592+ < li > Fix issue with custom valid attributes</ li >
1593+ < li > Added test for override options of valid attributes</ li >
1594+ </ ul >
15861595 < h2 id ="1.0.0-rc.1-(2023-03-08) " tabindex ="-1 ">
15871596 < a class ="header-anchor " href ="#1.0.0-rc.1-(2023-03-08) "> #</ a >
15881597 1.0.0-RC.1 (2023-03-08)
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-RC.1 </ strong >
62+ < strong > v1.0.0-RC.2 </ 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,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393 </ div >
9494 <!-- /.modal-header -->
9595 < div class ="modal-body ">
96+ < h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
97+ < a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
98+ 1.0.0-RC.2 (2023-03-10)
99+ </ h2 >
100+ < p > Second Release Candidate</ p >
101+ < ul >
102+ < li > Fix issue with custom valid attributes</ li >
103+ < li > Added test for override options of valid attributes</ li >
104+ </ ul >
96105 < h2 id ="1.0.0-rc.1-(2023-03-08) " tabindex ="-1 ">
97106 < a class ="header-anchor " href ="#1.0.0-rc.1-(2023-03-08) "> #</ a >
98107 1.0.0-RC.1 (2023-03-08)
Original file line number Diff line number Diff line change @@ -278,6 +278,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
278278 </ div >
279279 <!-- /.modal-header -->
280280 < div class ="modal-body ">
281+ < h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
282+ < a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
283+ 1.0.0-RC.2 (2023-03-10)
284+ </ h2 >
285+ < p > Second Release Candidate</ p >
286+ < ul >
287+ < li > Fix issue with custom valid attributes</ li >
288+ < li > Added test for override options of valid attributes</ li >
289+ </ ul >
281290 < h2 id ="1.0.0-rc.1-(2023-03-08) " tabindex ="-1 ">
282291 < a class ="header-anchor " href ="#1.0.0-rc.1-(2023-03-08) "> #</ a >
283292 1.0.0-RC.1 (2023-03-08)
Original file line number Diff line number Diff line change 11{
22 "name" : " posthtml-component" ,
3- "version" : " 1.0.0-RC.1 " ,
3+ "version" : " 1.0.0-RC.2 " ,
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