Skip to content

Commit 149ad64

Browse files
Upgrade to beta.10
1 parent 7b16829 commit 149ad64

12 files changed

+132
-4
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.10 (2022-10-28)
2+
3+
* Remove `computed:` and `merge:` by keeping this logic inside `<script props>`.
4+
15
## 1.0.0-beta.9 (2022-10-26)
26

37
* Fix override class and style

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.10-(2022-10-28)" tabindex="-1">
81+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
82+
1.0.0-beta.10 (2022-10-28)
83+
</h2>
84+
<ul>
85+
<li>
86+
Remove
87+
<code>computed:</code>
88+
and
89+
<code>merge:</code>
90+
by keeping this logic inside
91+
<code>&lt;script props&gt;</code>
92+
.
93+
</li>
94+
</ul>
8095
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
8196
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
8297
1.0.0-beta.9 (2022-10-26)

docs/docs.html

+15
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
14361436
</div>
14371437
<!-- /.modal-header -->
14381438
<div class="modal-body">
1439+
<h2 id="1.0.0-beta.10-(2022-10-28)" tabindex="-1">
1440+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
1441+
1.0.0-beta.10 (2022-10-28)
1442+
</h2>
1443+
<ul>
1444+
<li>
1445+
Remove
1446+
<code>computed:</code>
1447+
and
1448+
<code>merge:</code>
1449+
by keeping this logic inside
1450+
<code>&lt;script props&gt;</code>
1451+
.
1452+
</li>
1453+
</ul>
14391454
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
14401455
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
14411456
1.0.0-beta.9 (2022-10-26)

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.9</strong>
62+
<strong>v1.0.0-beta.10</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.10-(2022-10-28)" tabindex="-1">
97+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
98+
1.0.0-beta.10 (2022-10-28)
99+
</h2>
100+
<ul>
101+
<li>
102+
Remove
103+
<code>computed:</code>
104+
and
105+
<code>merge:</code>
106+
by keeping this logic inside
107+
<code>&lt;script props&gt;</code>
108+
.
109+
</li>
110+
</ul>
96111
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
97112
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
98113
1.0.0-beta.9 (2022-10-26)

docs/test.html

+15
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
207207
</div>
208208
<!-- /.modal-header -->
209209
<div class="modal-body">
210+
<h2 id="1.0.0-beta.10-(2022-10-28)" tabindex="-1">
211+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
212+
1.0.0-beta.10 (2022-10-28)
213+
</h2>
214+
<ul>
215+
<li>
216+
Remove
217+
<code>computed:</code>
218+
and
219+
<code>merge:</code>
220+
by keeping this logic inside
221+
<code>&lt;script props&gt;</code>
222+
.
223+
</li>
224+
</ul>
210225
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
211226
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
212227
1.0.0-beta.9 (2022-10-26)

examples/dist/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.10-(2022-10-28)" tabindex="-1">
81+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
82+
1.0.0-beta.10 (2022-10-28)
83+
</h2>
84+
<ul>
85+
<li>
86+
Remove
87+
<code>computed:</code>
88+
and
89+
<code>merge:</code>
90+
by keeping this logic inside
91+
<code>&lt;script props&gt;</code>
92+
.
93+
</li>
94+
</ul>
8095
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
8196
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
8297
1.0.0-beta.9 (2022-10-26)

examples/dist/docs.html

+15
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
14361436
</div>
14371437
<!-- /.modal-header -->
14381438
<div class="modal-body">
1439+
<h2 id="1.0.0-beta.10-(2022-10-28)" tabindex="-1">
1440+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
1441+
1.0.0-beta.10 (2022-10-28)
1442+
</h2>
1443+
<ul>
1444+
<li>
1445+
Remove
1446+
<code>computed:</code>
1447+
and
1448+
<code>merge:</code>
1449+
by keeping this logic inside
1450+
<code>&lt;script props&gt;</code>
1451+
.
1452+
</li>
1453+
</ul>
14391454
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
14401455
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
14411456
1.0.0-beta.9 (2022-10-26)

examples/dist/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.9</strong>
62+
<strong>v1.0.0-beta.10</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.10-(2022-10-28)" tabindex="-1">
97+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
98+
1.0.0-beta.10 (2022-10-28)
99+
</h2>
100+
<ul>
101+
<li>
102+
Remove
103+
<code>computed:</code>
104+
and
105+
<code>merge:</code>
106+
by keeping this logic inside
107+
<code>&lt;script props&gt;</code>
108+
.
109+
</li>
110+
</ul>
96111
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
97112
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
98113
1.0.0-beta.9 (2022-10-26)

examples/dist/test.html

+15
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,21 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
207207
</div>
208208
<!-- /.modal-header -->
209209
<div class="modal-body">
210+
<h2 id="1.0.0-beta.10-(2022-10-28)" tabindex="-1">
211+
<a class="header-anchor" href="#1.0.0-beta.10-(2022-10-28)">#</a>
212+
1.0.0-beta.10 (2022-10-28)
213+
</h2>
214+
<ul>
215+
<li>
216+
Remove
217+
<code>computed:</code>
218+
and
219+
<code>merge:</code>
220+
by keeping this logic inside
221+
<code>&lt;script props&gt;</code>
222+
.
223+
</li>
224+
</ul>
210225
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
211226
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
212227
1.0.0-beta.9 (2022-10-26)

examples/src/md/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.10 (2022-10-28)
2+
3+
* Remove `computed:` and `merge:` by keeping this logic inside `<script props>`.
4+
15
## 1.0.0-beta.9 (2022-10-26)
26

37
* Fix override class and style

examples/src/pages/index.html

+1-1
Original file line numberDiff line numberDiff 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.9</strong>
17+
Currently <strong>v1.0.0-beta.10</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>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-component",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
55
"license": "MIT",
66
"repository": "thewebartisan7/posthtml-components",

0 commit comments

Comments
 (0)