hilo3d 1.16.1 → 1.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +2 -2
- package/README_ZH.md +2 -2
- package/build/Hilo3d.js +2 -2
- package/build/Hilo3d.single.js +2 -2
- package/build/math.single.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.16.2](https://github.com/hiloteam/Hilo3d/compare/1.16.1...1.16.2) (2022-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* in KHR_techniques_webgl, premultiplyAlpha of material default value should be false ([bdf4100](https://github.com/hiloteam/Hilo3d/commit/bdf41003b803c50fad7e43ec9992c6fc33a14111))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.16.1](https://github.com/hiloteam/Hilo3d/compare/1.16.0...1.16.1) (2022-03-23)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
|
|
|
23
23
|
* use script tag from a [cdn][cdn-url]
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.
|
|
26
|
+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js'></script>
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
### Documentation
|
|
@@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md)
|
|
|
122
122
|
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
|
|
123
123
|
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
|
|
124
124
|
[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.16.
|
|
125
|
+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js
|
package/README_ZH.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* 使用 script 标签加载 [cdn][cdn-url]
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.
|
|
26
|
+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js'></script>
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
### 文档
|
|
@@ -122,4 +122,4 @@
|
|
|
122
122
|
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
|
|
123
123
|
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
|
|
124
124
|
[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.16.
|
|
125
|
+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js
|