Skip to content

Commit

Permalink
publish 1.15.20
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jul 19, 2021
1 parent 36a3701 commit caa9f38
Show file tree
Hide file tree
Showing 18 changed files with 1,072 additions and 282 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.20](https://github.com/hiloteam/Hilo3d/compare/1.15.19...1.15.20) (2021-07-19)


### Bug Fixes

* the webglContextLost & webglContextRestored event should be triggered last ([87c9d2d](https://github.com/hiloteam/Hilo3d/commit/87c9d2d8ed9b2005f990db6acdab2e1e107058d9))



## [1.15.19](https://github.com/hiloteam/Hilo3d/compare/1.15.18...1.15.19) (2021-05-20)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
* use script tag from a [cdn][cdn-url]

```
<script src='//cdn.jsdelivr.net/npm/[email protected].19/build/Hilo3d.js'></script>
<script src='//cdn.jsdelivr.net/npm/[email protected].20/build/Hilo3d.js'></script>
```

### Documentation
Expand Down Expand Up @@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md)
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].19/build/Hilo3d.js
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].20/build/Hilo3d.js
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* 使用 script 标签加载 [cdn][cdn-url]
```
<script src='<script src='//cdn.jsdelivr.net/npm/[email protected].19/build/Hilo3d.js'></script>'></script>
<script src='<script src='//cdn.jsdelivr.net/npm/[email protected].20/build/Hilo3d.js'></script>'></script>
```
### 文档
Expand Down Expand Up @@ -122,4 +122,4 @@
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].19/build/Hilo3d.js
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].20/build/Hilo3d.js
8 changes: 4 additions & 4 deletions build/Hilo3d.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/Hilo3d.single.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/math.single.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/polyfill.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/BasicLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -10939,7 +10939,7 @@ <h4 class="name" id="on">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line10">line 10</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line34">line 34</a>
</div>

</div>
Expand Down Expand Up @@ -11146,7 +11146,7 @@ <h4 class="name" id="off">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line21">line 21</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line59">line 59</a>
</div>

</div>
Expand Down Expand Up @@ -11327,7 +11327,7 @@ <h4 class="name" id="fire">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line30">line 30</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line93">line 93</a>
</div>

</div>
Expand Down
15 changes: 4 additions & 11 deletions docs/EventMixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9037,7 +9037,7 @@ <h4 class="name" id="EventMixin">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line3">line 3</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line27">line 27</a>
</div>

</div>
Expand Down Expand Up @@ -9077,13 +9077,6 @@ <h4 class="name" id="EventMixin">



<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a target="_blank" href="https://hiloteam.github.io/Hilo/docs/api-zh/symbols/EventMixin.html">https://hiloteam.github.io/Hilo/docs/api-zh/symbols/EventMixin.html</a></li>
</ul>
</dd>



</dl>
Expand Down Expand Up @@ -9134,7 +9127,7 @@ <h4 class="name" id="on">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line10">line 10</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line34">line 34</a>
</div>

</div>
Expand Down Expand Up @@ -9341,7 +9334,7 @@ <h4 class="name" id="off">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line21">line 21</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line59">line 59</a>
</div>

</div>
Expand Down Expand Up @@ -9522,7 +9515,7 @@ <h4 class="name" id="fire">


<div class="tag-source">
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line30">line 30</a>
<a href="core_EventMixin.js.html">core/EventMixin.js</a>, <a href="core_EventMixin.js.html#line93">line 93</a>
</div>

</div>
Expand Down
Loading

0 comments on commit caa9f38

Please sign in to comment.