@itwin/hypermodeling-frontend 3.0.0-dev.98 → 3.0.0

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 (34) hide show
  1. package/CHANGELOG.md +89 -110
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/lib/cjs/HyperModeling.js +4 -4
  5. package/lib/cjs/HyperModeling.js.map +1 -1
  6. package/lib/cjs/HyperModelingDecorator.js.map +1 -1
  7. package/lib/cjs/PopupToolbar.d.ts +1 -1
  8. package/lib/cjs/PopupToolbar.d.ts.map +1 -1
  9. package/lib/cjs/PopupToolbar.js.map +1 -1
  10. package/lib/cjs/SectionDrawingLocationState.js +1 -1
  11. package/lib/cjs/SectionDrawingLocationState.js.map +1 -1
  12. package/lib/cjs/SectionMarkerHandler.d.ts +1 -1
  13. package/lib/cjs/SectionMarkerHandler.d.ts.map +1 -1
  14. package/lib/cjs/SectionMarkerHandler.js.map +1 -1
  15. package/lib/cjs/SectionMarkers.d.ts +1 -1
  16. package/lib/cjs/SectionMarkers.d.ts.map +1 -1
  17. package/lib/cjs/SectionMarkers.js +3 -2
  18. package/lib/cjs/SectionMarkers.js.map +1 -1
  19. package/lib/esm/HyperModeling.js +4 -4
  20. package/lib/esm/HyperModeling.js.map +1 -1
  21. package/lib/esm/HyperModelingDecorator.js.map +1 -1
  22. package/lib/esm/PopupToolbar.d.ts +1 -1
  23. package/lib/esm/PopupToolbar.d.ts.map +1 -1
  24. package/lib/esm/PopupToolbar.js.map +1 -1
  25. package/lib/esm/SectionDrawingLocationState.js +1 -1
  26. package/lib/esm/SectionDrawingLocationState.js.map +1 -1
  27. package/lib/esm/SectionMarkerHandler.d.ts +1 -1
  28. package/lib/esm/SectionMarkerHandler.d.ts.map +1 -1
  29. package/lib/esm/SectionMarkerHandler.js.map +1 -1
  30. package/lib/esm/SectionMarkers.d.ts +1 -1
  31. package/lib/esm/SectionMarkers.d.ts.map +1 -1
  32. package/lib/esm/SectionMarkers.js +3 -2
  33. package/lib/esm/SectionMarkers.js.map +1 -1
  34. package/package.json +20 -18
package/CHANGELOG.md CHANGED
@@ -1,141 +1,205 @@
1
1
  # Change Log - @itwin/hypermodeling-frontend
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 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
4
 
5
- ## 2.19.13
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 ecsql row format
12
+ - use new @itwin package names
13
+ - rename to @itwin/hypermodeling-frontend
14
+ - Replace usage of I18N with generic Localization interface.
15
+ - tool.run and tool.parseAndRun are now async methods
16
+
17
+ ## 2.19.28
18
+ Wed, 12 Jan 2022 14:52:38 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 2.19.27
23
+ Wed, 05 Jan 2022 20:07:20 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 2.19.26
28
+ Wed, 08 Dec 2021 20:54:52 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 2.19.25
33
+ Fri, 03 Dec 2021 20:05:49 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 2.19.24
38
+ Mon, 29 Nov 2021 18:44:31 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 2.19.23
43
+ Mon, 22 Nov 2021 20:41:39 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 2.19.22
48
+ Wed, 17 Nov 2021 01:23:26 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 2.19.21
53
+ Wed, 10 Nov 2021 10:58:24 GMT
54
+
55
+ _Version update only_
56
+
57
+ ## 2.19.20
58
+ Fri, 29 Oct 2021 16:14:22 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 2.19.19
63
+ Mon, 25 Oct 2021 16:16:25 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 2.19.18
68
+ Thu, 21 Oct 2021 20:59:44 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 2.19.17
73
+ Thu, 14 Oct 2021 21:19:43 GMT
74
+
75
+ _Version update only_
6
76
 
77
+ ## 2.19.16
78
+ Mon, 11 Oct 2021 17:37:46 GMT
79
+
80
+ _Version update only_
81
+
82
+ ## 2.19.15
83
+ Fri, 08 Oct 2021 16:44:23 GMT
84
+
85
+ _Version update only_
86
+
87
+ ## 2.19.14
88
+ Fri, 01 Oct 2021 13:07:03 GMT
89
+
90
+ _Version update only_
91
+
92
+ ## 2.19.13
7
93
  Tue, 21 Sep 2021 21:06:40 GMT
8
94
 
9
95
  _Version update only_
10
96
 
11
97
  ## 2.19.12
12
-
13
98
  Wed, 15 Sep 2021 18:06:46 GMT
14
99
 
15
100
  _Version update only_
16
101
 
17
102
  ## 2.19.11
18
-
19
103
  Thu, 09 Sep 2021 21:04:57 GMT
20
104
 
21
105
  _Version update only_
22
106
 
23
107
  ## 2.19.10
24
-
25
108
  Wed, 08 Sep 2021 14:36:01 GMT
26
109
 
27
110
  _Version update only_
28
111
 
29
112
  ## 2.19.9
30
-
31
113
  Wed, 25 Aug 2021 15:36:01 GMT
32
114
 
33
115
  _Version update only_
34
116
 
35
117
  ## 2.19.8
36
-
37
118
  Mon, 23 Aug 2021 13:23:13 GMT
38
119
 
39
120
  _Version update only_
40
121
 
41
122
  ## 2.19.7
42
-
43
123
  Fri, 20 Aug 2021 17:47:22 GMT
44
124
 
45
125
  _Version update only_
46
126
 
47
127
  ## 2.19.6
48
-
49
128
  Tue, 17 Aug 2021 20:34:29 GMT
50
129
 
51
130
  _Version update only_
52
131
 
53
132
  ## 2.19.5
54
-
55
133
  Fri, 13 Aug 2021 21:48:08 GMT
56
134
 
57
135
  _Version update only_
58
136
 
59
137
  ## 2.19.4
60
-
61
138
  Thu, 12 Aug 2021 13:09:26 GMT
62
139
 
63
140
  _Version update only_
64
141
 
65
142
  ## 2.19.3
66
-
67
143
  Wed, 04 Aug 2021 20:29:34 GMT
68
144
 
69
145
  _Version update only_
70
146
 
71
147
  ## 2.19.2
72
-
73
148
  Tue, 03 Aug 2021 18:26:23 GMT
74
149
 
75
150
  _Version update only_
76
151
 
77
152
  ## 2.19.1
78
-
79
153
  Thu, 29 Jul 2021 20:01:11 GMT
80
154
 
81
155
  _Version update only_
82
156
 
83
157
  ## 2.19.0
84
-
85
158
  Mon, 26 Jul 2021 12:21:25 GMT
86
159
 
87
160
  _Version update only_
88
161
 
89
162
  ## 2.18.4
90
-
91
163
  Tue, 10 Aug 2021 19:35:13 GMT
92
164
 
93
165
  _Version update only_
94
166
 
95
167
  ## 2.18.3
96
-
97
168
  Wed, 28 Jul 2021 17:16:30 GMT
98
169
 
99
170
  _Version update only_
100
171
 
101
172
  ## 2.18.2
102
-
103
173
  Mon, 26 Jul 2021 16:18:31 GMT
104
174
 
105
175
  _Version update only_
106
176
 
107
177
  ## 2.18.1
108
-
109
178
  Fri, 16 Jul 2021 17:45:09 GMT
110
179
 
111
180
  _Version update only_
112
181
 
113
182
  ## 2.18.0
114
-
115
183
  Fri, 09 Jul 2021 18:11:24 GMT
116
184
 
117
185
  _Version update only_
118
186
 
119
187
  ## 2.17.3
120
-
121
188
  Mon, 26 Jul 2021 16:08:36 GMT
122
189
 
123
190
  _Version update only_
124
191
 
125
192
  ## 2.17.2
126
-
127
193
  Thu, 08 Jul 2021 15:23:00 GMT
128
194
 
129
195
  _Version update only_
130
196
 
131
197
  ## 2.17.1
132
-
133
198
  Fri, 02 Jul 2021 15:38:30 GMT
134
199
 
135
200
  _Version update only_
136
201
 
137
202
  ## 2.17.0
138
-
139
203
  Mon, 28 Jun 2021 16:20:11 GMT
140
204
 
141
205
  ### Updates
@@ -143,31 +207,26 @@ Mon, 28 Jun 2021 16:20:11 GMT
143
207
  - Add SectionMarkerSet.findMarkerById.
144
208
 
145
209
  ## 2.16.10
146
-
147
210
  Thu, 22 Jul 2021 20:23:45 GMT
148
211
 
149
212
  _Version update only_
150
213
 
151
214
  ## 2.16.9
152
-
153
215
  Tue, 06 Jul 2021 22:08:34 GMT
154
216
 
155
217
  _Version update only_
156
218
 
157
219
  ## 2.16.8
158
-
159
220
  Fri, 02 Jul 2021 17:40:46 GMT
160
221
 
161
222
  _Version update only_
162
223
 
163
224
  ## 2.16.7
164
-
165
225
  Mon, 28 Jun 2021 18:13:04 GMT
166
226
 
167
227
  _Version update only_
168
228
 
169
229
  ## 2.16.6
170
-
171
230
  Mon, 28 Jun 2021 13:12:55 GMT
172
231
 
173
232
  ### Updates
@@ -175,67 +234,56 @@ Mon, 28 Jun 2021 13:12:55 GMT
175
234
  - Fix regression causing section graphics to be clipped by view clip.
176
235
 
177
236
  ## 2.16.5
178
-
179
237
  Fri, 25 Jun 2021 16:03:01 GMT
180
238
 
181
239
  _Version update only_
182
240
 
183
241
  ## 2.16.4
184
-
185
242
  Wed, 23 Jun 2021 17:09:07 GMT
186
243
 
187
244
  _Version update only_
188
245
 
189
246
  ## 2.16.3
190
-
191
247
  Wed, 16 Jun 2021 20:29:32 GMT
192
248
 
193
249
  _Version update only_
194
250
 
195
251
  ## 2.16.2
196
-
197
252
  Thu, 03 Jun 2021 18:08:11 GMT
198
253
 
199
254
  _Version update only_
200
255
 
201
256
  ## 2.16.1
202
-
203
257
  Thu, 27 May 2021 20:04:22 GMT
204
258
 
205
259
  _Version update only_
206
260
 
207
261
  ## 2.16.0
208
-
209
262
  Mon, 24 May 2021 15:58:39 GMT
210
263
 
211
264
  _Version update only_
212
265
 
213
266
  ## 2.15.6
214
-
215
267
  Wed, 26 May 2021 15:55:18 GMT
216
268
 
217
269
  _Version update only_
218
270
 
219
271
  ## 2.15.5
220
-
221
272
  Thu, 20 May 2021 15:06:26 GMT
222
273
 
223
274
  _Version update only_
224
275
 
225
276
  ## 2.15.4
226
-
227
277
  Tue, 18 May 2021 21:59:07 GMT
228
278
 
229
279
  _Version update only_
230
280
 
231
281
  ## 2.15.3
232
-
233
282
  Mon, 17 May 2021 13:31:37 GMT
234
283
 
235
284
  _Version update only_
236
285
 
237
286
  ## 2.15.2
238
-
239
287
  Wed, 12 May 2021 18:08:13 GMT
240
288
 
241
289
  ### Updates
@@ -243,13 +291,11 @@ Wed, 12 May 2021 18:08:13 GMT
243
291
  - Fix regression causing section graphics to be clipped by view clip.
244
292
 
245
293
  ## 2.15.1
246
-
247
294
  Wed, 05 May 2021 13:18:31 GMT
248
295
 
249
296
  _Version update only_
250
297
 
251
298
  ## 2.15.0
252
-
253
299
  Fri, 30 Apr 2021 12:36:58 GMT
254
300
 
255
301
  ### Updates
@@ -258,37 +304,31 @@ Fri, 30 Apr 2021 12:36:58 GMT
258
304
  - Promote all APIs to public.
259
305
 
260
306
  ## 2.14.4
261
-
262
307
  Thu, 22 Apr 2021 21:07:33 GMT
263
308
 
264
309
  _Version update only_
265
310
 
266
311
  ## 2.14.3
267
-
268
312
  Thu, 15 Apr 2021 15:13:16 GMT
269
313
 
270
314
  _Version update only_
271
315
 
272
316
  ## 2.14.2
273
-
274
317
  Thu, 08 Apr 2021 14:30:09 GMT
275
318
 
276
319
  _Version update only_
277
320
 
278
321
  ## 2.14.1
279
-
280
322
  Mon, 05 Apr 2021 16:28:00 GMT
281
323
 
282
324
  _Version update only_
283
325
 
284
326
  ## 2.14.0
285
-
286
327
  Fri, 02 Apr 2021 13:18:42 GMT
287
328
 
288
329
  _Version update only_
289
330
 
290
331
  ## 2.13.0
291
-
292
332
  Tue, 09 Mar 2021 20:28:13 GMT
293
333
 
294
334
  ### Updates
@@ -297,127 +337,106 @@ Tue, 09 Mar 2021 20:28:13 GMT
297
337
  - begin rename project from iModel.js to iTwin.js
298
338
 
299
339
  ## 2.12.3
300
-
301
340
  Mon, 08 Mar 2021 15:32:00 GMT
302
341
 
303
342
  _Version update only_
304
343
 
305
344
  ## 2.12.2
306
-
307
345
  Wed, 03 Mar 2021 18:48:52 GMT
308
346
 
309
347
  _Version update only_
310
348
 
311
349
  ## 2.12.1
312
-
313
350
  Tue, 23 Feb 2021 20:54:45 GMT
314
351
 
315
352
  _Version update only_
316
353
 
317
354
  ## 2.12.0
318
-
319
355
  Thu, 18 Feb 2021 22:10:13 GMT
320
356
 
321
357
  _Version update only_
322
358
 
323
359
  ## 2.11.2
324
-
325
360
  Thu, 18 Feb 2021 02:50:59 GMT
326
361
 
327
362
  _Version update only_
328
363
 
329
364
  ## 2.11.1
330
-
331
365
  Thu, 04 Feb 2021 17:22:41 GMT
332
366
 
333
367
  _Version update only_
334
368
 
335
369
  ## 2.11.0
336
-
337
370
  Thu, 28 Jan 2021 13:39:27 GMT
338
371
 
339
372
  _Version update only_
340
373
 
341
374
  ## 2.10.3
342
-
343
375
  Fri, 08 Jan 2021 18:34:03 GMT
344
376
 
345
377
  _Version update only_
346
378
 
347
379
  ## 2.10.2
348
-
349
380
  Fri, 08 Jan 2021 14:52:02 GMT
350
381
 
351
382
  _Version update only_
352
383
 
353
384
  ## 2.10.1
354
-
355
385
  Tue, 22 Dec 2020 00:53:38 GMT
356
386
 
357
387
  _Version update only_
358
388
 
359
389
  ## 2.10.0
360
-
361
390
  Fri, 18 Dec 2020 18:24:01 GMT
362
391
 
363
392
  _Version update only_
364
393
 
365
394
  ## 2.9.9
366
-
367
395
  Sun, 13 Dec 2020 19:00:03 GMT
368
396
 
369
397
  _Version update only_
370
398
 
371
399
  ## 2.9.8
372
-
373
400
  Fri, 11 Dec 2020 02:57:36 GMT
374
401
 
375
402
  _Version update only_
376
403
 
377
404
  ## 2.9.7
378
-
379
405
  Wed, 09 Dec 2020 20:58:23 GMT
380
406
 
381
407
  _Version update only_
382
408
 
383
409
  ## 2.9.6
384
-
385
410
  Mon, 07 Dec 2020 18:40:48 GMT
386
411
 
387
412
  _Version update only_
388
413
 
389
414
  ## 2.9.5
390
-
391
415
  Sat, 05 Dec 2020 01:55:56 GMT
392
416
 
393
417
  _Version update only_
394
418
 
395
419
  ## 2.9.4
396
-
397
420
  Wed, 02 Dec 2020 20:55:40 GMT
398
421
 
399
422
  _Version update only_
400
423
 
401
424
  ## 2.9.3
402
-
403
425
  Mon, 23 Nov 2020 20:57:56 GMT
404
426
 
405
427
  _Version update only_
406
428
 
407
429
  ## 2.9.2
408
-
409
430
  Mon, 23 Nov 2020 15:33:50 GMT
410
431
 
411
432
  _Version update only_
412
433
 
413
434
  ## 2.9.1
414
-
415
435
  Thu, 19 Nov 2020 17:03:42 GMT
416
436
 
417
437
  _Version update only_
418
438
 
419
439
  ## 2.9.0
420
-
421
440
  Wed, 18 Nov 2020 16:01:50 GMT
422
441
 
423
442
  ### Updates
@@ -425,91 +444,76 @@ Wed, 18 Nov 2020 16:01:50 GMT
425
444
  - Add 'forcePrune' method to tile tree to adhere to new TileTree pattern.
426
445
 
427
446
  ## 2.8.1
428
-
429
447
  Tue, 03 Nov 2020 00:33:56 GMT
430
448
 
431
449
  _Version update only_
432
450
 
433
451
  ## 2.8.0
434
-
435
452
  Fri, 23 Oct 2020 17:04:02 GMT
436
453
 
437
454
  _Version update only_
438
455
 
439
456
  ## 2.7.6
440
-
441
457
  Wed, 11 Nov 2020 16:28:23 GMT
442
458
 
443
459
  _Version update only_
444
460
 
445
461
  ## 2.7.5
446
-
447
462
  Fri, 23 Oct 2020 16:23:50 GMT
448
463
 
449
464
  _Version update only_
450
465
 
451
466
  ## 2.7.4
452
-
453
467
  Mon, 19 Oct 2020 17:57:01 GMT
454
468
 
455
469
  _Version update only_
456
470
 
457
471
  ## 2.7.3
458
-
459
472
  Wed, 14 Oct 2020 17:00:59 GMT
460
473
 
461
474
  _Version update only_
462
475
 
463
476
  ## 2.7.2
464
-
465
477
  Tue, 13 Oct 2020 18:20:38 GMT
466
478
 
467
479
  _Version update only_
468
480
 
469
481
  ## 2.7.1
470
-
471
482
  Thu, 08 Oct 2020 13:04:35 GMT
472
483
 
473
484
  _Version update only_
474
485
 
475
486
  ## 2.7.0
476
-
477
487
  Fri, 02 Oct 2020 18:03:32 GMT
478
488
 
479
489
  _Version update only_
480
490
 
481
491
  ## 2.6.5
482
-
483
492
  Sat, 26 Sep 2020 16:06:34 GMT
484
493
 
485
494
  _Version update only_
486
495
 
487
496
  ## 2.6.4
488
-
489
497
  Tue, 22 Sep 2020 17:40:07 GMT
490
498
 
491
499
  _Version update only_
492
500
 
493
501
  ## 2.6.3
494
-
495
502
  Mon, 21 Sep 2020 14:47:09 GMT
496
503
 
497
504
  _Version update only_
498
505
 
499
506
  ## 2.6.2
500
-
501
507
  Mon, 21 Sep 2020 13:07:44 GMT
502
508
 
503
509
  _Version update only_
504
510
 
505
511
  ## 2.6.1
506
-
507
512
  Fri, 18 Sep 2020 13:15:09 GMT
508
513
 
509
514
  _Version update only_
510
515
 
511
516
  ## 2.6.0
512
-
513
517
  Thu, 17 Sep 2020 13:16:12 GMT
514
518
 
515
519
  ### Updates
@@ -517,37 +521,31 @@ Thu, 17 Sep 2020 13:16:12 GMT
517
521
  - Moved ESLint configuration to a plugin
518
522
 
519
523
  ## 2.5.5
520
-
521
524
  Wed, 02 Sep 2020 17:42:23 GMT
522
525
 
523
526
  _Version update only_
524
527
 
525
528
  ## 2.5.4
526
-
527
529
  Fri, 28 Aug 2020 15:34:15 GMT
528
530
 
529
531
  _Version update only_
530
532
 
531
533
  ## 2.5.3
532
-
533
534
  Wed, 26 Aug 2020 11:46:00 GMT
534
535
 
535
536
  _Version update only_
536
537
 
537
538
  ## 2.5.2
538
-
539
539
  Tue, 25 Aug 2020 22:09:08 GMT
540
540
 
541
541
  _Version update only_
542
542
 
543
543
  ## 2.5.1
544
-
545
544
  Mon, 24 Aug 2020 18:13:04 GMT
546
545
 
547
546
  _Version update only_
548
547
 
549
548
  ## 2.5.0
550
-
551
549
  Thu, 20 Aug 2020 20:57:09 GMT
552
550
 
553
551
  ### Updates
@@ -558,13 +556,11 @@ Thu, 20 Aug 2020 20:57:09 GMT
558
556
  - Switch to ESLint
559
557
 
560
558
  ## 2.4.2
561
-
562
559
  Fri, 14 Aug 2020 16:34:09 GMT
563
560
 
564
561
  _Version update only_
565
562
 
566
563
  ## 2.4.1
567
-
568
564
  Fri, 07 Aug 2020 19:57:43 GMT
569
565
 
570
566
  ### Updates
@@ -572,7 +568,6 @@ Fri, 07 Aug 2020 19:57:43 GMT
572
568
  - Add missing assets to published package
573
569
 
574
570
  ## 2.4.0
575
-
576
571
  Tue, 28 Jul 2020 16:26:24 GMT
577
572
 
578
573
  ### Updates
@@ -581,7 +576,6 @@ Tue, 28 Jul 2020 16:26:24 GMT
581
576
  - Applications can now customize the visibility of section markers.
582
577
 
583
578
  ## 2.3.3
584
-
585
579
  Thu, 23 Jul 2020 12:57:15 GMT
586
580
 
587
581
  ### Updates
@@ -589,19 +583,16 @@ Thu, 23 Jul 2020 12:57:15 GMT
589
583
  - Add missing assets to published package
590
584
 
591
585
  ## 2.3.2
592
-
593
586
  Tue, 14 Jul 2020 23:50:36 GMT
594
587
 
595
588
  _Version update only_
596
589
 
597
590
  ## 2.3.1
598
-
599
591
  Mon, 13 Jul 2020 18:50:13 GMT
600
592
 
601
593
  _Version update only_
602
594
 
603
595
  ## 2.3.0
604
-
605
596
  Fri, 10 Jul 2020 17:23:14 GMT
606
597
 
607
598
  ### Updates
@@ -611,13 +602,11 @@ Fri, 10 Jul 2020 17:23:14 GMT
611
602
  - Convert hypermodeling extension into hypermodeling-frontend package.
612
603
 
613
604
  ## 2.2.1
614
-
615
605
  Tue, 07 Jul 2020 14:44:52 GMT
616
606
 
617
607
  _Version update only_
618
608
 
619
609
  ## 2.2.0
620
-
621
610
  Fri, 19 Jun 2020 14:10:03 GMT
622
611
 
623
612
  ### Updates
@@ -625,13 +614,11 @@ Fri, 19 Jun 2020 14:10:03 GMT
625
614
  - Add toolbar option to navigate to view attachment from section marker.
626
615
 
627
616
  ## 2.1.0
628
-
629
617
  Thu, 28 May 2020 22:48:59 GMT
630
618
 
631
619
  _Version update only_
632
620
 
633
621
  ## 2.0.0
634
-
635
622
  Wed, 06 May 2020 13:17:49 GMT
636
623
 
637
624
  ### Updates
@@ -645,31 +632,26 @@ Wed, 06 May 2020 13:17:49 GMT
645
632
  - Update to support new iModel.js Extension build system and drop support for the iModel.js module system.
646
633
 
647
634
  ## 1.14.1
648
-
649
635
  Wed, 22 Apr 2020 19:04:00 GMT
650
636
 
651
637
  _Version update only_
652
638
 
653
639
  ## 1.14.0
654
-
655
640
  Tue, 31 Mar 2020 15:44:19 GMT
656
641
 
657
642
  _Version update only_
658
643
 
659
644
  ## 1.13.0
660
-
661
645
  Wed, 04 Mar 2020 16:16:31 GMT
662
646
 
663
647
  _Version update only_
664
648
 
665
649
  ## 1.12.0
666
-
667
650
  Wed, 12 Feb 2020 17:45:50 GMT
668
651
 
669
652
  _Version update only_
670
653
 
671
654
  ## 1.11.0
672
-
673
655
  Wed, 22 Jan 2020 19:24:12 GMT
674
656
 
675
657
  ### Updates
@@ -677,13 +659,11 @@ Wed, 22 Jan 2020 19:24:12 GMT
677
659
  - Upgrade to TypeScript 3.7.2.
678
660
 
679
661
  ## 1.10.0
680
-
681
662
  Tue, 07 Jan 2020 19:44:01 GMT
682
663
 
683
664
  _Version update only_
684
665
 
685
666
  ## 1.9.0
686
-
687
667
  Tue, 10 Dec 2019 18:08:56 GMT
688
668
 
689
669
  ### Updates
@@ -691,7 +671,6 @@ Tue, 10 Dec 2019 18:08:56 GMT
691
671
  - Add iModelJs.buildModule.installTo property to package.json
692
672
 
693
673
  ## 1.8.0
694
-
695
674
  Fri, 22 Nov 2019 14:03:34 GMT
696
675
 
697
676
  ### Updates
@@ -701,7 +680,6 @@ Fri, 22 Nov 2019 14:03:34 GMT
701
680
  - Change SectionLocationProps.clipGeometry type to string. Add get/set ClipVector methods on SectionLocation.
702
681
 
703
682
  ## 1.7.0
704
-
705
683
  Fri, 01 Nov 2019 13:28:37 GMT
706
684
 
707
685
  ### Updates
@@ -712,3 +690,4 @@ Fri, 01 Nov 2019 13:28:37 GMT
712
690
  - Hypermodeling keyins to filter display by type and to ignore category (because MicroStation does).
713
691
  - Make hypermodeling toolIds more likely to remain unique by including plugin name.
714
692
  - Added popup toolbar when cursor stops over marker or marker is tapped.
693
+