Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2020-08-27)

### Bug Fixes

* undefined/null should be output as "" ([37e91b2](37e91b2))
  • Loading branch information
semantic-release-bot committed Aug 27, 2020
1 parent 37e91b2 commit 1522cdf
Show file tree
Hide file tree
Showing 58 changed files with 574 additions and 442 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/baidu/san-ssr/compare/v3.0.0...v3.0.1) (2020-08-27)


### Bug Fixes

* undefined/null should be output as "" ([37e91b2](https://github.com/baidu/san-ssr/commit/37e91b2e47250030642bd1d900267bde419196c1))

# [3.0.0](https://github.com/baidu/san-ssr/compare/v2.2.4...v3.0.0) (2020-08-04)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/classes/_src_models_component_info_.componentinfoimpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L16">src/models/component-info.ts:16</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L16">src/models/component-info.ts:16</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -186,7 +186,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> child<wbr>Components<
<div class="tsd-signature tsd-kind-icon">child<wbr>Components<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules/_src_models_component_info_.html#tagname" class="tsd-signature-type">TagName</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ANode</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">R</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L30">src/models/component-info.ts:30</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L30">src/models/component-info.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -196,7 +196,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L27">src/models/component-info.ts:27</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L27">src/models/component-info.ts:27</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -211,7 +211,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> root</h3>
<div class="tsd-signature tsd-kind-icon">root<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ANode</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L29">src/models/component-info.ts:29</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L29">src/models/component-info.ts:29</a></li>
</ul>
</aside>
</section>
Expand All @@ -221,7 +221,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> template</h3>
<div class="tsd-signature tsd-kind-icon">template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L28">src/models/component-info.ts:28</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L28">src/models/component-info.ts:28</a></li>
</ul>
</aside>
</section>
Expand All @@ -238,7 +238,7 @@ <h3>get<wbr>Child<wbr>Component<wbr>Renference</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L37">src/models/component-info.ts:37</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L37">src/models/component-info.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -261,7 +261,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> get<wbr>Computed<wbr>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L34">src/models/component-info.ts:34</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L34">src/models/component-info.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
Expand All @@ -278,7 +278,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> get<wbr>Filter<wbr>Na
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L35">src/models/component-info.ts:35</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L35">src/models/component-info.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
Expand All @@ -295,7 +295,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> has<wbr>Method</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L33">src/models/component-info.ts:33</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L33">src/models/component-info.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
22 changes: 11 additions & 11 deletions docs/classes/_src_models_component_info_.dynamiccomponentinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L43">src/models/component-info.ts:43</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L43">src/models/component-info.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> child<wbr>Components<
<aside class="tsd-sources">
<p>Inherited from <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#childcomponents">childComponents</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L30">src/models/component-info.ts:30</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L30">src/models/component-info.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -173,7 +173,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> component<wbr>Class</
<div class="tsd-signature tsd-kind-icon">component<wbr>Class<span class="tsd-signature-symbol">:</span> <a href="../modules/_src_models_component_.html#componentclass" class="tsd-signature-type">ComponentClass</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L49">src/models/component-info.ts:49</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L49">src/models/component-info.ts:49</a></li>
</ul>
</aside>
</section>
Expand All @@ -184,7 +184,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#id">id</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L27">src/models/component-info.ts:27</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L27">src/models/component-info.ts:27</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -199,7 +199,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> proto</h3>
<div class="tsd-signature tsd-kind-icon">proto<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SanComponentConfig</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L43">src/models/component-info.ts:43</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L43">src/models/component-info.ts:43</a></li>
</ul>
</aside>
</section>
Expand All @@ -210,7 +210,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> root</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#root">root</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L29">src/models/component-info.ts:29</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L29">src/models/component-info.ts:29</a></li>
</ul>
</aside>
</section>
Expand All @@ -221,7 +221,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> template</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#template">template</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L28">src/models/component-info.ts:28</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L28">src/models/component-info.ts:28</a></li>
</ul>
</aside>
</section>
Expand All @@ -239,7 +239,7 @@ <h3>get<wbr>Child<wbr>Component<wbr>Renference</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#getchildcomponentrenference">getChildComponentRenference</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L37">src/models/component-info.ts:37</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L37">src/models/component-info.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -263,7 +263,7 @@ <h3>get<wbr>Computed<wbr>Names</h3>
<aside class="tsd-sources">
<p>Overrides <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#getcomputednames">getComputedNames</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L59">src/models/component-info.ts:59</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L59">src/models/component-info.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
Expand All @@ -281,7 +281,7 @@ <h3>get<wbr>Filter<wbr>Names</h3>
<aside class="tsd-sources">
<p>Overrides <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#getfilternames">getFilterNames</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L63">src/models/component-info.ts:63</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L63">src/models/component-info.ts:63</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4>
Expand All @@ -299,7 +299,7 @@ <h3>has<wbr>Method</h3>
<aside class="tsd-sources">
<p>Overrides <a href="_src_models_component_info_.componentinfoimpl.html">ComponentInfoImpl</a>.<a href="_src_models_component_info_.componentinfoimpl.html#hasmethod">hasMethod</a></p>
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/815ae66/src/models/component-info.ts#L55">src/models/component-info.ts:55</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/37e91b2/src/models/component-info.ts#L55">src/models/component-info.ts:55</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 1522cdf

Please sign in to comment.