@itwin/frontend-devtools 5.1.0-dev.5 → 5.1.0-dev.52

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,59 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jun 2025 22:17:28 GMT and should not be manually modified.
4
+
5
+ ## 5.0.2
6
+ Thu, 26 Jun 2025 22:16:01 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.0.1
11
+ Tue, 17 Jun 2025 18:33:52 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.0.0
16
+ Fri, 13 Jun 2025 20:25:38 GMT
17
+
18
+ ### Updates
19
+
20
+ - Upgrade compile target to ES2023 and module to ES2022
21
+ - fdt tooltips outputs contour line information.
22
+
23
+ ## 4.11.6
24
+ Mon, 16 Jun 2025 15:00:15 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 4.11.5
29
+ Fri, 06 Jun 2025 13:41:18 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 4.11.4
34
+ Tue, 03 Jun 2025 16:15:19 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 4.11.3
39
+ Wed, 28 May 2025 13:56:23 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 4.11.2
44
+ Tue, 20 May 2025 20:14:46 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 4.11.1
49
+ Wed, 30 Apr 2025 13:13:21 GMT
50
+
51
+ _Version update only_
52
+
53
+ ## 4.11.0
54
+ Wed, 16 Apr 2025 15:50:28 GMT
55
+
56
+ _Version update only_
4
57
 
5
58
  ## 4.10.13
6
59
  Thu, 10 Apr 2025 17:47:21 GMT
package/README.md CHANGED
@@ -78,7 +78,7 @@ The key-ins below enable, disable, or toggle a specific feature. They take at mo
78
78
  * `fdt toggle reality preload` - Toggles the display of preloaded reality tile bounding boxes.
79
79
  * `fdt toggle reality freeze` - Toggles the freezing of reality tile loading, when the reality tiles are frozen new reality tiles are not downloaded or purged.
80
80
  * `fdt toggle reality logging` - Toggle the logging of reality tile loading and selection diagnostics to the console.
81
- * `fdt toggle reality bounds` - Toggle the display of bounding boxes for reality tiles.
81
+ * `fdt reality bounds` - Toggle the display of bounding boxes for reality tiles.
82
82
  * `fdt set building display` Toggle the display of the worldwide OpenStreetMap worldwide buildingslayer by attaching or displaying as a reality model in the current viewport. The OSM buildings are aggregated and supplied from Cesium Ion <https://cesium.com/content/cesium-osm-buildings/>. The first argument is required on|off - the second optional argument is a value for transparency between 0 and 1.
83
83
  * `fdt wow ignore background` Toggle whether the background color needs to be white for white-on-white reversal to apply.
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "5.1.0-dev.5",
3
+ "version": "5.1.0-dev.52",
4
4
  "description": "Debug menu and supporting UI widgets",
5
5
  "main": "lib/cjs/frontend-devtools.js",
6
6
  "module": "lib/esm/frontend-devtools.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "file-saver": "^2.0.2",
27
- "@itwin/core-bentley": "5.1.0-dev.5",
28
- "@itwin/core-frontend": "5.1.0-dev.5",
29
- "@itwin/core-common": "5.1.0-dev.5",
30
- "@itwin/core-geometry": "5.1.0-dev.5"
27
+ "@itwin/core-bentley": "5.1.0-dev.52",
28
+ "@itwin/core-frontend": "5.1.0-dev.52",
29
+ "@itwin/core-common": "5.1.0-dev.52",
30
+ "@itwin/core-geometry": "5.1.0-dev.52"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -36,7 +36,7 @@
36
36
  "eslint": "^9.13.0",
37
37
  "rimraf": "^6.0.1",
38
38
  "typescript": "~5.6.2",
39
- "@itwin/build-tools": "5.1.0-dev.5"
39
+ "@itwin/build-tools": "5.1.0-dev.52"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",