@itwin/imodel-components-react 5.3.1 → 5.5.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 (30) hide show
  1. package/CHANGELOG.md +129 -4
  2. package/lib/imodel-components-react/UiIModelComponents.js +1 -1
  3. package/lib/imodel-components-react/UiIModelComponents.js.map +1 -1
  4. package/lib/imodel-components-react/editors/NewWeightEditor.d.ts +10 -0
  5. package/lib/imodel-components-react/editors/NewWeightEditor.d.ts.map +1 -0
  6. package/lib/imodel-components-react/editors/NewWeightEditor.js +32 -0
  7. package/lib/imodel-components-react/editors/NewWeightEditor.js.map +1 -0
  8. package/lib/imodel-components-react/inputs/new-editors/QuantityEditor.d.ts +19 -0
  9. package/lib/imodel-components-react/inputs/new-editors/QuantityEditor.d.ts.map +1 -0
  10. package/lib/imodel-components-react/inputs/new-editors/QuantityEditor.js +34 -0
  11. package/lib/imodel-components-react/inputs/new-editors/QuantityEditor.js.map +1 -0
  12. package/lib/imodel-components-react/inputs/new-editors/QuantityInput.d.ts +15 -0
  13. package/lib/imodel-components-react/inputs/new-editors/QuantityInput.d.ts.map +1 -0
  14. package/lib/imodel-components-react/inputs/new-editors/QuantityInput.js +29 -0
  15. package/lib/imodel-components-react/inputs/new-editors/QuantityInput.js.map +1 -0
  16. package/lib/imodel-components-react/inputs/new-editors/UseQuantityInfo.d.ts +15 -0
  17. package/lib/imodel-components-react/inputs/new-editors/UseQuantityInfo.d.ts.map +1 -0
  18. package/lib/imodel-components-react/inputs/new-editors/UseQuantityInfo.js +47 -0
  19. package/lib/imodel-components-react/inputs/new-editors/UseQuantityInfo.js.map +1 -0
  20. package/lib/imodel-components-react/quantityformat/FormatType.d.ts.map +1 -1
  21. package/lib/imodel-components-react/quantityformat/FormatType.js +2 -0
  22. package/lib/imodel-components-react/quantityformat/FormatType.js.map +1 -1
  23. package/lib/imodel-components-react/quantityformat/MiscFormatOptions.d.ts.map +1 -1
  24. package/lib/imodel-components-react/quantityformat/MiscFormatOptions.js +2 -0
  25. package/lib/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
  26. package/lib/imodel-components-react.d.ts +2 -0
  27. package/lib/imodel-components-react.d.ts.map +1 -1
  28. package/lib/imodel-components-react.js +2 -0
  29. package/lib/imodel-components-react.js.map +1 -1
  30. package/package.json +26 -27
package/CHANGELOG.md CHANGED
@@ -1,23 +1,47 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Thu, 20 Mar 2025 11:10:28 GMT and should not be manually modified.
3
+ ## 5.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c619667: Updated peer dependencies to support iTwin.js core v5 packages.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c619667]
12
+ - Updated dependencies [c619667]
13
+ - Updated dependencies [a69108d]
14
+ - @itwin/components-react@5.5.0
15
+ - @itwin/core-react@5.5.0
16
+
17
+ ## 5.4.0
18
+
19
+ Thu, 17 Apr 2025 09:55:41 GMT
20
+
21
+ ### Updates
22
+
23
+ - Added Quantity and Weight property editor specifications for the new editors system.
4
24
 
5
25
  ## 5.3.1
26
+
6
27
  Thu, 20 Mar 2025 11:10:28 GMT
7
28
 
8
29
  _Version update only_
9
30
 
10
31
  ## 5.3.0
32
+
11
33
  Fri, 14 Mar 2025 17:37:48 GMT
12
34
 
13
35
  _Version update only_
14
36
 
15
37
  ## 5.2.0
38
+
16
39
  Thu, 27 Feb 2025 08:07:36 GMT
17
40
 
18
41
  _Version update only_
19
42
 
20
43
  ## 5.1.0
44
+
21
45
  Thu, 30 Jan 2025 09:15:23 GMT
22
46
 
23
47
  ### Updates
@@ -25,21 +49,25 @@ Thu, 30 Jan 2025 09:15:23 GMT
25
49
  - cSpell fixes
26
50
 
27
51
  ## 5.0.5
52
+
28
53
  Tue, 21 Jan 2025 11:38:58 GMT
29
54
 
30
55
  _Version update only_
31
56
 
32
57
  ## 5.0.4
58
+
33
59
  Fri, 17 Jan 2025 14:12:03 GMT
34
60
 
35
61
  _Version update only_
36
62
 
37
63
  ## 5.0.3
64
+
38
65
  Fri, 17 Jan 2025 11:42:02 GMT
39
66
 
40
67
  _Version update only_
41
68
 
42
69
  ## 5.0.2
70
+
43
71
  Thu, 16 Jan 2025 12:04:12 GMT
44
72
 
45
73
  ### Updates
@@ -47,11 +75,13 @@ Thu, 16 Jan 2025 12:04:12 GMT
47
75
  - Use import attributes for json imports.
48
76
 
49
77
  ## 5.0.1
78
+
50
79
  Wed, 15 Jan 2025 11:47:00 GMT
51
80
 
52
81
  _Version update only_
53
82
 
54
83
  ## 5.0.0
84
+
55
85
  Mon, 16 Dec 2024 11:43:27 GMT
56
86
 
57
87
  ### Updates
@@ -68,36 +98,43 @@ Mon, 16 Dec 2024 11:43:27 GMT
68
98
  - Replace buic variables with iTwinUI CSS variables.
69
99
 
70
100
  ## 4.17.6
101
+
71
102
  Wed, 20 Nov 2024 14:27:46 GMT
72
103
 
73
104
  _Version update only_
74
105
 
75
106
  ## 4.17.5
107
+
76
108
  Thu, 14 Nov 2024 08:22:04 GMT
77
109
 
78
110
  _Version update only_
79
111
 
80
112
  ## 4.17.4
113
+
81
114
  Fri, 08 Nov 2024 14:41:23 GMT
82
115
 
83
116
  _Version update only_
84
117
 
85
118
  ## 4.17.3
119
+
86
120
  Wed, 06 Nov 2024 09:04:20 GMT
87
121
 
88
122
  _Version update only_
89
123
 
90
124
  ## 4.17.2
125
+
91
126
  Wed, 30 Oct 2024 14:46:15 GMT
92
127
 
93
128
  _Version update only_
94
129
 
95
130
  ## 4.17.1
131
+
96
132
  Wed, 09 Oct 2024 10:50:47 GMT
97
133
 
98
134
  _Version update only_
99
135
 
100
136
  ## 4.17.0
137
+
101
138
  Thu, 19 Sep 2024 12:50:53 GMT
102
139
 
103
140
  ### Updates
@@ -105,31 +142,37 @@ Thu, 19 Sep 2024 12:50:53 GMT
105
142
  - Deprecated component props in favor of type helper
106
143
 
107
144
  ## 4.16.5
145
+
108
146
  Tue, 10 Sep 2024 16:40:46 GMT
109
147
 
110
148
  _Version update only_
111
149
 
112
150
  ## 4.16.4
151
+
113
152
  Wed, 04 Sep 2024 08:10:19 GMT
114
153
 
115
154
  _Version update only_
116
155
 
117
156
  ## 4.16.3
157
+
118
158
  Tue, 03 Sep 2024 14:32:22 GMT
119
159
 
120
160
  _Version update only_
121
161
 
122
162
  ## 4.16.2
163
+
123
164
  Wed, 28 Aug 2024 06:32:12 GMT
124
165
 
125
166
  _Version update only_
126
167
 
127
168
  ## 4.16.1
169
+
128
170
  Fri, 16 Aug 2024 08:18:14 GMT
129
171
 
130
172
  _Version update only_
131
173
 
132
174
  ## 4.16.0
175
+
133
176
  Wed, 07 Aug 2024 12:38:32 GMT
134
177
 
135
178
  ### Updates
@@ -138,56 +181,67 @@ Wed, 07 Aug 2024 12:38:32 GMT
138
181
  - Added `trackContainerProps` property to `TimelineComponent`.
139
182
 
140
183
  ## 4.15.5
184
+
141
185
  Wed, 24 Jul 2024 16:09:26 GMT
142
186
 
143
187
  _Version update only_
144
188
 
145
189
  ## 4.15.4
190
+
146
191
  Mon, 22 Jul 2024 21:27:52 GMT
147
192
 
148
193
  _Version update only_
149
194
 
150
195
  ## 4.15.3
196
+
151
197
  Mon, 15 Jul 2024 12:12:01 GMT
152
198
 
153
199
  _Version update only_
154
200
 
155
201
  ## 4.15.2
202
+
156
203
  Wed, 10 Jul 2024 11:54:56 GMT
157
204
 
158
205
  _Version update only_
159
206
 
160
207
  ## 4.15.1
208
+
161
209
  Tue, 09 Jul 2024 09:23:12 GMT
162
210
 
163
211
  _Version update only_
164
212
 
165
213
  ## 4.15.0
214
+
166
215
  Fri, 28 Jun 2024 09:09:37 GMT
167
216
 
168
217
  _Version update only_
169
218
 
170
219
  ## 4.14.2
220
+
171
221
  Mon, 22 Jul 2024 21:23:09 GMT
172
222
 
173
223
  _Version update only_
174
224
 
175
225
  ## 4.14.1
226
+
176
227
  Tue, 11 Jun 2024 15:58:29 GMT
177
228
 
178
229
  _Version update only_
179
230
 
180
231
  ## 4.14.0
232
+
181
233
  Thu, 06 Jun 2024 08:24:21 GMT
182
234
 
183
235
  _Version update only_
184
236
 
185
237
  ## 4.13.4
238
+
186
239
  Tue, 21 May 2024 08:21:34 GMT
187
240
 
188
241
  _Version update only_
189
242
 
190
243
  ## 4.13.3
244
+
191
245
  Fri, 17 May 2024 09:43:31 GMT
192
246
 
193
247
  ### Updates
@@ -196,16 +250,19 @@ Fri, 17 May 2024 09:43:31 GMT
196
250
  - upgrade to TypeScript@5.3.3 and @itwin/build-tools@4.6.x
197
251
 
198
252
  ## 4.13.2
253
+
199
254
  Wed, 08 May 2024 08:24:46 GMT
200
255
 
201
256
  _Version update only_
202
257
 
203
258
  ## 4.13.1
259
+
204
260
  Tue, 07 May 2024 15:01:46 GMT
205
261
 
206
262
  _Version update only_
207
263
 
208
264
  ## 4.13.0
265
+
209
266
  Tue, 07 May 2024 08:44:06 GMT
210
267
 
211
268
  ### Updates
@@ -213,11 +270,13 @@ Tue, 07 May 2024 08:44:06 GMT
213
270
  - Deprecated all UI event classes.
214
271
 
215
272
  ## 4.12.0
273
+
216
274
  Fri, 05 Apr 2024 09:55:35 GMT
217
275
 
218
276
  _Version update only_
219
277
 
220
278
  ## 4.11.0
279
+
221
280
  Thu, 21 Mar 2024 16:38:04 GMT
222
281
 
223
282
  ### Updates
@@ -229,6 +288,7 @@ Thu, 21 Mar 2024 16:38:04 GMT
229
288
  - Removed memoization for translated strings in components.
230
289
 
231
290
  ## 4.10.0
291
+
232
292
  Mon, 26 Feb 2024 15:50:45 GMT
233
293
 
234
294
  ### Updates
@@ -237,6 +297,7 @@ Mon, 26 Feb 2024 15:50:45 GMT
237
297
  - Use iTwinUI 3.x.
238
298
 
239
299
  ## 4.9.0
300
+
240
301
  Tue, 06 Feb 2024 08:56:40 GMT
241
302
 
242
303
  ### Updates
@@ -244,26 +305,31 @@ Tue, 06 Feb 2024 08:56:40 GMT
244
305
  - ignore appui-abstract eslint deprecation m
245
306
 
246
307
  ## 4.8.3
308
+
247
309
  Tue, 30 Jan 2024 09:04:27 GMT
248
310
 
249
311
  _Version update only_
250
312
 
251
313
  ## 4.8.2
314
+
252
315
  Wed, 24 Jan 2024 12:37:04 GMT
253
316
 
254
317
  _Version update only_
255
318
 
256
319
  ## 4.8.1
320
+
257
321
  Thu, 11 Jan 2024 13:05:42 GMT
258
322
 
259
323
  _Version update only_
260
324
 
261
325
  ## 4.8.0
326
+
262
327
  Thu, 21 Dec 2023 14:08:43 GMT
263
328
 
264
329
  _Version update only_
265
330
 
266
331
  ## 4.7.2
332
+
267
333
  Wed, 20 Dec 2023 23:11:37 GMT
268
334
 
269
335
  ### Updates
@@ -271,6 +337,7 @@ Wed, 20 Dec 2023 23:11:37 GMT
271
337
  - Revert Viewport creation delay from 0x0.
272
338
 
273
339
  ## 4.7.1
340
+
274
341
  Thu, 07 Dec 2023 19:40:17 GMT
275
342
 
276
343
  ### Updates
@@ -278,6 +345,7 @@ Thu, 07 Dec 2023 19:40:17 GMT
278
345
  - `ViewportComponent` will now wait to have positive space before creating iTwin.js viewport.
279
346
 
280
347
  ## 4.7.0
348
+
281
349
  Fri, 01 Dec 2023 20:01:16 GMT
282
350
 
283
351
  ### Updates
@@ -287,41 +355,49 @@ Fri, 01 Dec 2023 20:01:16 GMT
287
355
  - Remove additional `changeView` call on `ViewportComponent` mount.
288
356
 
289
357
  ## 4.6.3
358
+
290
359
  Wed, 25 Oct 2023 09:39:22 GMT
291
360
 
292
361
  _Version update only_
293
362
 
294
363
  ## 4.6.2
364
+
295
365
  Tue, 17 Oct 2023 19:16:23 GMT
296
366
 
297
367
  _Version update only_
298
368
 
299
369
  ## 4.6.1
370
+
300
371
  Thu, 12 Oct 2023 16:59:20 GMT
301
372
 
302
373
  _Version update only_
303
374
 
304
375
  ## 4.6.0
376
+
305
377
  Wed, 04 Oct 2023 18:05:34 GMT
306
378
 
307
379
  _Version update only_
308
380
 
309
381
  ## 4.5.1
382
+
310
383
  Fri, 08 Sep 2023 16:10:53 GMT
311
384
 
312
385
  _Version update only_
313
386
 
314
387
  ## 4.5.0
388
+
315
389
  Wed, 06 Sep 2023 17:29:22 GMT
316
390
 
317
391
  _Version update only_
318
392
 
319
393
  ## 4.4.0
394
+
320
395
  Tue, 15 Aug 2023 18:02:09 GMT
321
396
 
322
397
  _Version update only_
323
398
 
324
399
  ## 4.3.0
400
+
325
401
  Mon, 17 Jul 2023 10:16:20 GMT
326
402
 
327
403
  ### Updates
@@ -329,6 +405,7 @@ Mon, 17 Jul 2023 10:16:20 GMT
329
405
  - Update sinon to 15.2.0 and @types/sinon to 10.0.15
330
406
 
331
407
  ## 4.2.0
408
+
332
409
  Tue, 27 Jun 2023 14:50:22 GMT
333
410
 
334
411
  ### Updates
@@ -337,6 +414,7 @@ Tue, 27 Jun 2023 14:50:22 GMT
337
414
  - Update `@itwin/itwinui-react` version to 2.11.6.
338
415
 
339
416
  ## 4.1.0
417
+
340
418
  Mon, 29 May 2023 14:05:04 GMT
341
419
 
342
420
  ### Updates
@@ -345,11 +423,13 @@ Mon, 29 May 2023 14:05:04 GMT
345
423
  - Change arrow-click rotation logic to allow rotation to rotated faces.
346
424
 
347
425
  ## 4.0.1
426
+
348
427
  Fri, 19 May 2023 12:24:31 GMT
349
428
 
350
429
  _Version update only_
351
430
 
352
431
  ## 4.0.0
432
+
353
433
  Mon, 01 May 2023 13:32:16 GMT
354
434
 
355
435
  ### Updates
@@ -368,16 +448,19 @@ Mon, 01 May 2023 13:32:16 GMT
368
448
  - Remove webfont icons from components.
369
449
 
370
450
  ## 3.7.2
451
+
371
452
  Wed, 12 Apr 2023 13:12:42 GMT
372
453
 
373
454
  _Version update only_
374
455
 
375
456
  ## 3.7.1
457
+
376
458
  Mon, 03 Apr 2023 15:15:37 GMT
377
459
 
378
460
  _Version update only_
379
461
 
380
462
  ## 3.7.0
463
+
381
464
  Wed, 29 Mar 2023 15:02:27 GMT
382
465
 
383
466
  ### Updates
@@ -388,21 +471,25 @@ Wed, 29 Mar 2023 15:02:27 GMT
388
471
  - Update @deprecated comments
389
472
 
390
473
  ## 3.6.3
474
+
391
475
  Mon, 27 Mar 2023 16:26:47 GMT
392
476
 
393
477
  _Version update only_
394
478
 
395
479
  ## 3.6.2
480
+
396
481
  Fri, 17 Mar 2023 17:52:32 GMT
397
482
 
398
483
  _Version update only_
399
484
 
400
485
  ## 3.6.1
486
+
401
487
  Fri, 24 Feb 2023 22:00:48 GMT
402
488
 
403
489
  _Version update only_
404
490
 
405
491
  ## 3.6.0
492
+
406
493
  Wed, 08 Feb 2023 14:58:40 GMT
407
494
 
408
495
  ### Updates
@@ -410,36 +497,43 @@ Wed, 08 Feb 2023 14:58:40 GMT
410
497
  - Use EmptyLocalization for localization in tests to increase test performance
411
498
 
412
499
  ## 3.5.6
500
+
413
501
  Fri, 24 Feb 2023 16:02:47 GMT
414
502
 
415
503
  _Version update only_
416
504
 
417
505
  ## 3.5.5
506
+
418
507
  Thu, 26 Jan 2023 22:53:27 GMT
419
508
 
420
509
  _Version update only_
421
510
 
422
511
  ## 3.5.4
512
+
423
513
  Wed, 18 Jan 2023 15:27:15 GMT
424
514
 
425
515
  _Version update only_
426
516
 
427
517
  ## 3.5.3
518
+
428
519
  Fri, 13 Jan 2023 17:23:07 GMT
429
520
 
430
521
  _Version update only_
431
522
 
432
523
  ## 3.5.2
524
+
433
525
  Wed, 11 Jan 2023 16:46:30 GMT
434
526
 
435
527
  _Version update only_
436
528
 
437
529
  ## 3.5.1
530
+
438
531
  Thu, 15 Dec 2022 16:38:29 GMT
439
532
 
440
533
  _Version update only_
441
534
 
442
535
  ## 3.5.0
536
+
443
537
  Wed, 07 Dec 2022 19:12:37 GMT
444
538
 
445
539
  ### Updates
@@ -447,41 +541,49 @@ Wed, 07 Dec 2022 19:12:37 GMT
447
541
  - Unpin classnames package
448
542
 
449
543
  ## 3.4.7
544
+
450
545
  Wed, 30 Nov 2022 14:28:19 GMT
451
546
 
452
547
  _Version update only_
453
548
 
454
549
  ## 3.4.6
550
+
455
551
  Tue, 22 Nov 2022 14:24:19 GMT
456
552
 
457
553
  _Version update only_
458
554
 
459
555
  ## 3.4.5
556
+
460
557
  Thu, 17 Nov 2022 21:32:50 GMT
461
558
 
462
559
  _Version update only_
463
560
 
464
561
  ## 3.4.4
562
+
465
563
  Thu, 10 Nov 2022 19:32:17 GMT
466
564
 
467
565
  _Version update only_
468
566
 
469
567
  ## 3.4.3
568
+
470
569
  Fri, 28 Oct 2022 13:34:58 GMT
471
570
 
472
571
  _Version update only_
473
572
 
474
573
  ## 3.4.2
574
+
475
575
  Mon, 24 Oct 2022 13:23:45 GMT
476
576
 
477
577
  _Version update only_
478
578
 
479
579
  ## 3.4.1
580
+
480
581
  Mon, 17 Oct 2022 20:06:51 GMT
481
582
 
482
583
  _Version update only_
483
584
 
484
585
  ## 3.4.0
586
+
485
587
  Thu, 13 Oct 2022 20:24:47 GMT
486
588
 
487
589
  ### Updates
@@ -490,31 +592,37 @@ Thu, 13 Oct 2022 20:24:47 GMT
490
592
  - Fix/Remove skipped tests
491
593
 
492
594
  ## 3.3.5
595
+
493
596
  Tue, 27 Sep 2022 11:50:59 GMT
494
597
 
495
598
  _Version update only_
496
599
 
497
600
  ## 3.3.4
601
+
498
602
  Thu, 08 Sep 2022 19:00:05 GMT
499
603
 
500
604
  _Version update only_
501
605
 
502
606
  ## 3.3.3
607
+
503
608
  Tue, 06 Sep 2022 20:54:19 GMT
504
609
 
505
610
  _Version update only_
506
611
 
507
612
  ## 3.3.2
613
+
508
614
  Thu, 01 Sep 2022 14:37:22 GMT
509
615
 
510
616
  _Version update only_
511
617
 
512
618
  ## 3.3.1
619
+
513
620
  Fri, 26 Aug 2022 15:40:02 GMT
514
621
 
515
622
  _Version update only_
516
623
 
517
624
  ## 3.3.0
625
+
518
626
  Thu, 18 Aug 2022 19:08:02 GMT
519
627
 
520
628
  ### Updates
@@ -526,46 +634,55 @@ Thu, 18 Aug 2022 19:08:02 GMT
526
634
  - Update iTwinUI-react to 1.38.1
527
635
 
528
636
  ## 3.2.9
637
+
529
638
  Fri, 26 Aug 2022 14:21:40 GMT
530
639
 
531
640
  _Version update only_
532
641
 
533
642
  ## 3.2.8
643
+
534
644
  Tue, 09 Aug 2022 15:52:41 GMT
535
645
 
536
646
  _Version update only_
537
647
 
538
648
  ## 3.2.7
649
+
539
650
  Mon, 01 Aug 2022 13:36:56 GMT
540
651
 
541
652
  _Version update only_
542
653
 
543
654
  ## 3.2.6
655
+
544
656
  Fri, 15 Jul 2022 19:04:43 GMT
545
657
 
546
658
  _Version update only_
547
659
 
548
660
  ## 3.2.5
661
+
549
662
  Wed, 13 Jul 2022 15:45:53 GMT
550
663
 
551
664
  _Version update only_
552
665
 
553
666
  ## 3.2.4
667
+
554
668
  Tue, 21 Jun 2022 18:06:33 GMT
555
669
 
556
670
  _Version update only_
557
671
 
558
672
  ## 3.2.3
673
+
559
674
  Fri, 17 Jun 2022 15:18:39 GMT
560
675
 
561
676
  _Version update only_
562
677
 
563
678
  ## 3.2.2
679
+
564
680
  Fri, 10 Jun 2022 16:11:37 GMT
565
681
 
566
682
  _Version update only_
567
683
 
568
684
  ## 3.2.1
685
+
569
686
  Tue, 07 Jun 2022 15:02:56 GMT
570
687
 
571
688
  ### Updates
@@ -573,28 +690,33 @@ Tue, 07 Jun 2022 15:02:56 GMT
573
690
  - Remove fix height from ColorPicker dialog.
574
691
 
575
692
  ## 3.2.0
693
+
576
694
  Fri, 20 May 2022 13:10:54 GMT
577
695
 
578
696
  ### Updates
579
697
 
580
- - Fix for losing viewport content after clicking PW link
698
+ - Fix for losing viewport content after clicking PW link
581
699
 
582
700
  ## 3.1.3
701
+
583
702
  Fri, 15 Apr 2022 13:49:25 GMT
584
703
 
585
704
  _Version update only_
586
705
 
587
706
  ## 3.1.2
707
+
588
708
  Wed, 06 Apr 2022 22:27:56 GMT
589
709
 
590
710
  _Version update only_
591
711
 
592
712
  ## 3.1.1
713
+
593
714
  Thu, 31 Mar 2022 15:55:48 GMT
594
715
 
595
716
  _Version update only_
596
717
 
597
718
  ## 3.1.0
719
+
598
720
  Tue, 29 Mar 2022 20:53:47 GMT
599
721
 
600
722
  ### Updates
@@ -608,16 +730,19 @@ Tue, 29 Mar 2022 20:53:47 GMT
608
730
  - Update to latest itwinui-react.
609
731
 
610
732
  ## 3.0.3
733
+
611
734
  Fri, 25 Mar 2022 15:10:02 GMT
612
735
 
613
736
  _Version update only_
614
737
 
615
738
  ## 3.0.2
739
+
616
740
  Thu, 10 Mar 2022 21:18:13 GMT
617
741
 
618
742
  _Version update only_
619
743
 
620
744
  ## 3.0.1
745
+
621
746
  Thu, 24 Feb 2022 15:26:55 GMT
622
747
 
623
748
  ### Updates
@@ -625,6 +750,7 @@ Thu, 24 Feb 2022 15:26:55 GMT
625
750
  - Avoid processing stale viewStates that reference closed imodels.
626
751
 
627
752
  ## 3.0.0
753
+
628
754
  Mon, 24 Jan 2022 14:00:52 GMT
629
755
 
630
756
  ### Updates
@@ -639,7 +765,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
639
765
  - tool.run and tool.parseAndRun are now async methods
640
766
  - Deprecate obsolete code.
641
767
  - Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
642
- - update immer to fix security warning
768
+ - update immer to fix security warning
643
769
  - Deprecate and promote apis
644
770
  - Deprecate obsolete APIs. Publish beta APIs from last release.
645
771
  - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
@@ -658,4 +784,3 @@ Mon, 24 Jan 2022 14:00:52 GMT
658
784
  - Update to latest types/react package
659
785
  - Update ViewportComponent to function component that properly processes async method to get viewState.
660
786
  - Lock down and update version numbers so docs will build.
661
-
@@ -60,7 +60,7 @@ export class UiIModelComponents {
60
60
  Logger.logError(UiIModelComponents.loggerCategory("UiIModelComponents"), `translate: IModelApp.localization has not been setup. Returning blank string.`);
61
61
  return "";
62
62
  }
63
- return IModelApp.localization.getLocalizedString(`${UiIModelComponents.localizationNamespace}:${key}`);
63
+ return IModelApp.localization.getLocalizedString(`${UiIModelComponents.localizationNamespace}:${String(key)}`);
64
64
  }
65
65
  /** @internal */
66
66
  static loggerCategory(name) {