@itwin/webgl-compatibility 5.3.0-dev.2 → 5.3.0-dev.23

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 CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @itwin/webgl-compatibility
2
2
 
3
- This log was last generated on Wed, 24 Sep 2025 17:43:58 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Oct 2025 23:02:22 GMT and should not be manually modified.
4
+
5
+ ## 5.2.3
6
+ Thu, 16 Oct 2025 23:00:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.2.2
11
+ Fri, 10 Oct 2025 14:49:15 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.2.1
16
+ Thu, 09 Oct 2025 17:10:26 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.2.0
21
+ Wed, 01 Oct 2025 20:22:54 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 5.1.9
6
26
  Wed, 24 Sep 2025 17:38:08 GMT
package/README.md CHANGED
@@ -6,6 +6,8 @@ Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md
6
6
 
7
7
  The __@itwin/webgl-compatibility__ package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.
8
8
 
9
+ This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether
10
+ a user's browser and hardware meet the requirements for running iTwin.js applications.
9
11
  ## Documentation
10
12
 
11
13
  See the [iTwin.js](https://www.itwinjs.org) documentation for more information.
@@ -1,7 +1,10 @@
1
1
  export * from "./Capabilities";
2
2
  export * from "./RenderCompatibility";
3
3
  /** @docs-package-description
4
- * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.
4
+ * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.
5
+ *
6
+ * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether
7
+ * a user's browser and hardware meet the requirements for running iTwin.js applications.
5
8
  */
6
9
  /**
7
10
  * @docs-group-description Compatibility
@@ -1 +1 @@
1
- {"version":3,"file":"webgl-compatibility.d.ts","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;GAEG;AAEH;;;GAGG"}
1
+ {"version":3,"file":"webgl-compatibility.d.ts","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;;;;GAKG;AAEH;;;GAGG"}
@@ -21,7 +21,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  __exportStar(require("./Capabilities"), exports);
22
22
  __exportStar(require("./RenderCompatibility"), exports);
23
23
  /** @docs-package-description
24
- * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.
24
+ * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.
25
+ *
26
+ * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether
27
+ * a user's browser and hardware meet the requirements for running iTwin.js applications.
25
28
  */
26
29
  /**
27
30
  * @docs-group-description Compatibility
@@ -1 +1 @@
1
- {"version":3,"file":"webgl-compatibility.js","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;+FAG+F;AAC/F,iDAA+B;AAC/B,wDAAsC;AAEtC;;GAEG;AAEH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nexport * from \"./Capabilities\";\nexport * from \"./RenderCompatibility\";\n\n/** @docs-package-description\n * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.\n */\n\n/**\n * @docs-group-description Compatibility\n * APIs for evaluating compatibility with the iTwin.js rendering system.\n */\n"]}
1
+ {"version":3,"file":"webgl-compatibility.js","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;+FAG+F;AAC/F,iDAA+B;AAC/B,wDAAsC;AAEtC;;;;;GAKG;AAEH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nexport * from \"./Capabilities\";\nexport * from \"./RenderCompatibility\";\n\n/** @docs-package-description\n * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.\n *\n * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether\n * a user's browser and hardware meet the requirements for running iTwin.js applications.\n */\n\n/**\n * @docs-group-description Compatibility\n * APIs for evaluating compatibility with the iTwin.js rendering system.\n */\n"]}
@@ -1,7 +1,10 @@
1
1
  export * from "./Capabilities";
2
2
  export * from "./RenderCompatibility";
3
3
  /** @docs-package-description
4
- * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.
4
+ * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.
5
+ *
6
+ * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether
7
+ * a user's browser and hardware meet the requirements for running iTwin.js applications.
5
8
  */
6
9
  /**
7
10
  * @docs-group-description Compatibility
@@ -1 +1 @@
1
- {"version":3,"file":"webgl-compatibility.d.ts","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;GAEG;AAEH;;;GAGG"}
1
+ {"version":3,"file":"webgl-compatibility.d.ts","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;;;;GAKG;AAEH;;;GAGG"}
@@ -5,7 +5,10 @@
5
5
  export * from "./Capabilities";
6
6
  export * from "./RenderCompatibility";
7
7
  /** @docs-package-description
8
- * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.
8
+ * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.
9
+ *
10
+ * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether
11
+ * a user's browser and hardware meet the requirements for running iTwin.js applications.
9
12
  */
10
13
  /**
11
14
  * @docs-group-description Compatibility
@@ -1 +1 @@
1
- {"version":3,"file":"webgl-compatibility.js","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;GAEG;AAEH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nexport * from \"./Capabilities\";\nexport * from \"./RenderCompatibility\";\n\n/** @docs-package-description\n * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.\n */\n\n/**\n * @docs-group-description Compatibility\n * APIs for evaluating compatibility with the iTwin.js rendering system.\n */\n"]}
1
+ {"version":3,"file":"webgl-compatibility.js","sourceRoot":"","sources":["../../src/webgl-compatibility.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AAEtC;;;;;GAKG;AAEH;;;GAGG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nexport * from \"./Capabilities\";\nexport * from \"./RenderCompatibility\";\n\n/** @docs-package-description\n * The webgl-compatibility package provides APIs for determining the level of compatibility of a browser and device with the iTwin.js rendering system.\n *\n * This package is used by the [iTwin.js Compatibility Checker website](https://itwinjscompatibility.bentley.com/) to evaluate whether\n * a user's browser and hardware meet the requirements for running iTwin.js applications.\n */\n\n/**\n * @docs-group-description Compatibility\n * APIs for evaluating compatibility with the iTwin.js rendering system.\n */\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/webgl-compatibility",
3
- "version": "5.3.0-dev.2",
3
+ "version": "5.3.0-dev.23",
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,7 +24,7 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "dependencies": {
27
- "@itwin/core-bentley": "5.3.0-dev.2"
27
+ "@itwin/core-bentley": "5.3.0-dev.23"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@itwin/eslint-plugin": "5.2.2-dev.2",
@@ -40,8 +40,8 @@
40
40
  "source-map-loader": "^5.0.0",
41
41
  "typescript": "~5.6.2",
42
42
  "webpack": "^5.97.1",
43
- "@itwin/certa": "5.3.0-dev.2",
44
- "@itwin/build-tools": "5.3.0-dev.2"
43
+ "@itwin/certa": "5.3.0-dev.23",
44
+ "@itwin/build-tools": "5.3.0-dev.23"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "npm run -s build:cjs && npm run -s build:esm",