@itwin/webgl-compatibility 3.1.0-dev.25 → 3.1.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 +12 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Change Log - @itwin/webgl-compatibility
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.0.0
|
|
6
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
11
|
+
- Fix transparency and shadows on iOS>=15 for non-M1 iOS devices.
|
|
12
|
+
- rename to @itwin/webgl-compatibility
|
|
13
|
+
- remove ClientRequestContext.current
|
|
14
|
+
- Update workaround for buggy Intel integrated GPUs.
|
|
4
15
|
|
|
5
16
|
## 2.19.28
|
|
6
17
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/webgl-compatibility",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.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",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"url": "http://www.bentley.com"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "3.1.0-dev.29"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@itwin/build-tools": "3.1.0-dev.
|
|
31
|
-
"@itwin/certa": "3.1.0-dev.
|
|
32
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
|
30
|
+
"@itwin/build-tools": "3.1.0-dev.29",
|
|
31
|
+
"@itwin/certa": "3.1.0-dev.29",
|
|
32
|
+
"@itwin/eslint-plugin": "3.1.0-dev.29",
|
|
33
33
|
"@types/chai": "^4.1.4",
|
|
34
34
|
"@types/mocha": "^8.2.2",
|
|
35
35
|
"@types/node": "14.14.31",
|