@itwin/webgl-compatibility 3.4.0-dev.8 → 3.5.0-dev.11

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 +24 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,29 @@
1
1
  # Change Log - @itwin/webgl-compatibility
2
2
 
3
- This log was last generated on Tue, 09 Aug 2022 15:52:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 01 Sep 2022 14:37:23 GMT and should not be manually modified.
4
+
5
+ ## 3.3.2
6
+ Thu, 01 Sep 2022 14:37:23 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.1
11
+ Fri, 26 Aug 2022 15:40:02 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.0
16
+ Thu, 18 Aug 2022 19:08:02 GMT
17
+
18
+ ### Updates
19
+
20
+ - upgrade mocha to version 10.0.0
21
+ - Apply a workaround for transparency and MSAA bugs on mobile devices using Mali-G72 graphics chips.
22
+
23
+ ## 3.2.9
24
+ Fri, 26 Aug 2022 14:21:40 GMT
25
+
26
+ _Version update only_
4
27
 
5
28
  ## 3.2.8
6
29
  Tue, 09 Aug 2022 15:52:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/webgl-compatibility",
3
- "version": "3.4.0-dev.8",
3
+ "version": "3.5.0-dev.11",
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,15 +23,15 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "dependencies": {
26
- "@itwin/core-bentley": "3.4.0-dev.8"
26
+ "@itwin/core-bentley": "3.5.0-dev.11"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/build-tools": "3.4.0-dev.8",
30
- "@itwin/certa": "3.4.0-dev.8",
31
- "@itwin/eslint-plugin": "3.4.0-dev.8",
29
+ "@itwin/build-tools": "3.5.0-dev.11",
30
+ "@itwin/certa": "3.5.0-dev.11",
31
+ "@itwin/eslint-plugin": "3.5.0-dev.11",
32
32
  "@types/chai": "4.3.1",
33
33
  "@types/mocha": "^8.2.2",
34
- "@types/node": "16.11.7",
34
+ "@types/node": "16.11.59",
35
35
  "chai": "^4.1.2",
36
36
  "eslint": "^7.11.0",
37
37
  "glob": "^7.1.2",