Skip to content

Commit caa9f38

Browse files
committed
publish 1.15.20
1 parent 36a3701 commit caa9f38

18 files changed

+1072
-282
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.15.20](https://github.com/hiloteam/Hilo3d/compare/1.15.19...1.15.20) (2021-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* the webglContextLost & webglContextRestored event should be triggered last ([87c9d2d](https://github.com/hiloteam/Hilo3d/commit/87c9d2d8ed9b2005f990db6acdab2e1e107058d9))
7+
8+
9+
110
## [1.15.19](https://github.com/hiloteam/Hilo3d/compare/1.15.18...1.15.19) (2021-05-20)
211

312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
2323
* use script tag from a [cdn][cdn-url]
2424

2525
```
26-
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js'></script>
26+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.20/build/Hilo3d.js'></script>
2727
```
2828

2929
### Documentation
@@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md)
122122
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123123
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124124
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
125-
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js
125+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.20/build/Hilo3d.js

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* 使用 script 标签加载 [cdn][cdn-url]
2424
2525
```
26-
<script src='<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js'></script>'></script>
26+
<script src='<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.20/build/Hilo3d.js'></script>'></script>
2727
```
2828
2929
### 文档
@@ -122,4 +122,4 @@
122122
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123123
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124124
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
125-
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js
125+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.20/build/Hilo3d.js

build/Hilo3d.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/Hilo3d.single.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/math.single.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/polyfill.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/BasicLoader.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10939,7 +10939,7 @@ <h4 class="name" id="on">
1093910939

1094010940

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

1094510945
</div>
@@ -11146,7 +11146,7 @@ <h4 class="name" id="off">
1114611146

1114711147

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

1115211152
</div>
@@ -11327,7 +11327,7 @@ <h4 class="name" id="fire">
1132711327

1132811328

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

1133311333
</div>

docs/EventMixin.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9037,7 +9037,7 @@ <h4 class="name" id="EventMixin">
90379037

90389038

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

90439043
</div>
@@ -9077,13 +9077,6 @@ <h4 class="name" id="EventMixin">
90779077

90789078

90799079

9080-
<dt class="tag-see">See:</dt>
9081-
<dd class="tag-see">
9082-
<ul>
9083-
<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>
9084-
</ul>
9085-
</dd>
9086-
90879080

90889081

90899082
</dl>
@@ -9134,7 +9127,7 @@ <h4 class="name" id="on">
91349127

91359128

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

91409133
</div>
@@ -9341,7 +9334,7 @@ <h4 class="name" id="off">
93419334

93429335

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

93479340
</div>
@@ -9522,7 +9515,7 @@ <h4 class="name" id="fire">
95229515

95239516

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

95289521
</div>

0 commit comments

Comments
 (0)