File tree 4 files changed +46
-5
lines changed
4 files changed +46
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ const md = './docs-src/md';
16
16
const options = { } ;
17
17
18
18
readdirSync ( src ) . forEach ( file => {
19
- if ( file !== 'test.html' ) {
20
- return ;
21
- }
22
-
23
19
const html = readFileSync ( path . resolve ( `${ src } ${ file } ` ) , 'utf-8' ) ;
24
20
25
21
posthtml ( [
Original file line number Diff line number Diff line change @@ -77,6 +77,21 @@ <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.16-(2022-11-06) " tabindex ="-1 ">
81
+ < a class ="header-anchor " href ="#1.0.0-beta.16-(2022-11-06) "> #</ a >
82
+ 1.0.0-beta.16 (2022-11-06)
83
+ </ h2 >
84
+ < ul >
85
+ < li > Fix aware props propagation</ li >
86
+ < li >
87
+ Add utility
88
+ < code > isEnabled</ code >
89
+ to check if a prop is either
90
+ < code > <div myprop></ code >
91
+ or
92
+ < code > <div myprop="true"></ code >
93
+ </ li >
94
+ </ ul >
80
95
< h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
81
96
< a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
82
97
1.0.0-beta.15 (2022-11-04)
Original file line number Diff line number Diff line change @@ -1488,6 +1488,21 @@ <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.16-(2022-11-06) " tabindex ="-1 ">
1492
+ < a class ="header-anchor " href ="#1.0.0-beta.16-(2022-11-06) "> #</ a >
1493
+ 1.0.0-beta.16 (2022-11-06)
1494
+ </ h2 >
1495
+ < ul >
1496
+ < li > Fix aware props propagation</ li >
1497
+ < li >
1498
+ Add utility
1499
+ < code > isEnabled</ code >
1500
+ to check if a prop is either
1501
+ < code > <div myprop></ code >
1502
+ or
1503
+ < code > <div myprop="true"></ code >
1504
+ </ li >
1505
+ </ ul >
1491
1506
< h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
1492
1507
< a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
1493
1508
1.0.0-beta.15 (2022-11-04)
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.15 </ strong >
62
+ < strong > v1.0.0-beta.16 </ 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,21 @@ <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.16-(2022-11-06) " tabindex ="-1 ">
97
+ < a class ="header-anchor " href ="#1.0.0-beta.16-(2022-11-06) "> #</ a >
98
+ 1.0.0-beta.16 (2022-11-06)
99
+ </ h2 >
100
+ < ul >
101
+ < li > Fix aware props propagation</ li >
102
+ < li >
103
+ Add utility
104
+ < code > isEnabled</ code >
105
+ to check if a prop is either
106
+ < code > <div myprop></ code >
107
+ or
108
+ < code > <div myprop="true"></ code >
109
+ </ li >
110
+ </ ul >
96
111
< h2 id ="1.0.0-beta.15-(2022-11-04) " tabindex ="-1 ">
97
112
< a class ="header-anchor " href ="#1.0.0-beta.15-(2022-11-04) "> #</ a >
98
113
1.0.0-beta.15 (2022-11-04)
You can’t perform that action at this time.
0 commit comments