@itwin/webgl-compatibility 3.2.0-dev.28 → 3.2.0-dev.29
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 +8 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/webgl-compatibility
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 29 Mar 2022 20:53:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.0
|
|
6
|
+
Tue, 29 Mar 2022 20:53:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Apply workaround for failure to render shadows and transparency on Mali-G71 MP20 (Samsung Galaxy Note 8).
|
|
4
11
|
|
|
5
12
|
## 3.0.3
|
|
6
13
|
Fri, 25 Mar 2022 15:10:02 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/webgl-compatibility",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.29",
|
|
4
4
|
"description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/webgl-compatibility.js",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "3.2.0-dev.29"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
30
|
-
"@itwin/certa": "3.2.0-dev.
|
|
31
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
29
|
+
"@itwin/build-tools": "3.2.0-dev.29",
|
|
30
|
+
"@itwin/certa": "3.2.0-dev.29",
|
|
31
|
+
"@itwin/eslint-plugin": "3.2.0-dev.29",
|
|
32
32
|
"@types/chai": "^4.1.4",
|
|
33
33
|
"@types/mocha": "^8.2.2",
|
|
34
34
|
"@types/node": "14.14.31",
|