@itwin/webgl-compatibility 3.1.0-dev.24 → 3.1.0-dev.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. 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 Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
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.24",
3
+ "version": "3.1.0-dev.28",
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.24"
27
+ "@itwin/core-bentley": "3.1.0-dev.28"
28
28
  },
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.1.0-dev.24",
31
- "@itwin/certa": "3.1.0-dev.24",
32
- "@itwin/eslint-plugin": "3.1.0-dev.24",
30
+ "@itwin/build-tools": "3.1.0-dev.28",
31
+ "@itwin/certa": "3.1.0-dev.28",
32
+ "@itwin/eslint-plugin": "3.1.0-dev.28",
33
33
  "@types/chai": "^4.1.4",
34
34
  "@types/mocha": "^8.2.2",
35
35
  "@types/node": "14.14.31",