File tree 8 files changed +111
-3
lines changed
8 files changed +111
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0-beta.11 (2022-10-30)
2
+
3
+ * Add new options to pass utilities methods to script like lodash ` mergeWith ` and ` template `
4
+ * Allow to create a separated script file instead of ` <script props> ` inside component file
5
+ * Add options for set props object name passed to ` <script props> ` , props object name of ` $slots ` and props attribute name.
6
+
1
7
## 1.0.0-beta.10 (2022-10-28)
2
8
3
9
* Remove ` computed: ` and ` merge: ` by keeping this logic inside ` <script props> ` .
Original file line number Diff line number Diff line change
1
+ ## 1.0.0-beta.11 (2022-10-30)
2
+
3
+ * Add new options to pass utilities methods to script like lodash ` mergeWith ` and ` template `
4
+ * Allow to create a separated script file instead of ` <script props> ` inside component file
5
+ * Add options for set props object name passed to ` <script props> ` , props object name of ` $slots ` and props attribute name.
6
+
1
7
## 1.0.0-beta.10 (2022-10-28)
2
8
3
9
* Remove ` computed: ` and ` merge: ` by keeping this logic inside ` <script props> ` .
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>
14
14
</ div >
15
15
16
16
< p class ="text-muted ">
17
- Currently < strong > v1.0.0-beta.10 </ strong >
17
+ Currently < strong > v1.0.0-beta.11 </ strong >
18
18
< span class ="px-1 "> ·</ span >
19
19
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
20
20
</ p >
Original file line number Diff line number Diff line change @@ -77,6 +77,30 @@ <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.11-(2022-10-30) " tabindex ="-1 ">
81
+ < a class ="header-anchor " href ="#1.0.0-beta.11-(2022-10-30) "> #</ a >
82
+ 1.0.0-beta.11 (2022-10-30)
83
+ </ h2 >
84
+ < ul >
85
+ < li >
86
+ Add new options to pass utilities methods to script like lodash
87
+ < code > mergeWith</ code >
88
+ and
89
+ < code > template</ code >
90
+ </ li >
91
+ < li >
92
+ Allow to create a separated script file instead of
93
+ < code > <script props></ code >
94
+ inside component file
95
+ </ li >
96
+ < li >
97
+ Add options for set props object name passed to
98
+ < code > <script props></ code >
99
+ , props object name of
100
+ < code > $slots</ code >
101
+ and props attribute name.
102
+ </ li >
103
+ </ ul >
80
104
< h2 id ="1.0.0-beta.10-(2022-10-28) " tabindex ="-1 ">
81
105
< a class ="header-anchor " href ="#1.0.0-beta.10-(2022-10-28) "> #</ a >
82
106
1.0.0-beta.10 (2022-10-28)
Original file line number Diff line number Diff line change @@ -1488,6 +1488,30 @@ <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.11-(2022-10-30) " tabindex ="-1 ">
1492
+ < a class ="header-anchor " href ="#1.0.0-beta.11-(2022-10-30) "> #</ a >
1493
+ 1.0.0-beta.11 (2022-10-30)
1494
+ </ h2 >
1495
+ < ul >
1496
+ < li >
1497
+ Add new options to pass utilities methods to script like lodash
1498
+ < code > mergeWith</ code >
1499
+ and
1500
+ < code > template</ code >
1501
+ </ li >
1502
+ < li >
1503
+ Allow to create a separated script file instead of
1504
+ < code > <script props></ code >
1505
+ inside component file
1506
+ </ li >
1507
+ < li >
1508
+ Add options for set props object name passed to
1509
+ < code > <script props></ code >
1510
+ , props object name of
1511
+ < code > $slots</ code >
1512
+ and props attribute name.
1513
+ </ li >
1514
+ </ ul >
1491
1515
< h2 id ="1.0.0-beta.10-(2022-10-28) " tabindex ="-1 ">
1492
1516
< a class ="header-anchor " href ="#1.0.0-beta.10-(2022-10-28) "> #</ a >
1493
1517
1.0.0-beta.10 (2022-10-28)
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.10 </ strong >
62
+ < strong > v1.0.0-beta.11 </ 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,30 @@ <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.11-(2022-10-30) " tabindex ="-1 ">
97
+ < a class ="header-anchor " href ="#1.0.0-beta.11-(2022-10-30) "> #</ a >
98
+ 1.0.0-beta.11 (2022-10-30)
99
+ </ h2 >
100
+ < ul >
101
+ < li >
102
+ Add new options to pass utilities methods to script like lodash
103
+ < code > mergeWith</ code >
104
+ and
105
+ < code > template</ code >
106
+ </ li >
107
+ < li >
108
+ Allow to create a separated script file instead of
109
+ < code > <script props></ code >
110
+ inside component file
111
+ </ li >
112
+ < li >
113
+ Add options for set props object name passed to
114
+ < code > <script props></ code >
115
+ , props object name of
116
+ < code > $slots</ code >
117
+ and props attribute name.
118
+ </ li >
119
+ </ ul >
96
120
< h2 id ="1.0.0-beta.10-(2022-10-28) " tabindex ="-1 ">
97
121
< a class ="header-anchor " href ="#1.0.0-beta.10-(2022-10-28) "> #</ a >
98
122
1.0.0-beta.10 (2022-10-28)
Original file line number Diff line number Diff line change @@ -221,6 +221,30 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
221
221
</ div >
222
222
<!-- /.modal-header -->
223
223
< div class ="modal-body ">
224
+ < h2 id ="1.0.0-beta.11-(2022-10-30) " tabindex ="-1 ">
225
+ < a class ="header-anchor " href ="#1.0.0-beta.11-(2022-10-30) "> #</ a >
226
+ 1.0.0-beta.11 (2022-10-30)
227
+ </ h2 >
228
+ < ul >
229
+ < li >
230
+ Add new options to pass utilities methods to script like lodash
231
+ < code > mergeWith</ code >
232
+ and
233
+ < code > template</ code >
234
+ </ li >
235
+ < li >
236
+ Allow to create a separated script file instead of
237
+ < code > <script props></ code >
238
+ inside component file
239
+ </ li >
240
+ < li >
241
+ Add options for set props object name passed to
242
+ < code > <script props></ code >
243
+ , props object name of
244
+ < code > $slots</ code >
245
+ and props attribute name.
246
+ </ li >
247
+ </ ul >
224
248
< h2 id ="1.0.0-beta.10-(2022-10-28) " tabindex ="-1 ">
225
249
< a class ="header-anchor " href ="#1.0.0-beta.10-(2022-10-28) "> #</ a >
226
250
1.0.0-beta.10 (2022-10-28)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-component" ,
3
- "version" : " 1.0.0-beta.10 " ,
3
+ "version" : " 1.0.0-beta.11 " ,
4
4
"description" : " PostHTML Components Blade-like with slots, attributes as props and custom tag" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " thewebartisan7/posthtml-components" ,
You can’t perform that action at this time.
0 commit comments