Skip to content

Commit 240e2d2

Browse files
Rebuild docs
1 parent f967aa3 commit 240e2d2

File tree

4 files changed

+46
-5
lines changed

4 files changed

+46
-5
lines changed

docs-src/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const md = './docs-src/md';
1616
const options = {};
1717

1818
readdirSync(src).forEach(file => {
19-
if (file !== 'test.html') {
20-
return;
21-
}
22-
2319
const html = readFileSync(path.resolve(`${src}${file}`), 'utf-8');
2420

2521
posthtml([

docs/demo.html

+15
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@ <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.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>&lt;div myprop&gt;</code>
91+
or
92+
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
93+
</li>
94+
</ul>
8095
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
8196
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
8297
1.0.0-beta.15 (2022-11-04)

docs/docs.html

+15
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,21 @@ <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.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>&lt;div myprop&gt;</code>
1502+
or
1503+
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
1504+
</li>
1505+
</ul>
14911506
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
14921507
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
14931508
1.0.0-beta.15 (2022-11-04)

docs/index.html

+16-1
Original file line numberDiff line numberDiff 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.15</strong>
62+
<strong>v1.0.0-beta.16</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,21 @@ <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.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>&lt;div myprop&gt;</code>
107+
or
108+
<code>&lt;div myprop=&quot;true&quot;&gt;</code>
109+
</li>
110+
</ul>
96111
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
97112
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
98113
1.0.0-beta.15 (2022-11-04)

0 commit comments

Comments
 (0)