@itwin/frontend-devtools 3.0.0-dev.82 → 3.0.0-dev.86

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 (71) hide show
  1. package/CHANGELOG.md +723 -723
  2. package/LICENSE.md +9 -9
  3. package/lib/cjs/ClipboardUtilities.js.map +1 -1
  4. package/lib/cjs/effects/Convolution.js +17 -17
  5. package/lib/cjs/effects/Convolution.js.map +1 -1
  6. package/lib/cjs/effects/EffectTools.js.map +1 -1
  7. package/lib/cjs/effects/Explosion.js.map +1 -1
  8. package/lib/cjs/effects/FlipImage.js +20 -20
  9. package/lib/cjs/effects/FlipImage.js.map +1 -1
  10. package/lib/cjs/effects/LensDistortion.js +21 -21
  11. package/lib/cjs/effects/LensDistortion.js.map +1 -1
  12. package/lib/cjs/effects/Random.js.map +1 -1
  13. package/lib/cjs/effects/Saturation.js +26 -26
  14. package/lib/cjs/effects/Saturation.js.map +1 -1
  15. package/lib/cjs/effects/Snow.js.map +1 -1
  16. package/lib/cjs/effects/Vignette.js +29 -29
  17. package/lib/cjs/effects/Vignette.js.map +1 -1
  18. package/lib/cjs/tools/FrustumDecoration.js.map +1 -1
  19. package/lib/cjs/tools/InspectElementTool.js.map +1 -1
  20. package/lib/cjs/tools/MapLayerTool.js.map +1 -1
  21. package/lib/cjs/tools/SetGpuMemoryLimitTool.js.map +1 -1
  22. package/lib/cjs/ui/Button.js.map +1 -1
  23. package/lib/cjs/ui/CheckBox.js.map +1 -1
  24. package/lib/cjs/ui/ColorInput.js.map +1 -1
  25. package/lib/cjs/ui/ComboBox.js.map +1 -1
  26. package/lib/cjs/ui/NestedMenu.js.map +1 -1
  27. package/lib/cjs/ui/NumericInput.js.map +1 -1
  28. package/lib/cjs/ui/RadioBox.js.map +1 -1
  29. package/lib/cjs/ui/Slider.js.map +1 -1
  30. package/lib/cjs/ui/TextBox.js.map +1 -1
  31. package/lib/cjs/widgets/DiagnosticsPanel.js.map +1 -1
  32. package/lib/cjs/widgets/FpsTracker.js.map +1 -1
  33. package/lib/cjs/widgets/MemoryTracker.js.map +1 -1
  34. package/lib/cjs/widgets/TileMemoryBreakdown.js.map +1 -1
  35. package/lib/cjs/widgets/TileStatisticsTracker.js.map +1 -1
  36. package/lib/cjs/widgets/ToolSettingsTracker.js.map +1 -1
  37. package/lib/esm/ClipboardUtilities.js.map +1 -1
  38. package/lib/esm/effects/Convolution.js +17 -17
  39. package/lib/esm/effects/Convolution.js.map +1 -1
  40. package/lib/esm/effects/EffectTools.js.map +1 -1
  41. package/lib/esm/effects/Explosion.js.map +1 -1
  42. package/lib/esm/effects/FlipImage.js +20 -20
  43. package/lib/esm/effects/FlipImage.js.map +1 -1
  44. package/lib/esm/effects/LensDistortion.js +21 -21
  45. package/lib/esm/effects/LensDistortion.js.map +1 -1
  46. package/lib/esm/effects/Random.js.map +1 -1
  47. package/lib/esm/effects/Saturation.js +26 -26
  48. package/lib/esm/effects/Saturation.js.map +1 -1
  49. package/lib/esm/effects/Snow.js.map +1 -1
  50. package/lib/esm/effects/Vignette.js +29 -29
  51. package/lib/esm/effects/Vignette.js.map +1 -1
  52. package/lib/esm/tools/FrustumDecoration.js.map +1 -1
  53. package/lib/esm/tools/InspectElementTool.js.map +1 -1
  54. package/lib/esm/tools/MapLayerTool.js.map +1 -1
  55. package/lib/esm/tools/SetGpuMemoryLimitTool.js.map +1 -1
  56. package/lib/esm/ui/Button.js.map +1 -1
  57. package/lib/esm/ui/CheckBox.js.map +1 -1
  58. package/lib/esm/ui/ColorInput.js.map +1 -1
  59. package/lib/esm/ui/ComboBox.js.map +1 -1
  60. package/lib/esm/ui/NestedMenu.js.map +1 -1
  61. package/lib/esm/ui/NumericInput.js.map +1 -1
  62. package/lib/esm/ui/RadioBox.js.map +1 -1
  63. package/lib/esm/ui/Slider.js.map +1 -1
  64. package/lib/esm/ui/TextBox.js.map +1 -1
  65. package/lib/esm/widgets/DiagnosticsPanel.js.map +1 -1
  66. package/lib/esm/widgets/FpsTracker.js.map +1 -1
  67. package/lib/esm/widgets/MemoryTracker.js.map +1 -1
  68. package/lib/esm/widgets/TileMemoryBreakdown.js.map +1 -1
  69. package/lib/esm/widgets/TileStatisticsTracker.js.map +1 -1
  70. package/lib/esm/widgets/ToolSettingsTracker.js.map +1 -1
  71. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,723 +1,723 @@
1
- # Change Log - @itwin/frontend-devtools
2
-
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
4
-
5
- ## 2.19.13
6
- Tue, 21 Sep 2021 21:06:40 GMT
7
-
8
- _Version update only_
9
-
10
- ## 2.19.12
11
- Wed, 15 Sep 2021 18:06:46 GMT
12
-
13
- _Version update only_
14
-
15
- ## 2.19.11
16
- Thu, 09 Sep 2021 21:04:57 GMT
17
-
18
- ### Updates
19
-
20
- - Add tool to ignore background color for white-on-white reversal.
21
-
22
- ## 2.19.10
23
- Wed, 08 Sep 2021 14:36:01 GMT
24
-
25
- _Version update only_
26
-
27
- ## 2.19.9
28
- Wed, 25 Aug 2021 15:36:01 GMT
29
-
30
- _Version update only_
31
-
32
- ## 2.19.8
33
- Mon, 23 Aug 2021 13:23:13 GMT
34
-
35
- _Version update only_
36
-
37
- ## 2.19.7
38
- Fri, 20 Aug 2021 17:47:22 GMT
39
-
40
- _Version update only_
41
-
42
- ## 2.19.6
43
- Tue, 17 Aug 2021 20:34:28 GMT
44
-
45
- _Version update only_
46
-
47
- ## 2.19.5
48
- Fri, 13 Aug 2021 21:48:08 GMT
49
-
50
- _Version update only_
51
-
52
- ## 2.19.4
53
- Thu, 12 Aug 2021 13:09:26 GMT
54
-
55
- _Version update only_
56
-
57
- ## 2.19.3
58
- Wed, 04 Aug 2021 20:29:34 GMT
59
-
60
- _Version update only_
61
-
62
- ## 2.19.2
63
- Tue, 03 Aug 2021 18:26:23 GMT
64
-
65
- _Version update only_
66
-
67
- ## 2.19.1
68
- Thu, 29 Jul 2021 20:01:11 GMT
69
-
70
- _Version update only_
71
-
72
- ## 2.19.0
73
- Mon, 26 Jul 2021 12:21:25 GMT
74
-
75
- ### Updates
76
-
77
- - remove internal barrel-import usage
78
-
79
- ## 2.18.4
80
- Tue, 10 Aug 2021 19:35:13 GMT
81
-
82
- _Version update only_
83
-
84
- ## 2.18.3
85
- Wed, 28 Jul 2021 17:16:30 GMT
86
-
87
- _Version update only_
88
-
89
- ## 2.18.2
90
- Mon, 26 Jul 2021 16:18:31 GMT
91
-
92
- _Version update only_
93
-
94
- ## 2.18.1
95
- Fri, 16 Jul 2021 17:45:09 GMT
96
-
97
- _Version update only_
98
-
99
- ## 2.18.0
100
- Fri, 09 Jul 2021 18:11:24 GMT
101
-
102
- _Version update only_
103
-
104
- ## 2.17.3
105
- Mon, 26 Jul 2021 16:08:36 GMT
106
-
107
- _Version update only_
108
-
109
- ## 2.17.2
110
- Thu, 08 Jul 2021 15:23:00 GMT
111
-
112
- _Version update only_
113
-
114
- ## 2.17.1
115
- Fri, 02 Jul 2021 15:38:30 GMT
116
-
117
- _Version update only_
118
-
119
- ## 2.17.0
120
- Mon, 28 Jun 2021 16:20:11 GMT
121
-
122
- ### Updates
123
-
124
- - Add keyin to change flash settings for a viewport.
125
- - Made MaplayerSource independent from MapLayerProps.
126
-
127
- ## 2.16.10
128
- Thu, 22 Jul 2021 20:23:45 GMT
129
-
130
- _Version update only_
131
-
132
- ## 2.16.9
133
- Tue, 06 Jul 2021 22:08:34 GMT
134
-
135
- _Version update only_
136
-
137
- ## 2.16.8
138
- Fri, 02 Jul 2021 17:40:46 GMT
139
-
140
- _Version update only_
141
-
142
- ## 2.16.7
143
- Mon, 28 Jun 2021 18:13:04 GMT
144
-
145
- _Version update only_
146
-
147
- ## 2.16.6
148
- Mon, 28 Jun 2021 13:12:55 GMT
149
-
150
- _Version update only_
151
-
152
- ## 2.16.5
153
- Fri, 25 Jun 2021 16:03:01 GMT
154
-
155
- _Version update only_
156
-
157
- ## 2.16.4
158
- Wed, 23 Jun 2021 17:09:07 GMT
159
-
160
- _Version update only_
161
-
162
- ## 2.16.3
163
- Wed, 16 Jun 2021 20:29:32 GMT
164
-
165
- _Version update only_
166
-
167
- ## 2.16.2
168
- Thu, 03 Jun 2021 18:08:11 GMT
169
-
170
- _Version update only_
171
-
172
- ## 2.16.1
173
- Thu, 27 May 2021 20:04:22 GMT
174
-
175
- _Version update only_
176
-
177
- ## 2.16.0
178
- Mon, 24 May 2021 15:58:39 GMT
179
-
180
- ### Updates
181
-
182
- - Promote and document API in frontend-devtools
183
- - Add `fdt emphasize visible` and `fdt clear emphasized` key-ins.
184
- - Fix call to test on viewport if tiles are loaded (map tiles on viewport now)
185
-
186
- ## 2.15.6
187
- Wed, 26 May 2021 15:55:18 GMT
188
-
189
- _Version update only_
190
-
191
- ## 2.15.5
192
- Thu, 20 May 2021 15:06:26 GMT
193
-
194
- _Version update only_
195
-
196
- ## 2.15.4
197
- Tue, 18 May 2021 21:59:07 GMT
198
-
199
- _Version update only_
200
-
201
- ## 2.15.3
202
- Mon, 17 May 2021 13:31:37 GMT
203
-
204
- _Version update only_
205
-
206
- ## 2.15.2
207
- Wed, 12 May 2021 18:08:13 GMT
208
-
209
- _Version update only_
210
-
211
- ## 2.15.1
212
- Wed, 05 May 2021 13:18:31 GMT
213
-
214
- _Version update only_
215
-
216
- ## 2.15.0
217
- Fri, 30 Apr 2021 12:36:58 GMT
218
-
219
- ### Updates
220
-
221
- - Fix error in map mask argument parsing.
222
- - Added 'quote' argument to SaveViewTool.
223
-
224
- ## 2.14.4
225
- Thu, 22 Apr 2021 21:07:33 GMT
226
-
227
- _Version update only_
228
-
229
- ## 2.14.3
230
- Thu, 15 Apr 2021 15:13:16 GMT
231
-
232
- _Version update only_
233
-
234
- ## 2.14.2
235
- Thu, 08 Apr 2021 14:30:09 GMT
236
-
237
- _Version update only_
238
-
239
- ## 2.14.1
240
- Mon, 05 Apr 2021 16:28:00 GMT
241
-
242
- _Version update only_
243
-
244
- ## 2.14.0
245
- Fri, 02 Apr 2021 13:18:42 GMT
246
-
247
- ### Updates
248
-
249
- - Add keyin for overriding subcategory appearance.
250
-
251
- ## 2.13.0
252
- Tue, 09 Mar 2021 20:28:13 GMT
253
-
254
- ### Updates
255
-
256
- - Added new MapBaseVisibilityTool and key in.
257
- - Add keyins to support planar masks
258
- - Updated to use TypeScript 4.1
259
- - begin rename project from iModel.js to iTwin.js
260
- - Add an example vignetting screen-space effect."
261
-
262
- ## 2.12.3
263
- Mon, 08 Mar 2021 15:32:00 GMT
264
-
265
- _Version update only_
266
-
267
- ## 2.12.2
268
- Wed, 03 Mar 2021 18:48:52 GMT
269
-
270
- _Version update only_
271
-
272
- ## 2.12.1
273
- Tue, 23 Feb 2021 20:54:45 GMT
274
-
275
- _Version update only_
276
-
277
- ## 2.12.0
278
- Thu, 18 Feb 2021 22:10:12 GMT
279
-
280
- ### Updates
281
-
282
- - Improved MapLayerSource validation for authentification errors.
283
- - Add `fdt gpu mem limit` keyin.
284
- - Fix locate for particle effects.
285
- - Add example particle effects.
286
-
287
- ## 2.11.2
288
- Thu, 18 Feb 2021 02:50:59 GMT
289
-
290
- _Version update only_
291
-
292
- ## 2.11.1
293
- Thu, 04 Feb 2021 17:22:41 GMT
294
-
295
- _Version update only_
296
-
297
- ## 2.11.0
298
- Thu, 28 Jan 2021 13:39:27 GMT
299
-
300
- ### Updates
301
-
302
- - Add examples of various custom screen-space post-processing effects.
303
- - Replace use of deprecated property method used to set unit system for quantity formatting.
304
- - InspectElementTool optionally copies output to clipboard.
305
- - Add an example of particle effect snow.
306
- - Keyins for working with section drawing views.
307
- - Keyins for working with section-cut graphics.
308
-
309
- ## 2.10.3
310
- Fri, 08 Jan 2021 18:34:03 GMT
311
-
312
- _Version update only_
313
-
314
- ## 2.10.2
315
- Fri, 08 Jan 2021 14:52:02 GMT
316
-
317
- _Version update only_
318
-
319
- ## 2.10.1
320
- Tue, 22 Dec 2020 00:53:38 GMT
321
-
322
- _Version update only_
323
-
324
- ## 2.10.0
325
- Fri, 18 Dec 2020 18:24:01 GMT
326
-
327
- ### Updates
328
-
329
- - Support display of OSM Buildings.
330
-
331
- ## 2.9.9
332
- Sun, 13 Dec 2020 19:00:03 GMT
333
-
334
- _Version update only_
335
-
336
- ## 2.9.8
337
- Fri, 11 Dec 2020 02:57:36 GMT
338
-
339
- _Version update only_
340
-
341
- ## 2.9.7
342
- Wed, 09 Dec 2020 20:58:23 GMT
343
-
344
- _Version update only_
345
-
346
- ## 2.9.6
347
- Mon, 07 Dec 2020 18:40:48 GMT
348
-
349
- _Version update only_
350
-
351
- ## 2.9.5
352
- Sat, 05 Dec 2020 01:55:56 GMT
353
-
354
- _Version update only_
355
-
356
- ## 2.9.4
357
- Wed, 02 Dec 2020 20:55:40 GMT
358
-
359
- _Version update only_
360
-
361
- ## 2.9.3
362
- Mon, 23 Nov 2020 20:57:56 GMT
363
-
364
- _Version update only_
365
-
366
- ## 2.9.2
367
- Mon, 23 Nov 2020 15:33:50 GMT
368
-
369
- _Version update only_
370
-
371
- ## 2.9.1
372
- Thu, 19 Nov 2020 17:03:42 GMT
373
-
374
- _Version update only_
375
-
376
- ## 2.9.0
377
- Wed, 18 Nov 2020 16:01:50 GMT
378
-
379
- ### Updates
380
-
381
- - produce an imjs extension from frontend-devtools
382
-
383
- ## 2.8.1
384
- Tue, 03 Nov 2020 00:33:56 GMT
385
-
386
- _Version update only_
387
-
388
- ## 2.8.0
389
- Fri, 23 Oct 2020 17:04:02 GMT
390
-
391
- ### Updates
392
-
393
- - Add tool to detach reality models.
394
-
395
- ## 2.7.6
396
- Wed, 11 Nov 2020 16:28:23 GMT
397
-
398
- _Version update only_
399
-
400
- ## 2.7.5
401
- Fri, 23 Oct 2020 16:23:50 GMT
402
-
403
- _Version update only_
404
-
405
- ## 2.7.4
406
- Mon, 19 Oct 2020 17:57:01 GMT
407
-
408
- _Version update only_
409
-
410
- ## 2.7.3
411
- Wed, 14 Oct 2020 17:00:59 GMT
412
-
413
- _Version update only_
414
-
415
- ## 2.7.2
416
- Tue, 13 Oct 2020 18:20:38 GMT
417
-
418
- _Version update only_
419
-
420
- ## 2.7.1
421
- Thu, 08 Oct 2020 13:04:35 GMT
422
-
423
- _Version update only_
424
-
425
- ## 2.7.0
426
- Fri, 02 Oct 2020 18:03:32 GMT
427
-
428
- ### Updates
429
-
430
- - Add tool to attach Cesium ion assets.
431
- - Add option to `fdt save rendering style` to format the result for consumption by `fdt apply rendering style`.
432
-
433
- ## 2.6.5
434
- Sat, 26 Sep 2020 16:06:34 GMT
435
-
436
- _Version update only_
437
-
438
- ## 2.6.4
439
- Tue, 22 Sep 2020 17:40:07 GMT
440
-
441
- ### Updates
442
-
443
- - Add option to `fdt save rendering style` to format the result for consumption by `fdt apply rendering style`.
444
-
445
- ## 2.6.3
446
- Mon, 21 Sep 2020 14:47:09 GMT
447
-
448
- _Version update only_
449
-
450
- ## 2.6.2
451
- Mon, 21 Sep 2020 13:07:44 GMT
452
-
453
- _Version update only_
454
-
455
- ## 2.6.1
456
- Fri, 18 Sep 2020 13:15:08 GMT
457
-
458
- _Version update only_
459
-
460
- ## 2.6.0
461
- Thu, 17 Sep 2020 13:16:12 GMT
462
-
463
- ### Updates
464
-
465
- - Moved ESLint configuration to a plugin
466
-
467
- ## 2.5.5
468
- Wed, 02 Sep 2020 17:42:23 GMT
469
-
470
- _Version update only_
471
-
472
- ## 2.5.4
473
- Fri, 28 Aug 2020 15:34:15 GMT
474
-
475
- _Version update only_
476
-
477
- ## 2.5.3
478
- Wed, 26 Aug 2020 11:46:00 GMT
479
-
480
- _Version update only_
481
-
482
- ## 2.5.2
483
- Tue, 25 Aug 2020 22:09:08 GMT
484
-
485
- _Version update only_
486
-
487
- ## 2.5.1
488
- Mon, 24 Aug 2020 18:13:04 GMT
489
-
490
- ### Updates
491
-
492
- - Fix model appearance tools to combine with existing overrides correctly.
493
-
494
- ## 2.5.0
495
- Thu, 20 Aug 2020 20:57:09 GMT
496
-
497
- ### Updates
498
-
499
- - Make certain devtools with decorators cache their decorations.
500
- - Use IModelRoutingContext
501
- - Add tool to set reality model transparency.
502
- - Switch to ESLint
503
-
504
- ## 2.4.2
505
- Fri, 14 Aug 2020 16:34:09 GMT
506
-
507
- _Version update only_
508
-
509
- ## 2.4.1
510
- Fri, 07 Aug 2020 19:57:43 GMT
511
-
512
- _Version update only_
513
-
514
- ## 2.4.0
515
- Tue, 28 Jul 2020 16:26:24 GMT
516
-
517
- ### Updates
518
-
519
- - Added ability to enable antialiasing
520
- - Add tools for manipulating Map Layers.
521
- - Key-in for toggling whether device pixel ratio is accounted for when computing LOD for tiles and decorations.
522
-
523
- ## 2.3.3
524
- Thu, 23 Jul 2020 12:57:15 GMT
525
-
526
- _Version update only_
527
-
528
- ## 2.3.2
529
- Tue, 14 Jul 2020 23:50:36 GMT
530
-
531
- _Version update only_
532
-
533
- ## 2.3.1
534
- Mon, 13 Jul 2020 18:50:13 GMT
535
-
536
- _Version update only_
537
-
538
- ## 2.3.0
539
- Fri, 10 Jul 2020 17:23:14 GMT
540
-
541
- ### Updates
542
-
543
- - Add key-ins for saving and applying rendering styles.
544
-
545
- ## 2.2.1
546
- Tue, 07 Jul 2020 14:44:52 GMT
547
-
548
- _Version update only_
549
-
550
- ## 2.2.0
551
- Fri, 19 Jun 2020 14:10:03 GMT
552
-
553
- _Version update only_
554
-
555
- ## 2.1.0
556
- Thu, 28 May 2020 22:48:59 GMT
557
-
558
- ### Updates
559
-
560
- - Make toggle-type keyins more consistent, accepting ON|OFF|TOGGLE; no argument defaults to TOGGLE.
561
- - Tools for debugging view attachments.
562
- - Track memory for thematic textures in memory panel.
563
-
564
- ## 2.0.0
565
- Wed, 06 May 2020 13:17:49 GMT
566
-
567
- ### Updates
568
-
569
- - Added key-in to toggle the 'allow 3d manipulations' flag for a 3d view.
570
- - Add keyin 'fdt clip color' to control colorizing of pixels inside or outside clip regions.
571
- - Add tools to save/attach reality models.
572
- - Moved keyin parsing logic to ToolRegistry.
573
- - KeyinField auto-completion supports localized and/or non-localized key-in strings.
574
- - Support display of OrbitGt Point Clouds.
575
- - Add tools for debugging reality tiles.
576
- - Upgrade to Rush 5.23.2
577
- - Add parseArgs() to facilitate keyin argument parsing; add keyins for converting between element Ids and source aspect Ids.
578
- - Remove support for the iModel.js module system by no longer delivering modules.
579
-
580
- ## 1.14.1
581
- Wed, 22 Apr 2020 19:04:00 GMT
582
-
583
- _Version update only_
584
-
585
- ## 1.14.0
586
- Tue, 31 Mar 2020 15:44:19 GMT
587
-
588
- _Version update only_
589
-
590
- ## 1.13.0
591
- Wed, 04 Mar 2020 16:16:31 GMT
592
-
593
- _Version update only_
594
-
595
- ## 1.12.0
596
- Wed, 12 Feb 2020 17:45:50 GMT
597
-
598
- ### Updates
599
-
600
- - Ignore ReadPixels calls when using GpuProfiler
601
- - Tools for interacting with plan projection models.
602
- - Add tools for operating on plan projection models.
603
- - Added a tool for visualizing tile tree bounding boxes.
604
-
605
- ## 1.11.0
606
- Wed, 22 Jan 2020 19:24:12 GMT
607
-
608
- ### Updates
609
-
610
- - TileStatisticsTracker now reports number of aborted requests for the session.
611
- - Upgrade to TypeScript 3.7.2.
612
-
613
- ## 1.10.0
614
- Tue, 07 Jan 2020 19:44:01 GMT
615
-
616
- ### Updates
617
-
618
- - Average the gpu profiler times for the last 120 frames instead of updating each frame; also simplify PerformanceMetrics
619
-
620
- ## 1.9.0
621
- Tue, 10 Dec 2019 18:08:56 GMT
622
-
623
- ### Updates
624
-
625
- - Add tool for attaching a reality model.
626
- - Added keyins for adjusting tile size modifiers.
627
-
628
- ## 1.8.0
629
- Fri, 22 Nov 2019 14:03:34 GMT
630
-
631
- ### Updates
632
-
633
- - Key-in for selecting elements by Id; option to include part references in InspectElementTool output.
634
- - Fixed missing exports.
635
- - Stop the keypress and keydown events in the frontend-devtools keyin field from propagating to other elements.
636
- - Inspect element key-in now accepts any number of elemnent Ids as a comma-separated list.
637
- - Key-in for compiling all registered shader programs.
638
- - Added missing topic descriptions
639
- - Remove manipulator and marker test code from project extents debug decoration.
640
-
641
- ## 1.7.0
642
- Fri, 01 Nov 2019 13:28:37 GMT
643
-
644
- ### Updates
645
-
646
- - Add debug tool for drape frustum
647
- - Update this.keyins when new ones are discovered. Match englishKeyin.
648
- - Fixes for making volume classifiers work.
649
- - Additional options for `emphasize selection` key-in.
650
- - Add ability to record GPU profiling data to Chrome Event Trace Format.
651
- - Key-in for visualizing shadow frustum.
652
- - Visualization of tile requests; key-in to measure time required to load tiles for view.
653
- - Added more types of memory tracking to MemoryTracker.
654
-
655
- ## 1.6.0
656
- Wed, 09 Oct 2019 20:28:42 GMT
657
-
658
- ### Updates
659
-
660
- - Added key-in to toggle between metric and imperial units formatting.
661
- - Add GPU timing queries for devtools.
662
- - Key-ins for modifying hilite settings.
663
-
664
- ## 1.5.0
665
- Mon, 30 Sep 2019 22:28:48 GMT
666
-
667
- ### Updates
668
-
669
- - Added support for blank IModelConnections
670
- - Improved configurability of KeyinField.
671
- - DiagnosticsPanel can now be configured to exclude specific components.
672
- - Added tool to get geometry summary
673
- - Added ability to cycle through previously-entered key-ins in KeyinField.
674
- - Add tool to transition between reality and BIM models (demonstrate model animation).
675
- - Added key-in to toggle debugging tooltips.
676
- - Tool assistance: Measure tools, view clip tools, and touch cursor inputs.
677
- - Upgrade to TypeScript 3.6.2
678
- - Fix WindowAreaTool full screen cursor. Added selected view frustum debug tool.
679
-
680
- ## 1.4.0
681
- Tue, 10 Sep 2019 12:09:49 GMT
682
-
683
- ### Updates
684
-
685
- - Added key-in documentation to README.
686
- - Added keyins for functionality previously exposed by DiagnosticsPanel UI.
687
- - Reduced vertical space consumed by DiagnosticsPanel.
688
- - Added keyins for saving the current view state as JSON and re-applying it later.
689
- - Added keyin for toggling pseudo-wiremesh surface display.
690
- - Prevent TextBox key events propagating to document.
691
-
692
- ## 1.3.0
693
- Tue, 13 Aug 2019 20:25:53 GMT
694
-
695
- ### Updates
696
-
697
- - Add a frontend keyin UI and handler.
698
- - Key-ins for emphasizing and isolating elements.
699
- - Added keyin for changing view flags.
700
- - Directory organization; package initialization; documentation; new key-ins.
701
-
702
- ## 1.2.0
703
- Wed, 24 Jul 2019 11:47:26 GMT
704
-
705
- ### Updates
706
-
707
- - Improved dev radiobox
708
- - Added inline option to createTextBox.
709
- - Added the ability to visualize the project extents of an iModel.
710
-
711
- ## 1.1.0
712
- Mon, 01 Jul 2019 19:04:29 GMT
713
-
714
- ### Minor changes
715
-
716
- - Package created from display-test-app's debug menu and ui widgets.
717
-
718
- ### Updates
719
-
720
- - Added total number of dispatched tile requests and of cache misses to tile statistics tracker.
721
- - Include number of tile trees in memory tracker panel.
722
- - Update to TypeScript 3.5
723
-
1
+ # Change Log - @itwin/frontend-devtools
2
+
3
+ This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
4
+
5
+ ## 2.19.13
6
+ Tue, 21 Sep 2021 21:06:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.19.12
11
+ Wed, 15 Sep 2021 18:06:46 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 2.19.11
16
+ Thu, 09 Sep 2021 21:04:57 GMT
17
+
18
+ ### Updates
19
+
20
+ - Add tool to ignore background color for white-on-white reversal.
21
+
22
+ ## 2.19.10
23
+ Wed, 08 Sep 2021 14:36:01 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 2.19.9
28
+ Wed, 25 Aug 2021 15:36:01 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 2.19.8
33
+ Mon, 23 Aug 2021 13:23:13 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 2.19.7
38
+ Fri, 20 Aug 2021 17:47:22 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 2.19.6
43
+ Tue, 17 Aug 2021 20:34:28 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 2.19.5
48
+ Fri, 13 Aug 2021 21:48:08 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 2.19.4
53
+ Thu, 12 Aug 2021 13:09:26 GMT
54
+
55
+ _Version update only_
56
+
57
+ ## 2.19.3
58
+ Wed, 04 Aug 2021 20:29:34 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 2.19.2
63
+ Tue, 03 Aug 2021 18:26:23 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 2.19.1
68
+ Thu, 29 Jul 2021 20:01:11 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 2.19.0
73
+ Mon, 26 Jul 2021 12:21:25 GMT
74
+
75
+ ### Updates
76
+
77
+ - remove internal barrel-import usage
78
+
79
+ ## 2.18.4
80
+ Tue, 10 Aug 2021 19:35:13 GMT
81
+
82
+ _Version update only_
83
+
84
+ ## 2.18.3
85
+ Wed, 28 Jul 2021 17:16:30 GMT
86
+
87
+ _Version update only_
88
+
89
+ ## 2.18.2
90
+ Mon, 26 Jul 2021 16:18:31 GMT
91
+
92
+ _Version update only_
93
+
94
+ ## 2.18.1
95
+ Fri, 16 Jul 2021 17:45:09 GMT
96
+
97
+ _Version update only_
98
+
99
+ ## 2.18.0
100
+ Fri, 09 Jul 2021 18:11:24 GMT
101
+
102
+ _Version update only_
103
+
104
+ ## 2.17.3
105
+ Mon, 26 Jul 2021 16:08:36 GMT
106
+
107
+ _Version update only_
108
+
109
+ ## 2.17.2
110
+ Thu, 08 Jul 2021 15:23:00 GMT
111
+
112
+ _Version update only_
113
+
114
+ ## 2.17.1
115
+ Fri, 02 Jul 2021 15:38:30 GMT
116
+
117
+ _Version update only_
118
+
119
+ ## 2.17.0
120
+ Mon, 28 Jun 2021 16:20:11 GMT
121
+
122
+ ### Updates
123
+
124
+ - Add keyin to change flash settings for a viewport.
125
+ - Made MaplayerSource independent from MapLayerProps.
126
+
127
+ ## 2.16.10
128
+ Thu, 22 Jul 2021 20:23:45 GMT
129
+
130
+ _Version update only_
131
+
132
+ ## 2.16.9
133
+ Tue, 06 Jul 2021 22:08:34 GMT
134
+
135
+ _Version update only_
136
+
137
+ ## 2.16.8
138
+ Fri, 02 Jul 2021 17:40:46 GMT
139
+
140
+ _Version update only_
141
+
142
+ ## 2.16.7
143
+ Mon, 28 Jun 2021 18:13:04 GMT
144
+
145
+ _Version update only_
146
+
147
+ ## 2.16.6
148
+ Mon, 28 Jun 2021 13:12:55 GMT
149
+
150
+ _Version update only_
151
+
152
+ ## 2.16.5
153
+ Fri, 25 Jun 2021 16:03:01 GMT
154
+
155
+ _Version update only_
156
+
157
+ ## 2.16.4
158
+ Wed, 23 Jun 2021 17:09:07 GMT
159
+
160
+ _Version update only_
161
+
162
+ ## 2.16.3
163
+ Wed, 16 Jun 2021 20:29:32 GMT
164
+
165
+ _Version update only_
166
+
167
+ ## 2.16.2
168
+ Thu, 03 Jun 2021 18:08:11 GMT
169
+
170
+ _Version update only_
171
+
172
+ ## 2.16.1
173
+ Thu, 27 May 2021 20:04:22 GMT
174
+
175
+ _Version update only_
176
+
177
+ ## 2.16.0
178
+ Mon, 24 May 2021 15:58:39 GMT
179
+
180
+ ### Updates
181
+
182
+ - Promote and document API in frontend-devtools
183
+ - Add `fdt emphasize visible` and `fdt clear emphasized` key-ins.
184
+ - Fix call to test on viewport if tiles are loaded (map tiles on viewport now)
185
+
186
+ ## 2.15.6
187
+ Wed, 26 May 2021 15:55:18 GMT
188
+
189
+ _Version update only_
190
+
191
+ ## 2.15.5
192
+ Thu, 20 May 2021 15:06:26 GMT
193
+
194
+ _Version update only_
195
+
196
+ ## 2.15.4
197
+ Tue, 18 May 2021 21:59:07 GMT
198
+
199
+ _Version update only_
200
+
201
+ ## 2.15.3
202
+ Mon, 17 May 2021 13:31:37 GMT
203
+
204
+ _Version update only_
205
+
206
+ ## 2.15.2
207
+ Wed, 12 May 2021 18:08:13 GMT
208
+
209
+ _Version update only_
210
+
211
+ ## 2.15.1
212
+ Wed, 05 May 2021 13:18:31 GMT
213
+
214
+ _Version update only_
215
+
216
+ ## 2.15.0
217
+ Fri, 30 Apr 2021 12:36:58 GMT
218
+
219
+ ### Updates
220
+
221
+ - Fix error in map mask argument parsing.
222
+ - Added 'quote' argument to SaveViewTool.
223
+
224
+ ## 2.14.4
225
+ Thu, 22 Apr 2021 21:07:33 GMT
226
+
227
+ _Version update only_
228
+
229
+ ## 2.14.3
230
+ Thu, 15 Apr 2021 15:13:16 GMT
231
+
232
+ _Version update only_
233
+
234
+ ## 2.14.2
235
+ Thu, 08 Apr 2021 14:30:09 GMT
236
+
237
+ _Version update only_
238
+
239
+ ## 2.14.1
240
+ Mon, 05 Apr 2021 16:28:00 GMT
241
+
242
+ _Version update only_
243
+
244
+ ## 2.14.0
245
+ Fri, 02 Apr 2021 13:18:42 GMT
246
+
247
+ ### Updates
248
+
249
+ - Add keyin for overriding subcategory appearance.
250
+
251
+ ## 2.13.0
252
+ Tue, 09 Mar 2021 20:28:13 GMT
253
+
254
+ ### Updates
255
+
256
+ - Added new MapBaseVisibilityTool and key in.
257
+ - Add keyins to support planar masks
258
+ - Updated to use TypeScript 4.1
259
+ - begin rename project from iModel.js to iTwin.js
260
+ - Add an example vignetting screen-space effect."
261
+
262
+ ## 2.12.3
263
+ Mon, 08 Mar 2021 15:32:00 GMT
264
+
265
+ _Version update only_
266
+
267
+ ## 2.12.2
268
+ Wed, 03 Mar 2021 18:48:52 GMT
269
+
270
+ _Version update only_
271
+
272
+ ## 2.12.1
273
+ Tue, 23 Feb 2021 20:54:45 GMT
274
+
275
+ _Version update only_
276
+
277
+ ## 2.12.0
278
+ Thu, 18 Feb 2021 22:10:12 GMT
279
+
280
+ ### Updates
281
+
282
+ - Improved MapLayerSource validation for authentification errors.
283
+ - Add `fdt gpu mem limit` keyin.
284
+ - Fix locate for particle effects.
285
+ - Add example particle effects.
286
+
287
+ ## 2.11.2
288
+ Thu, 18 Feb 2021 02:50:59 GMT
289
+
290
+ _Version update only_
291
+
292
+ ## 2.11.1
293
+ Thu, 04 Feb 2021 17:22:41 GMT
294
+
295
+ _Version update only_
296
+
297
+ ## 2.11.0
298
+ Thu, 28 Jan 2021 13:39:27 GMT
299
+
300
+ ### Updates
301
+
302
+ - Add examples of various custom screen-space post-processing effects.
303
+ - Replace use of deprecated property method used to set unit system for quantity formatting.
304
+ - InspectElementTool optionally copies output to clipboard.
305
+ - Add an example of particle effect snow.
306
+ - Keyins for working with section drawing views.
307
+ - Keyins for working with section-cut graphics.
308
+
309
+ ## 2.10.3
310
+ Fri, 08 Jan 2021 18:34:03 GMT
311
+
312
+ _Version update only_
313
+
314
+ ## 2.10.2
315
+ Fri, 08 Jan 2021 14:52:02 GMT
316
+
317
+ _Version update only_
318
+
319
+ ## 2.10.1
320
+ Tue, 22 Dec 2020 00:53:38 GMT
321
+
322
+ _Version update only_
323
+
324
+ ## 2.10.0
325
+ Fri, 18 Dec 2020 18:24:01 GMT
326
+
327
+ ### Updates
328
+
329
+ - Support display of OSM Buildings.
330
+
331
+ ## 2.9.9
332
+ Sun, 13 Dec 2020 19:00:03 GMT
333
+
334
+ _Version update only_
335
+
336
+ ## 2.9.8
337
+ Fri, 11 Dec 2020 02:57:36 GMT
338
+
339
+ _Version update only_
340
+
341
+ ## 2.9.7
342
+ Wed, 09 Dec 2020 20:58:23 GMT
343
+
344
+ _Version update only_
345
+
346
+ ## 2.9.6
347
+ Mon, 07 Dec 2020 18:40:48 GMT
348
+
349
+ _Version update only_
350
+
351
+ ## 2.9.5
352
+ Sat, 05 Dec 2020 01:55:56 GMT
353
+
354
+ _Version update only_
355
+
356
+ ## 2.9.4
357
+ Wed, 02 Dec 2020 20:55:40 GMT
358
+
359
+ _Version update only_
360
+
361
+ ## 2.9.3
362
+ Mon, 23 Nov 2020 20:57:56 GMT
363
+
364
+ _Version update only_
365
+
366
+ ## 2.9.2
367
+ Mon, 23 Nov 2020 15:33:50 GMT
368
+
369
+ _Version update only_
370
+
371
+ ## 2.9.1
372
+ Thu, 19 Nov 2020 17:03:42 GMT
373
+
374
+ _Version update only_
375
+
376
+ ## 2.9.0
377
+ Wed, 18 Nov 2020 16:01:50 GMT
378
+
379
+ ### Updates
380
+
381
+ - produce an imjs extension from frontend-devtools
382
+
383
+ ## 2.8.1
384
+ Tue, 03 Nov 2020 00:33:56 GMT
385
+
386
+ _Version update only_
387
+
388
+ ## 2.8.0
389
+ Fri, 23 Oct 2020 17:04:02 GMT
390
+
391
+ ### Updates
392
+
393
+ - Add tool to detach reality models.
394
+
395
+ ## 2.7.6
396
+ Wed, 11 Nov 2020 16:28:23 GMT
397
+
398
+ _Version update only_
399
+
400
+ ## 2.7.5
401
+ Fri, 23 Oct 2020 16:23:50 GMT
402
+
403
+ _Version update only_
404
+
405
+ ## 2.7.4
406
+ Mon, 19 Oct 2020 17:57:01 GMT
407
+
408
+ _Version update only_
409
+
410
+ ## 2.7.3
411
+ Wed, 14 Oct 2020 17:00:59 GMT
412
+
413
+ _Version update only_
414
+
415
+ ## 2.7.2
416
+ Tue, 13 Oct 2020 18:20:38 GMT
417
+
418
+ _Version update only_
419
+
420
+ ## 2.7.1
421
+ Thu, 08 Oct 2020 13:04:35 GMT
422
+
423
+ _Version update only_
424
+
425
+ ## 2.7.0
426
+ Fri, 02 Oct 2020 18:03:32 GMT
427
+
428
+ ### Updates
429
+
430
+ - Add tool to attach Cesium ion assets.
431
+ - Add option to `fdt save rendering style` to format the result for consumption by `fdt apply rendering style`.
432
+
433
+ ## 2.6.5
434
+ Sat, 26 Sep 2020 16:06:34 GMT
435
+
436
+ _Version update only_
437
+
438
+ ## 2.6.4
439
+ Tue, 22 Sep 2020 17:40:07 GMT
440
+
441
+ ### Updates
442
+
443
+ - Add option to `fdt save rendering style` to format the result for consumption by `fdt apply rendering style`.
444
+
445
+ ## 2.6.3
446
+ Mon, 21 Sep 2020 14:47:09 GMT
447
+
448
+ _Version update only_
449
+
450
+ ## 2.6.2
451
+ Mon, 21 Sep 2020 13:07:44 GMT
452
+
453
+ _Version update only_
454
+
455
+ ## 2.6.1
456
+ Fri, 18 Sep 2020 13:15:08 GMT
457
+
458
+ _Version update only_
459
+
460
+ ## 2.6.0
461
+ Thu, 17 Sep 2020 13:16:12 GMT
462
+
463
+ ### Updates
464
+
465
+ - Moved ESLint configuration to a plugin
466
+
467
+ ## 2.5.5
468
+ Wed, 02 Sep 2020 17:42:23 GMT
469
+
470
+ _Version update only_
471
+
472
+ ## 2.5.4
473
+ Fri, 28 Aug 2020 15:34:15 GMT
474
+
475
+ _Version update only_
476
+
477
+ ## 2.5.3
478
+ Wed, 26 Aug 2020 11:46:00 GMT
479
+
480
+ _Version update only_
481
+
482
+ ## 2.5.2
483
+ Tue, 25 Aug 2020 22:09:08 GMT
484
+
485
+ _Version update only_
486
+
487
+ ## 2.5.1
488
+ Mon, 24 Aug 2020 18:13:04 GMT
489
+
490
+ ### Updates
491
+
492
+ - Fix model appearance tools to combine with existing overrides correctly.
493
+
494
+ ## 2.5.0
495
+ Thu, 20 Aug 2020 20:57:09 GMT
496
+
497
+ ### Updates
498
+
499
+ - Make certain devtools with decorators cache their decorations.
500
+ - Use IModelRoutingContext
501
+ - Add tool to set reality model transparency.
502
+ - Switch to ESLint
503
+
504
+ ## 2.4.2
505
+ Fri, 14 Aug 2020 16:34:09 GMT
506
+
507
+ _Version update only_
508
+
509
+ ## 2.4.1
510
+ Fri, 07 Aug 2020 19:57:43 GMT
511
+
512
+ _Version update only_
513
+
514
+ ## 2.4.0
515
+ Tue, 28 Jul 2020 16:26:24 GMT
516
+
517
+ ### Updates
518
+
519
+ - Added ability to enable antialiasing
520
+ - Add tools for manipulating Map Layers.
521
+ - Key-in for toggling whether device pixel ratio is accounted for when computing LOD for tiles and decorations.
522
+
523
+ ## 2.3.3
524
+ Thu, 23 Jul 2020 12:57:15 GMT
525
+
526
+ _Version update only_
527
+
528
+ ## 2.3.2
529
+ Tue, 14 Jul 2020 23:50:36 GMT
530
+
531
+ _Version update only_
532
+
533
+ ## 2.3.1
534
+ Mon, 13 Jul 2020 18:50:13 GMT
535
+
536
+ _Version update only_
537
+
538
+ ## 2.3.0
539
+ Fri, 10 Jul 2020 17:23:14 GMT
540
+
541
+ ### Updates
542
+
543
+ - Add key-ins for saving and applying rendering styles.
544
+
545
+ ## 2.2.1
546
+ Tue, 07 Jul 2020 14:44:52 GMT
547
+
548
+ _Version update only_
549
+
550
+ ## 2.2.0
551
+ Fri, 19 Jun 2020 14:10:03 GMT
552
+
553
+ _Version update only_
554
+
555
+ ## 2.1.0
556
+ Thu, 28 May 2020 22:48:59 GMT
557
+
558
+ ### Updates
559
+
560
+ - Make toggle-type keyins more consistent, accepting ON|OFF|TOGGLE; no argument defaults to TOGGLE.
561
+ - Tools for debugging view attachments.
562
+ - Track memory for thematic textures in memory panel.
563
+
564
+ ## 2.0.0
565
+ Wed, 06 May 2020 13:17:49 GMT
566
+
567
+ ### Updates
568
+
569
+ - Added key-in to toggle the 'allow 3d manipulations' flag for a 3d view.
570
+ - Add keyin 'fdt clip color' to control colorizing of pixels inside or outside clip regions.
571
+ - Add tools to save/attach reality models.
572
+ - Moved keyin parsing logic to ToolRegistry.
573
+ - KeyinField auto-completion supports localized and/or non-localized key-in strings.
574
+ - Support display of OrbitGt Point Clouds.
575
+ - Add tools for debugging reality tiles.
576
+ - Upgrade to Rush 5.23.2
577
+ - Add parseArgs() to facilitate keyin argument parsing; add keyins for converting between element Ids and source aspect Ids.
578
+ - Remove support for the iModel.js module system by no longer delivering modules.
579
+
580
+ ## 1.14.1
581
+ Wed, 22 Apr 2020 19:04:00 GMT
582
+
583
+ _Version update only_
584
+
585
+ ## 1.14.0
586
+ Tue, 31 Mar 2020 15:44:19 GMT
587
+
588
+ _Version update only_
589
+
590
+ ## 1.13.0
591
+ Wed, 04 Mar 2020 16:16:31 GMT
592
+
593
+ _Version update only_
594
+
595
+ ## 1.12.0
596
+ Wed, 12 Feb 2020 17:45:50 GMT
597
+
598
+ ### Updates
599
+
600
+ - Ignore ReadPixels calls when using GpuProfiler
601
+ - Tools for interacting with plan projection models.
602
+ - Add tools for operating on plan projection models.
603
+ - Added a tool for visualizing tile tree bounding boxes.
604
+
605
+ ## 1.11.0
606
+ Wed, 22 Jan 2020 19:24:12 GMT
607
+
608
+ ### Updates
609
+
610
+ - TileStatisticsTracker now reports number of aborted requests for the session.
611
+ - Upgrade to TypeScript 3.7.2.
612
+
613
+ ## 1.10.0
614
+ Tue, 07 Jan 2020 19:44:01 GMT
615
+
616
+ ### Updates
617
+
618
+ - Average the gpu profiler times for the last 120 frames instead of updating each frame; also simplify PerformanceMetrics
619
+
620
+ ## 1.9.0
621
+ Tue, 10 Dec 2019 18:08:56 GMT
622
+
623
+ ### Updates
624
+
625
+ - Add tool for attaching a reality model.
626
+ - Added keyins for adjusting tile size modifiers.
627
+
628
+ ## 1.8.0
629
+ Fri, 22 Nov 2019 14:03:34 GMT
630
+
631
+ ### Updates
632
+
633
+ - Key-in for selecting elements by Id; option to include part references in InspectElementTool output.
634
+ - Fixed missing exports.
635
+ - Stop the keypress and keydown events in the frontend-devtools keyin field from propagating to other elements.
636
+ - Inspect element key-in now accepts any number of elemnent Ids as a comma-separated list.
637
+ - Key-in for compiling all registered shader programs.
638
+ - Added missing topic descriptions
639
+ - Remove manipulator and marker test code from project extents debug decoration.
640
+
641
+ ## 1.7.0
642
+ Fri, 01 Nov 2019 13:28:37 GMT
643
+
644
+ ### Updates
645
+
646
+ - Add debug tool for drape frustum
647
+ - Update this.keyins when new ones are discovered. Match englishKeyin.
648
+ - Fixes for making volume classifiers work.
649
+ - Additional options for `emphasize selection` key-in.
650
+ - Add ability to record GPU profiling data to Chrome Event Trace Format.
651
+ - Key-in for visualizing shadow frustum.
652
+ - Visualization of tile requests; key-in to measure time required to load tiles for view.
653
+ - Added more types of memory tracking to MemoryTracker.
654
+
655
+ ## 1.6.0
656
+ Wed, 09 Oct 2019 20:28:42 GMT
657
+
658
+ ### Updates
659
+
660
+ - Added key-in to toggle between metric and imperial units formatting.
661
+ - Add GPU timing queries for devtools.
662
+ - Key-ins for modifying hilite settings.
663
+
664
+ ## 1.5.0
665
+ Mon, 30 Sep 2019 22:28:48 GMT
666
+
667
+ ### Updates
668
+
669
+ - Added support for blank IModelConnections
670
+ - Improved configurability of KeyinField.
671
+ - DiagnosticsPanel can now be configured to exclude specific components.
672
+ - Added tool to get geometry summary
673
+ - Added ability to cycle through previously-entered key-ins in KeyinField.
674
+ - Add tool to transition between reality and BIM models (demonstrate model animation).
675
+ - Added key-in to toggle debugging tooltips.
676
+ - Tool assistance: Measure tools, view clip tools, and touch cursor inputs.
677
+ - Upgrade to TypeScript 3.6.2
678
+ - Fix WindowAreaTool full screen cursor. Added selected view frustum debug tool.
679
+
680
+ ## 1.4.0
681
+ Tue, 10 Sep 2019 12:09:49 GMT
682
+
683
+ ### Updates
684
+
685
+ - Added key-in documentation to README.
686
+ - Added keyins for functionality previously exposed by DiagnosticsPanel UI.
687
+ - Reduced vertical space consumed by DiagnosticsPanel.
688
+ - Added keyins for saving the current view state as JSON and re-applying it later.
689
+ - Added keyin for toggling pseudo-wiremesh surface display.
690
+ - Prevent TextBox key events propagating to document.
691
+
692
+ ## 1.3.0
693
+ Tue, 13 Aug 2019 20:25:53 GMT
694
+
695
+ ### Updates
696
+
697
+ - Add a frontend keyin UI and handler.
698
+ - Key-ins for emphasizing and isolating elements.
699
+ - Added keyin for changing view flags.
700
+ - Directory organization; package initialization; documentation; new key-ins.
701
+
702
+ ## 1.2.0
703
+ Wed, 24 Jul 2019 11:47:26 GMT
704
+
705
+ ### Updates
706
+
707
+ - Improved dev radiobox
708
+ - Added inline option to createTextBox.
709
+ - Added the ability to visualize the project extents of an iModel.
710
+
711
+ ## 1.1.0
712
+ Mon, 01 Jul 2019 19:04:29 GMT
713
+
714
+ ### Minor changes
715
+
716
+ - Package created from display-test-app's debug menu and ui widgets.
717
+
718
+ ### Updates
719
+
720
+ - Added total number of dispatched tile requests and of cache misses to tile statistics tracker.
721
+ - Include number of tile trees in memory tracker panel.
722
+ - Update to TypeScript 3.5
723
+