@dynatrace/strato-geo 3.7.0 → 3.8.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,2057 @@
1
+ # geo
2
+
3
+ ## 3.8.0
4
+
5
+ ### Dependency updates
6
+
7
+ - `@dynatrace/strato-design-tokens` was updated to version `1.5.1`.
8
+ - `@dynatrace/strato-icons` was updated to version `2.3.1`.
9
+ - `@dynatrace/strato-components` was updated to version `3.8.0`.
10
+
11
+ ### Updates
12
+
13
+ #### General
14
+
15
+ - Changelog files are now included in the published packages for easier agentic access.
16
+
17
+ #### Charts
18
+
19
+ - Fixed the toolbar auto-collapse logic and added collapse button to `Map` toolbar. (APPDEV-18014)
20
+
21
+ #### DotLayer
22
+
23
+ - Fixed custom background color on `DotLayer` icons flashing to the default color when zooming in or out.
24
+
25
+ #### MapView
26
+
27
+ - Fixed the feature-state highlight persisting on map layers after tooltip dismissal, and the pinned tooltip not dismissing when clicking the same feature again. (APPDEV-17231)
28
+ - Fixed a crash that occurred at low zoom levels in browsers. (APPDEV-18220)
29
+
30
+ ## 3.7.1
31
+
32
+ ### Dependency updates
33
+
34
+ - `@dynatrace/strato-components` was updated to version `3.7.1`.
35
+
36
+ ## 3.7.0
37
+
38
+ ### Dependency updates
39
+
40
+ - `@dynatrace/strato-components` was updated to version `3.7.0`.
41
+
42
+ ### Deprecations
43
+
44
+ #### MapView
45
+
46
+ - Deprecated `Tooltip` and `TooltipAtoms` exports. Instead, use `ChartTooltip` from `@dynatrace/strato-components/charts`.
47
+
48
+ ### Updates
49
+
50
+ #### General
51
+
52
+ - Removed CodeSandbox preview links from use case examples. (APPDEV-16704)
53
+
54
+ #### MapView
55
+
56
+ - Fixed a crash when rendering maps with large datasets. Tooltip data, including properties with null values, is fully preserved. Fixed a coordinate swap bug in tooltip data where latitude and longitude values were reversed. (APPDEV-13365)
57
+ - Fixed an issue where certain rendering conditions could cause the map to crash the entire application. The map now recovers automatically from transient errors and only shows a fallback error state if it cannot recover after several attempts. (APPDEV-17938).
58
+ - Fixed an issue where hovering over the map could cause the application to crash when the map was loading or transitioning between data states. (APPDEV-17854)
59
+ - Fixed custom icons passed to the `DotLayer` `shape` prop from being cropped in Firefox. (APPDEV-17907)
60
+
61
+ ## 3.6.0
62
+
63
+ ### Dependency updates
64
+
65
+ - `@dynatrace/strato-components` was updated to version `3.6.0`.
66
+
67
+ ### Updates
68
+
69
+ #### General
70
+
71
+ - Fix type signatures for `data-dt-value-content` and `data-dt-children-value-content` in `BehaviorTrackingProps` — both are now correctly typed as `boolean`.
72
+
73
+ #### MapView
74
+
75
+ - Now has MapViewProvider to configure countryCode and displayWorldMap. (APPDEV-17617)
76
+ - Layers use new overlay custom tooltip. (APPDEV-17763)
77
+
78
+ ## 3.5.2
79
+
80
+ ### Dependency updates
81
+
82
+ - `@dynatrace/strato-components` was updated to version `3.5.2`.
83
+
84
+ ### Updates
85
+
86
+ #### General
87
+
88
+ - Fix type signatures for `data-dt-value-content` and `data-dt-children-value-content` in `BehaviorTrackingProps` — both are now correctly typed as `boolean`.
89
+
90
+ ## 3.5.1
91
+
92
+ ### Dependency updates
93
+
94
+ - `@dynatrace/strato-components` was updated to version `3.5.1`.
95
+
96
+ ## 3.5.0
97
+
98
+ ### Dependency updates
99
+
100
+ - `@dynatrace/strato-icons` was updated to version `2.3.0`.
101
+ - `@dynatrace/strato-design-tokens` was updated to version `1.5.0`.
102
+ - `@dynatrace/strato-components` was updated to version `3.5.0`.
103
+
104
+ ## 3.4.1
105
+
106
+ ### Dependency updates
107
+
108
+ - `@dynatrace/strato-components` was updated to version `3.4.1`.
109
+
110
+ ### Updates
111
+
112
+ #### General
113
+
114
+ - Fix type signatures for `data-dt-value-content` and `data-dt-children-value-content` in `BehaviorTrackingProps` — both are now correctly typed as `boolean`.
115
+
116
+ ## 3.4.0
117
+
118
+ ### Dependency updates
119
+
120
+ - `@dynatrace/strato-design-tokens` was updated to version `1.4.0`.
121
+ - `@dynatrace/strato-components` was updated to version `3.4.0`.
122
+
123
+ ## 3.3.3
124
+
125
+ ### Dependency updates
126
+
127
+ - `@dynatrace/strato-components` was updated to version `3.3.3`.
128
+
129
+ ## 3.3.2
130
+
131
+ ### Dependency updates
132
+
133
+ - `@dynatrace/strato-components` was updated to version `3.3.2`.
134
+
135
+ ## 3.3.1
136
+
137
+ ### Dependency updates
138
+
139
+ - `@dynatrace/strato-components` was updated to version `3.3.1`.
140
+
141
+ ## 3.3.0
142
+
143
+ ### Dependency updates
144
+
145
+ - `@dynatrace/strato-icons` was updated to version `2.2.0`.
146
+ - `@dynatrace/strato-components` was updated to version `3.3.0`.
147
+
148
+ ### Updates
149
+
150
+ #### MapView
151
+
152
+ - Default tooltip uses new tooltip for `MapView`. (APPDEV-16696)
153
+
154
+ ## 3.2.2
155
+
156
+ ### Dependency updates
157
+
158
+ - `@dynatrace/strato-components` was updated to version `3.2.2`.
159
+
160
+ ## 3.2.1
161
+
162
+ ### Dependency updates
163
+
164
+ - `@dynatrace/strato-components` was updated to version `3.2.1`.
165
+
166
+ ## 3.2.0
167
+
168
+ ### Dependency updates
169
+
170
+ - `@dynatrace/strato-icons` was updated to version `2.1.1`.
171
+ - `@dynatrace/strato-components` was updated to version `3.2.0`.
172
+
173
+ ## 3.1.5
174
+
175
+ ### Dependency updates
176
+
177
+ - `@dynatrace/strato-components` was updated to version `3.1.5`.
178
+
179
+ ## 3.1.4
180
+
181
+ ### Dependency updates
182
+
183
+ - `@dynatrace/strato-components` was updated to version `3.1.4`.
184
+
185
+ ## 3.1.3
186
+
187
+ ### Dependency updates
188
+
189
+ - `@dynatrace/strato-components` was updated to version `3.1.3`.
190
+
191
+ ## 3.1.2
192
+
193
+ ### Dependency updates
194
+
195
+ - `@dynatrace/strato-components` was updated to version `3.1.2`.
196
+
197
+ ## 3.1.1
198
+
199
+ ### Dependency updates
200
+
201
+ - `@dynatrace/strato-components` was updated to version `3.1.1`.
202
+
203
+ ## 3.1.0
204
+
205
+ ### Dependency updates
206
+
207
+ - `@dynatrace/strato-icons` was updated to version `2.1.0`.
208
+ - `@dynatrace/strato-components` was updated to version `3.1.0`.
209
+
210
+ ### Updates
211
+
212
+ #### BubbleLayer
213
+
214
+ - Add behavioral tracking props support to geo map components. (APPDEV-16380)
215
+
216
+ #### ChoroplethLayer
217
+
218
+ - Add behavioral tracking props support to geo map components. (APPDEV-16380)
219
+
220
+ #### ConnectionLayer
221
+
222
+ - Add behavioral tracking props support to geo map components. (APPDEV-16380)
223
+
224
+ #### DotLayer
225
+
226
+ - Add behavioral tracking props support to geo map components. (APPDEV-16380)
227
+
228
+ #### MapView
229
+
230
+ - Add behavioral tracking props support to geo map components. (APPDEV-16380)
231
+
232
+ ## 3.0.3
233
+
234
+ ### Dependency updates
235
+
236
+ - `@dynatrace/strato-components` was updated to version `3.0.3`.
237
+ - `@dynatrace/strato-components-preview` was updated to version `3.0.3`.
238
+
239
+ ## 3.0.2
240
+
241
+ ### Dependency updates
242
+
243
+ - `@dynatrace/strato-components` was updated to version `3.0.2`.
244
+ - `@dynatrace/strato-components-preview` was updated to version `3.0.2`.
245
+
246
+ ## 3.0.1
247
+
248
+ ## 3.0.0
249
+
250
+ ### Dependency updates
251
+
252
+ - Changed peerDependency version range for `@dynatrace-sdk/units` from `^1.4.2` to `^1.5.0`. (APPDEV-10467)
253
+ - `@dynatrace/strato-components` was updated to version `3.0.0`.
254
+ - `@dynatrace/strato-icons` was updated to version `2.0.0`.
255
+ - `@dynatrace/strato-components-preview` was updated to version `3.0.0`.
256
+ - Changed peerDependency version range for `@dynatrace-sdk/client-classic-environment-v2` from `^3.7.3 || ^4.0.0 || ^5.0.0` to `^5.1.0`. (APPDEV-10467)
257
+
258
+ ### Updates
259
+
260
+ #### General
261
+
262
+ - Updated the documentation to reflect the merging of the Strato components and components preview packages. (PRODUCT-15188)
263
+
264
+ ## 2.17.2
265
+
266
+ ### Dependency updates
267
+
268
+ - `@dynatrace/strato-components-preview` was updated to version `2.17.2`.
269
+
270
+ ## 2.17.1
271
+
272
+ ### Dependency updates
273
+
274
+ - `@dynatrace/strato-components` was updated to version `2.17.1`.
275
+
276
+ ## 2.17.0
277
+
278
+ ### Dependency updates
279
+
280
+ - `@dynatrace/strato-components` was updated to version `1.18.0`.
281
+ - `@dynatrace/strato-icons` was updated to version `1.13.0`.
282
+ - `@dynatrace/strato-components-preview` was updated to version `2.17.0`.
283
+
284
+ ## 2.16.1
285
+
286
+ ### Dependency updates
287
+
288
+ - `@dynatrace/strato-components-preview` was updated to version `2.16.1`.
289
+
290
+ ## 2.16.0
291
+
292
+ ### Dependency updates
293
+
294
+ - `@dynatrace/strato-components` was updated to version `1.17.0`.
295
+ - `@dynatrace/strato-components-preview` was updated to version `2.16.0`.
296
+
297
+ ## 2.15.1
298
+
299
+ ### Dependency updates
300
+
301
+ - `@dynatrace/strato-components-preview` was updated to version `2.15.1`.
302
+
303
+ ## 2.15.0
304
+
305
+ ### Dependency updates
306
+
307
+ - `@dynatrace/strato-components` was updated to version `1.16.1`.
308
+ - `@dynatrace/strato-components-preview` was updated to version `2.15.0`.
309
+
310
+ ### Updates
311
+
312
+ #### General
313
+
314
+ - Copy actions no longer fail when users lack clipboard permissions. (APPDEV-15973)
315
+
316
+ #### MapView
317
+
318
+ - Deprecated ChartToolbar component. (APPDEV-15303)
319
+ - `@dynatrace-sdk/client-classic-environment-v2` peer dependency now supports both v3 and v5 (`^3.7.3 || ^4.0.0 || ^5.0.0`), maintaining backward compatibility while allowing consumers to use either major version. (APPDEV-16016)
320
+ - Enable zoom slot as default. (APPDEV-15771)
321
+ - Deprecated ChartToolbar.DownloadData slot. (APPDEV-15304)
322
+ - Changed dependency version for `maplibre-gl` to `~5.16.0`. (APPDEV-15542)
323
+ - Deprecating ChartInteractions in favor of charts slots. (APPDEV-15611)
324
+
325
+ ## 2.14.1
326
+
327
+ ### Dependency updates
328
+
329
+ - `@dynatrace/strato-components-preview` was updated to version `2.14.1`.
330
+
331
+ ## 2.14.0
332
+
333
+ ### Dependency updates
334
+
335
+ - `@dynatrace/strato-icons` was updated to version `1.12.0`.
336
+ - `@dynatrace/strato-design-tokens` was updated to version `1.3.1`.
337
+ - `@dynatrace/strato-components` was updated to version `1.16.0`.
338
+ - `@dynatrace/strato-components-preview` was updated to version `2.14.0`.
339
+
340
+ ## 2.13.2
341
+
342
+ ### Dependency updates
343
+
344
+ - `@dynatrace/strato-components-preview` was updated to version `2.13.2`.
345
+
346
+ ## 2.13.1
347
+
348
+ ### Dependency updates
349
+
350
+ - `@dynatrace/strato-components-preview` was updated to version `2.13.1`.
351
+
352
+ ## 2.13.0
353
+
354
+ ### Dependency updates
355
+
356
+ - `@dynatrace/strato-components` was updated to version `1.15.0`.
357
+ - `@dynatrace/strato-icons` was updated to version `1.11.1`.
358
+ - `@dynatrace/strato-design-tokens` was updated to version `1.3.0`.
359
+ - `@dynatrace/strato-components-preview` was updated to version `2.13.0`.
360
+
361
+ ### Updates
362
+
363
+ #### MapView
364
+
365
+ - The chart now properly handles the error, when the WebGL context is lost. (APPDEV-15745)
366
+
367
+ ## 2.12.3
368
+
369
+ ### Dependency updates
370
+
371
+ - `@dynatrace/strato-components-preview` was updated to version `2.12.3`.
372
+
373
+ ## 2.12.2
374
+
375
+ ### Dependency updates
376
+
377
+ - `@dynatrace/strato-components-preview` was updated to version `2.12.2`.
378
+
379
+ ## 2.12.1
380
+
381
+ ### Dependency updates
382
+
383
+ - `@dynatrace/strato-components-preview` was updated to version `2.12.1`.
384
+
385
+ ## 2.12.0
386
+
387
+ ### Dependency updates
388
+
389
+ - Changed peerDependency version range for `maplibre-gl` from `^5.0.0` to `>=5.0.0 <5.12.0`.' (APPDEV-15515)
390
+ - `@dynatrace/strato-components-preview` was updated to version `2.12.0`.
391
+
392
+ ### Updates
393
+
394
+ #### MapView
395
+
396
+ - Fixed a bug making the `MapView` unable to show DownloadCSV in a collapsed `Toolbar` (APPDEV-15424)
397
+
398
+ ## 2.11.4
399
+
400
+ ### Dependency updates
401
+
402
+ - `@dynatrace/strato-components-preview` was updated to version `2.11.4`.
403
+
404
+ ## 2.11.3
405
+
406
+ ### Dependency updates
407
+
408
+ - `@dynatrace/strato-components-preview` was updated to version `2.11.3`.
409
+
410
+ ## 2.11.2
411
+
412
+ ### Dependency updates
413
+
414
+ - `@dynatrace/strato-components-preview` was updated to version `2.11.2`.
415
+
416
+ ## 2.11.1
417
+
418
+ ### Dependency updates
419
+
420
+ - `@dynatrace/strato-components-preview` was updated to version `2.11.1`.
421
+
422
+ ## 2.11.0
423
+
424
+ ### Dependency updates
425
+
426
+ - `@dynatrace/strato-components` was updated to version `1.14.0`.
427
+ - `@dynatrace/strato-icons` was updated to version `1.11.0`.
428
+ - `@dynatrace/strato-components-preview` was updated to version `2.11.0`.
429
+
430
+ ### Updates
431
+
432
+ #### MapView
433
+
434
+ - The `MapView` now accepts `Toolbar`, `DownloadCSV` and `Zoom` as Slots. (APPDEV-15131)
435
+
436
+ ## 2.10.2
437
+
438
+ ### Dependency updates
439
+
440
+ - `@dynatrace/strato-components-preview` was updated to version `2.10.2`.
441
+
442
+ ## 2.10.1
443
+
444
+ ### Dependency updates
445
+
446
+ - `@dynatrace/strato-components-preview` was updated to version `2.10.1`.
447
+
448
+ ## 2.10.0
449
+
450
+ ### Dependency updates
451
+
452
+ - `@dynatrace/strato-design-tokens` was updated to version `1.2.0`.
453
+ - `@dynatrace/strato-icons` was updated to version `1.10.0`.
454
+ - `@dynatrace/strato-components` was updated to version `1.13.0`.
455
+ - `@dynatrace/strato-components-preview` was updated to version `2.10.0`.
456
+
457
+ ## 2.9.5
458
+
459
+ ### Dependency updates
460
+
461
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.5`.
462
+
463
+ ## 2.9.4
464
+
465
+ ### Dependency updates
466
+
467
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.4`.
468
+
469
+ ## 2.9.3
470
+
471
+ ### Dependency updates
472
+
473
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.3`.
474
+
475
+ ## 2.9.2
476
+
477
+ ### Dependency updates
478
+
479
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.2`.
480
+
481
+ ## 2.9.1
482
+
483
+ ### Dependency updates
484
+
485
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.1`.
486
+
487
+ ## 2.9.0
488
+
489
+ ### Dependency updates
490
+
491
+ - `@dynatrace/strato-components-preview` was updated to version `2.9.0`.
492
+
493
+ ### Updates
494
+
495
+ #### MapView
496
+
497
+ - Fixes an error when `from` value is higher than the `to` for the legend coloring. (APPDEV-15154)
498
+
499
+ ## 2.8.4
500
+
501
+ ### Dependency updates
502
+
503
+ - `@dynatrace/strato-components-preview` was updated to version `2.8.4`.
504
+
505
+ ## 2.8.3
506
+
507
+ ### Dependency updates
508
+
509
+ - `@dynatrace/strato-components-preview` was updated to version `2.8.3`.
510
+
511
+ ## 2.8.2
512
+
513
+ ### Dependency updates
514
+
515
+ - `@dynatrace/strato-components-preview` was updated to version `2.8.2`.
516
+
517
+ ## 2.8.1
518
+
519
+ ### Dependency updates
520
+
521
+ - `@dynatrace/strato-components-preview` was updated to version `2.8.1`.
522
+
523
+ ## 2.8.0
524
+
525
+ ### Dependency updates
526
+
527
+ - `@dynatrace/strato-components-preview` was updated to version `2.8.0`.
528
+
529
+ ### Updates
530
+
531
+ #### ConnectionLayer
532
+
533
+ - Maintain props with null values for the Tooltip. (APPDEV-11707)
534
+
535
+ ## 2.7.6
536
+
537
+ ### Dependency updates
538
+
539
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.6`.
540
+
541
+ ## 2.7.5
542
+
543
+ ### Dependency updates
544
+
545
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.5`.
546
+
547
+ ## 2.7.4
548
+
549
+ ### Dependency updates
550
+
551
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.4`.
552
+
553
+ ## 2.7.3
554
+
555
+ ### Dependency updates
556
+
557
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.3`.
558
+
559
+ ## 2.7.2
560
+
561
+ ### Dependency updates
562
+
563
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.2`.
564
+
565
+ ## 2.7.1
566
+
567
+ ### Dependency updates
568
+
569
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.1`.
570
+
571
+ ## 2.7.0
572
+
573
+ ### Dependency updates
574
+
575
+ - `@dynatrace/strato-components` was updated to version `1.12.0`.
576
+ - `@dynatrace/strato-design-tokens` was updated to version `1.1.4`.
577
+ - `@dynatrace/strato-icons` was updated to version `1.9.0`.
578
+ - Changed peerDependency version range for `@dynatrace-sdk/units` from `^1.0.2` to `^1.3.1`. (APPDEV-14636)
579
+ - `@dynatrace/strato-components-preview` was updated to version `2.7.0`.
580
+
581
+ ## 2.6.2
582
+
583
+ ### Dependency updates
584
+
585
+ - `@dynatrace/strato-components-preview` was updated to version `2.6.2`.
586
+
587
+ ## 2.6.1
588
+
589
+ ### Dependency updates
590
+
591
+ - `@dynatrace/strato-components-preview` was updated to version `2.6.1`.
592
+
593
+ ## 2.6.0
594
+
595
+ ### Dependency updates
596
+
597
+ - `@dynatrace/strato-components` was updated to version `1.11.0`.
598
+ - `@dynatrace/strato-design-tokens` was updated to version `1.1.3`.
599
+ - `@dynatrace/strato-icons` was updated to version `1.8.0`.
600
+ - `@dynatrace/strato-components-preview` was updated to version `2.6.0`.
601
+
602
+ ## 2.5.5
603
+
604
+ ### Dependency updates
605
+
606
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.5`.
607
+
608
+ ## 2.5.4
609
+
610
+ ### Dependency updates
611
+
612
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.4`.
613
+
614
+ ## 2.5.3
615
+
616
+ ### Dependency updates
617
+
618
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.3`.
619
+
620
+ ## 2.5.2
621
+
622
+ ### Dependency updates
623
+
624
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.2`.
625
+
626
+ ## 2.5.1
627
+
628
+ ### Dependency updates
629
+
630
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.1`.
631
+
632
+ ## 2.5.0
633
+
634
+ ### Dependency updates
635
+
636
+ - `@dynatrace/strato-icons` was updated to version `1.7.0`.
637
+ - `@dynatrace/strato-components` was updated to version `1.10.0`.
638
+ - `@dynatrace/strato-design-tokens` was updated to version `1.1.2`.
639
+ - `@dynatrace/strato-components-preview` was updated to version `2.5.0`.
640
+
641
+ ## 2.4.6
642
+
643
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.6`.
644
+
645
+ ## 2.4.5
646
+
647
+ ### Dependency updates
648
+
649
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.5`.
650
+
651
+ ## 2.4.4
652
+
653
+ ### Dependency updates
654
+
655
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.4`.
656
+
657
+ ## 2.4.3
658
+
659
+ ### Dependency updates
660
+
661
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.3`.
662
+
663
+ ## 2.4.2
664
+
665
+ ### Dependency updates
666
+
667
+ - `@dynatrace/strato-components` was updated to version `1.9.2`.
668
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.2`.
669
+
670
+ ## 2.4.1
671
+
672
+ ### Dependency updates
673
+
674
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.1`.
675
+
676
+ ## 2.4.0
677
+
678
+ ### Dependency updates
679
+
680
+ - `@dynatrace/strato-components` was updated to version `1.9.1`.
681
+ - `@dynatrace/strato-icons` was updated to version `1.6.1`.
682
+ - `@dynatrace/strato-design-tokens` was updated to version `1.1.1`.
683
+ - `@dynatrace/strato-components-preview` was updated to version `2.4.0`.
684
+
685
+ ### Updates
686
+
687
+ #### BubbleLayer
688
+
689
+ - Added support for testId, style, classname, and mask properties. (APPDEV-14504)
690
+
691
+ #### ChoroplethLayer
692
+
693
+ - Added support for testId, style, classname, and mask properties. (APPDEV-14504)
694
+
695
+ #### ConnectionLayer
696
+
697
+ - Added support for testId, style, classname, and mask properties. (APPDEV-14504)
698
+
699
+ #### DotLayer
700
+
701
+ - Added support for testId, style, classname, and mask properties. (APPDEV-14504)
702
+
703
+ #### MapView
704
+
705
+ - Added support for testId, style, classname, and mask properties. (APPDEV-14504)
706
+
707
+ #### Tooltip
708
+
709
+ - Fixed overflow issue in the tooltip affecting the `MapView`. (APPDEV-14580)
710
+
711
+ ## 2.3.3
712
+
713
+ - `@dynatrace/strato-components-preview` was updated to version `2.3.3`.
714
+
715
+ ## 2.3.2
716
+
717
+ ### Dependency updates
718
+
719
+ - `@dynatrace/strato-components-preview` was updated to version `2.3.2`.
720
+
721
+ ## 2.3.1
722
+
723
+ ### Dependency updates
724
+
725
+ - `@dynatrace/strato-components-preview` was updated to version `2.3.1`.
726
+
727
+ ## 2.3.0
728
+
729
+ ### Dependency updates
730
+
731
+ - `@dynatrace/strato-components` was updated to version `1.9.0`.
732
+ - `@dynatrace/strato-components-preview` was updated to version `2.3.0`.
733
+
734
+ ## 2.2.2
735
+
736
+ ### Dependency updates
737
+
738
+ - `@dynatrace/strato-components-preview` was updated to version `2.2.2`.
739
+
740
+ ## 2.2.1
741
+
742
+ ### Dependency updates
743
+
744
+ - `@dynatrace/strato-components-preview` was updated to version `2.2.1`.
745
+
746
+ ## 2.2.0
747
+
748
+ ### Dependency updates
749
+
750
+ - `@dynatrace/strato-components` was updated to version `1.8.1`.
751
+ - `@dynatrace/strato-components-preview` was updated to version `2.2.0`.
752
+
753
+ ## 2.1.1
754
+
755
+ ### Dependency updates
756
+
757
+ - `@dynatrace/strato-components-preview` was updated to version `2.1.1`.
758
+
759
+ ## 2.1.0
760
+
761
+ ### Dependency updates
762
+
763
+ - `@dynatrace/strato-components-preview` was updated to version `2.1.0`.
764
+
765
+ ## 2.0.1
766
+
767
+ ### Dependency updates
768
+
769
+ - `@dynatrace/strato-components-preview` was updated to version `2.0.1`.
770
+
771
+ ## 2.0.0
772
+
773
+ ### Breaking changes
774
+
775
+ #### General
776
+
777
+ - Removed deprecated testing subpackage. Please use the `@dynatrace/strato-geo-testing` package now. (APPDEV-11839)
778
+
779
+ #### MapView
780
+
781
+ - Removed deprecated `categories` from `CategoricalLegendProps`. (APPDEV-11805)
782
+
783
+ ### Dependency updates
784
+
785
+ - `@dynatrace/strato-components-preview` was updated to version `2.0.0`.
786
+ - Changed peerDependency version range for `@dynatrace-sdk/client-platform-management-service` from `^1.6.0` to `^1.7.0`. (APPDEV-10464)
787
+ - Changed peerDependency version range for `@dynatrace-sdk/client-classic-environment-v2` from `^3.6.1` to `^3.7.3`. (APPDEV-10464)
788
+
789
+ ## 1.11.6
790
+
791
+ :::note Dependency updates
792
+
793
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.6`.
794
+
795
+ :::
796
+
797
+ ## 1.11.5
798
+
799
+ :::note Dependency updates
800
+
801
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.5`.
802
+
803
+ :::
804
+
805
+ ## 1.11.4
806
+
807
+ :::note Dependency updates
808
+
809
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.4`.
810
+
811
+ :::
812
+
813
+ ## 1.11.3
814
+
815
+ :::note Dependency updates
816
+
817
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.3`.
818
+
819
+ :::
820
+
821
+ ## 1.11.2
822
+
823
+ :::note Dependency updates
824
+
825
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.2`.
826
+
827
+ :::
828
+
829
+ ## 1.11.1
830
+
831
+ :::note Dependency updates
832
+
833
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.1`.
834
+
835
+ :::
836
+
837
+ ## 1.11.0
838
+
839
+ :::note Dependency updates
840
+
841
+ - `@dynatrace/strato-design-tokens` was updated to version `1.1.0`.
842
+ - `@dynatrace/strato-icons` was updated to version `1.6.0`.
843
+ - `@dynatrace/strato-components` was updated to version `1.8.0`.
844
+ - `@dynatrace/strato-components-preview` was updated to version `1.11.0`.
845
+
846
+ :::
847
+
848
+ ### MapView
849
+
850
+ - Fixed countries with special characters and removed unnecessary region from getAllCountries method. (APPDEV-13755)
851
+
852
+ ## 1.10.1
853
+
854
+ :::note Dependency updates
855
+
856
+ - `@dynatrace/strato-components-preview` was updated to version `1.10.1`.
857
+
858
+ :::
859
+
860
+ ## 1.10.0
861
+
862
+ :::note Dependency updates
863
+
864
+ - `@dynatrace/strato-components` was updated to version `1.7.3`.
865
+ - `@dynatrace/strato-components-preview` was updated to version `1.10.0`.
866
+
867
+ :::
868
+
869
+ ## 1.9.2
870
+
871
+ :::note Dependency updates
872
+
873
+ - `@dynatrace/strato-components-preview` was updated to version `1.9.2`.
874
+
875
+ :::
876
+
877
+ ## 1.9.1
878
+
879
+ :::note Dependency updates
880
+
881
+ - `@dynatrace/strato-components` was updated to version `1.7.2`.
882
+ - `@dynatrace/strato-components-preview` was updated to version `1.9.1`.
883
+
884
+ :::
885
+
886
+ ## 1.9.0
887
+
888
+ :::note Dependency updates
889
+
890
+ - `@dynatrace/strato-icons` was updated to version `1.5.1`.
891
+ - `@dynatrace/strato-components-preview` was updated to version `1.9.0`.
892
+ - `@dynatrace/strato-components` was updated to version `1.7.1`.
893
+
894
+ :::
895
+
896
+ ### MapView
897
+
898
+ - Updating worldmap geoJSON to one that include rivers. (APPDEV-13412)
899
+ - Exposing a method for getting all the available countries given the user's configuration. (APPDEV-13430)
900
+
901
+ ## 1.8.0
902
+
903
+ :::note Dependency updates
904
+
905
+ - `@dynatrace/strato-components` was updated to version `1.7.0`.
906
+ - `@dynatrace/strato-components-preview` was updated to version `1.8.0`.
907
+
908
+ :::
909
+
910
+ ### MapView
911
+
912
+ - Provide workaround for `ThresholdLegend` range coloring error (APPDEV-13228)
913
+
914
+ ### TextEllipsis
915
+
916
+ - `TruncationMode` is now available as a public type. (APPDEV-12065)
917
+
918
+ ## 1.7.2
919
+
920
+ :::note Dependency updates
921
+
922
+ - `@dynatrace/strato-components` was updated to version `1.6.2`.
923
+ - `@dynatrace/strato-components-preview` was updated to version `1.7.2`.
924
+
925
+ :::
926
+
927
+ ## 1.7.1
928
+
929
+ :::note Dependency updates
930
+
931
+ - `@dynatrace/strato-components-preview` was updated to version `1.7.1`.
932
+
933
+ :::
934
+
935
+ ## 1.7.0
936
+
937
+ :::note Dependency updates
938
+
939
+ - `@dynatrace/strato-components-preview` was updated to version `1.7.0`.
940
+ - `@dynatrace/strato-components` was updated to version `1.6.1`.
941
+
942
+ :::
943
+
944
+ ### BubbleLayer
945
+
946
+ - Tooltip within the `BubbleLayer` shows the smallest bubble in a group instead of the first that appears in the data. (APPDEV-13072)
947
+
948
+ ## 1.6.1
949
+
950
+ :::note Dependency updates
951
+
952
+ - `@dynatrace/strato-components-preview` was updated to version `1.6.1`.
953
+
954
+ :::
955
+
956
+ ## 1.6.0
957
+
958
+ :::note Dependency updates
959
+
960
+ - `@dynatrace/strato-icons` was updated to version `1.5.0`.
961
+ - `@dynatrace/strato-components` was updated to version `1.6.0`.
962
+ - `@dynatrace/strato-components-preview` was updated to version `1.6.0`.
963
+
964
+ :::
965
+
966
+ ### MapView
967
+
968
+ - `MapView` now has a aria-label attribute value. (APPDEV-12893)
969
+
970
+ ## 1.5.0
971
+
972
+ :::note Dependency updates
973
+
974
+ - Changed peerDependency version range for `react-intl` from `^6.0.8` to `^6.0.8 || ^7.0.0`.
975
+ - `@dynatrace/strato-design-tokens` was updated to version `1.0.1`.
976
+ - `@dynatrace/strato-components` was updated to version `1.5.0`.
977
+ - `@dynatrace/strato-icons` was updated to version `1.4.0`.
978
+ - `@dynatrace/strato-components-preview` was updated to version `1.5.0`.
979
+
980
+ :::
981
+
982
+ ### DotLayer
983
+
984
+ - Fixed pin shape background in the DotLayer when bearing is set. (APPDEV-12720)
985
+
986
+ ## 1.4.2
987
+
988
+ :::note Dependency updates
989
+
990
+ - `@dynatrace/strato-components-preview` was updated to version `1.4.2`.
991
+
992
+ :::
993
+
994
+ ## 1.4.1
995
+
996
+ :::note Dependency updates
997
+
998
+ - `@dynatrace/strato-components-preview` was updated to version `1.4.1`.
999
+
1000
+ :::
1001
+
1002
+ ## 1.4.0
1003
+
1004
+ :::note Dependency updates
1005
+
1006
+ - `@dynatrace/strato-icons` was updated to version `1.3.0`.
1007
+ - `@dynatrace/strato-components` was updated to version `1.4.0`.
1008
+ - `@dynatrace/strato-components-preview` was updated to version `1.4.0`.
1009
+
1010
+ :::
1011
+
1012
+ ### MapView
1013
+
1014
+ - Added disabled state to toolbar buttons. (APPDEV-11680)
1015
+ - Fixing unexpected console errors by adding a condition for undefined values in map layers. (APPDEV-12689)
1016
+
1017
+ ## 1.3.4
1018
+
1019
+ :::note Dependency updates
1020
+
1021
+ - `@dynatrace/strato-components-preview` was updated to version `1.3.4`.
1022
+
1023
+ :::
1024
+
1025
+ ## 1.3.3
1026
+
1027
+ :::note Dependency updates
1028
+
1029
+ - `@dynatrace/strato-components-preview` was updated to version `1.3.3`.
1030
+
1031
+ :::
1032
+
1033
+ ## 1.3.2
1034
+
1035
+ :::note Dependency updates
1036
+
1037
+ - `@dynatrace/strato-components-preview` was updated to version `1.3.2`.
1038
+
1039
+ :::
1040
+
1041
+ ## 1.3.1
1042
+
1043
+ :::note Dependency updates
1044
+
1045
+ - `@dynatrace/strato-components-preview` was updated to version `1.3.1`.
1046
+
1047
+ :::
1048
+
1049
+ ## 1.3.0
1050
+
1051
+ :::note Dependency updates
1052
+
1053
+ - `@dynatrace/strato-icons` was updated to version `1.2.0`.
1054
+ - `@dynatrace/strato-components` was updated to version `1.3.0`.
1055
+ - `@dynatrace/strato-components-preview` was updated to version `1.3.0`.
1056
+
1057
+ :::
1058
+
1059
+ ## 1.2.1
1060
+
1061
+ :::note Dependency updates
1062
+
1063
+ - `@dynatrace/strato-components-preview` was updated to version `1.2.1`.
1064
+
1065
+ :::
1066
+
1067
+ ## 1.2.0
1068
+
1069
+ :::note Dependency updates
1070
+
1071
+ - `@dynatrace/strato-components` was updated to version `1.2.0`.
1072
+ - `@dynatrace/strato-components-preview` was updated to version `1.2.0`.
1073
+
1074
+ :::
1075
+
1076
+ ### MapView
1077
+
1078
+ - Fix categorical legend display of values that don't match legend custom color palette. (APPDEV-12367)
1079
+ - Fixed tooltip showing an incorrect value for latitude and longitude in `ConnectionLayer`. (APPDEV-12383)
1080
+
1081
+ ## 1.1.4
1082
+
1083
+ :::note Dependency updates
1084
+
1085
+ - `@dynatrace/strato-components-preview` was updated to version `1.1.4`.
1086
+
1087
+ :::
1088
+
1089
+ ## 1.1.3
1090
+
1091
+ :::note Dependency updates
1092
+
1093
+ - `@dynatrace/strato-components-preview` was updated to version `1.1.3`.
1094
+
1095
+ :::
1096
+
1097
+ ## 1.1.2
1098
+
1099
+ :::note Dependency updates
1100
+
1101
+ - Changed peerDependency version range for `@dynatrace-sdk/units` from `>= 0.18.11 < 1` to `^1.0.2`. This is a correction patch that fixes a bug introduced in version 1.0.0. (APPDEV-12365)
1102
+ - `@dynatrace/strato-components-preview` was updated to version `1.1.2`.
1103
+
1104
+ :::
1105
+
1106
+ ## 1.1.1
1107
+
1108
+ :::note Dependency updates
1109
+
1110
+ - `@dynatrace/strato-components-preview` was updated to version `1.1.1`.
1111
+
1112
+ :::
1113
+
1114
+ ## 1.1.0
1115
+
1116
+ :::note Dependency updates
1117
+
1118
+ - `@dynatrace/strato-components-preview` was updated to version `1.1.0`.
1119
+ - `@dynatrace/strato-components` was updated to version `1.1.0`.
1120
+ - `@dynatrace/strato-icons` was updated to version `1.1.0`.
1121
+
1122
+ :::
1123
+
1124
+ ### General
1125
+
1126
+ - No longer crashes a Map when images are loaded during component unmount.
1127
+
1128
+ ### MapView
1129
+
1130
+ - Worldmap: Skip entries with `undefined` or `null` values. (APPDEV-11886)
1131
+ - The `SequentialLegend` now uses data `min` and `max` values as default. (APPDEV-11445)
1132
+ - Updating geoJSON files version which now takes into account more regions from some countries (e.g.: France, Italy, South Africa, etc). (APPDEV-12125)
1133
+ - Added CategoricalLegend coloring to ConnectionLayer. (APPDEV-12037)
1134
+
1135
+ ## 1.0.3
1136
+
1137
+ :::note Dependency updates
1138
+
1139
+ - `@dynatrace/strato-components-preview` was updated to version `1.0.3`.
1140
+
1141
+ :::
1142
+
1143
+ ## 1.0.2
1144
+
1145
+ :::note Dependency updates
1146
+
1147
+ - Changed peerDependency version range for `@dynatrace-sdk/units` from `>= 0.18.11 < 1` to `^1.0.2`. This is a correction patch that fixes a mistake introduced in version 1.0.0. (APPDEV-12365)
1148
+ - `@dynatrace/strato-components-preview` was updated to version `1.0.2`.
1149
+
1150
+ :::
1151
+
1152
+ ## 1.0.1
1153
+
1154
+ :::note Dependency updates
1155
+
1156
+ - `@dynatrace/strato-components-preview` was updated to version `1.0.1`.
1157
+
1158
+ :::
1159
+
1160
+ ## 1.0.0
1161
+
1162
+ :::note Dependency updates
1163
+
1164
+ - `@dynatrace/strato-components` was updated to version `1.0.0`.
1165
+ - `@dynatrace/strato-design-tokens` was updated to version `1.0.0`.
1166
+ - `@dynatrace/strato-icons` was updated to version `1.0.0`.
1167
+ - `@dynatrace/strato-components-preview` was updated to version `1.0.0`.
1168
+ - Changed peerDependency version range for `@dynatrace-sdk/client-classic-environment-v2` from `^3.5.0` to `^3.6.1`. (APPDEV-11243)
1169
+ - Changed peerDependency version range for `@dynatrace-sdk/client-platform-management-service` from `^1.0.0` to `^1.6.0`. (APPDEV-11243)
1170
+
1171
+ ## 0.11.73
1172
+
1173
+ :::note Dependency updates
1174
+
1175
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.73`.
1176
+
1177
+ :::
1178
+
1179
+ ## 0.11.72
1180
+
1181
+ :::note Dependency updates
1182
+
1183
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.72`.
1184
+
1185
+ :::
1186
+
1187
+ ## 0.11.71
1188
+
1189
+ :::note Dependency updates
1190
+
1191
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.71`.
1192
+
1193
+ :::
1194
+
1195
+ ## 0.11.70
1196
+
1197
+ :::note Dependency updates
1198
+
1199
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.70`.
1200
+
1201
+ ## 0.11.67
1202
+
1203
+ :::note Dependency updates
1204
+
1205
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.67`.
1206
+
1207
+ :::
1208
+
1209
+ ## 0.11.66
1210
+
1211
+ :::note Dependency updates
1212
+
1213
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.66`.
1214
+
1215
+ :::
1216
+
1217
+ ## 0.11.65
1218
+
1219
+ :::note Dependency updates
1220
+
1221
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.65`.
1222
+
1223
+ :::
1224
+
1225
+ ### MapView
1226
+
1227
+ - The `MapView` now supports value `Formatters`. (APPDEV-11557)
1228
+ - `MapView` is now able to pick the `TruncationMode` applied to legend and tooltip. (APPDEV-11831)
1229
+ - Create categorical legend colors irrespective of casing. (APPDEV-11443)
1230
+ - Enable zoom to fit for selected countries and regions in `ChoroplethLayer`.(APPDEV-11490)
1231
+
1232
+ ## 0.11.64
1233
+
1234
+ :::note Dependency updates
1235
+
1236
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.64`.
1237
+
1238
+ :::
1239
+
1240
+ ## 0.11.63
1241
+
1242
+ :::note Dependency updates
1243
+
1244
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.63`.
1245
+
1246
+ :::
1247
+
1248
+ ## 0.11.62
1249
+
1250
+ :::note Dependency updates
1251
+
1252
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.62`.
1253
+
1254
+ :::
1255
+
1256
+ ## 0.11.61
1257
+
1258
+ :::note Dependency updates
1259
+
1260
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.61`.
1261
+
1262
+ :::
1263
+
1264
+ ## 0.11.60
1265
+
1266
+ :::note Dependency updates
1267
+
1268
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.60`.
1269
+
1270
+ :::
1271
+
1272
+ :::note Deprecations
1273
+
1274
+ **General**
1275
+
1276
+ - Testing subpackage exports are now marked as deprecated. Please use `@dynatrace/strato-geo-testing` instead. (APPDEV-11344)
1277
+
1278
+ :::
1279
+
1280
+ ### MapView
1281
+
1282
+ - Get category array for Categorical Coloring from layer `valueAccessor`. (APPDEV-11674)
1283
+ - Changed fallback color for `SequentialLegend`. (APPDEV-11419)
1284
+ - Enabling color palettes for every categorical value in the Map. (APPDEV-8343)
1285
+ - Supporting multiple emojis with multiple characters in the `DotLayer`. (APPDEV-11552)
1286
+ - Add categorical coloring using key-value `colorPalette` object. (APPDEV-11551)
1287
+
1288
+ ## 0.11.53
1289
+
1290
+ :::note Dependency updates
1291
+
1292
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.53`.
1293
+
1294
+ :::
1295
+
1296
+ ## 0.11.52
1297
+
1298
+ :::note Dependency updates
1299
+
1300
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.52`.
1301
+
1302
+ :::
1303
+
1304
+ ## 0.11.51
1305
+
1306
+ :::note Dependency updates
1307
+
1308
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.51`.
1309
+
1310
+ :::
1311
+
1312
+ ## 0.11.50
1313
+
1314
+ :::note Dependency updates
1315
+
1316
+ - `@dynatrace/strato-icons` was updated to version `0.39.4`.
1317
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.50`.
1318
+
1319
+ :::
1320
+
1321
+ ### DotLayer
1322
+
1323
+ - Set minimal value for `DotLayer` `shapeSize`. (APPDEV-11336)
1324
+
1325
+ ## 0.11.41
1326
+
1327
+ :::note Dependency updates
1328
+
1329
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.41`.
1330
+
1331
+ :::
1332
+
1333
+ ## 0.11.40
1334
+
1335
+ :::note Dependency updates
1336
+
1337
+ - Added `@dynatrace/strato-design-tokens` as a peer dependency with version range `~0.20.0`.
1338
+ - Added `@dynatrace/strato-icons` as a peer dependency with version range `~0.39.0`.
1339
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.40`.
1340
+
1341
+ :::
1342
+
1343
+ ### General
1344
+
1345
+ - Moved `@dynatrace/strato-design-tokens` and `@dynatrace/strato-icons` to peerDependencies and relaxed the version range. (APPDEV-9911)
1346
+ - Classnames for components now contain a version number to avoid conflicts if apps happen to have more than one version of the design system running.
1347
+
1348
+ ### MapView
1349
+
1350
+ - Fixed map not loading when outside of Dynatrace Environment. (APPDEV-11301)
1351
+ - Fixed cache issue which prevented the Map from loading in some circumstances. (APPDEV-11301)
1352
+
1353
+ ## 0.11.31
1354
+
1355
+ ### MapView
1356
+
1357
+ - Fixed map not loading when outside of Dynatrace Environment.
1358
+
1359
+ ## 0.11.30
1360
+
1361
+ :::note Dependency updates
1362
+
1363
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.30`.
1364
+
1365
+ :::
1366
+
1367
+ ## 0.11.21
1368
+
1369
+ ### MapView
1370
+
1371
+ - Fixed map not loading when outside of Dynatrace Environment.
1372
+
1373
+ ## 0.11.20
1374
+
1375
+ :::note Dependency updates
1376
+
1377
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.20`.
1378
+
1379
+ :::
1380
+
1381
+ ### MapView
1382
+
1383
+ - Introduce a cache solution to avoid repeating requests.
1384
+
1385
+ ## 0.11.12
1386
+
1387
+ :::note Dependency updates
1388
+
1389
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.12`.
1390
+
1391
+ :::
1392
+
1393
+ ## 0.11.11
1394
+
1395
+ :::note Dependency updates
1396
+
1397
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.11`.
1398
+
1399
+ :::
1400
+
1401
+ ## 0.11.10
1402
+
1403
+ :::note Dependency updates
1404
+
1405
+ - `@dynatrace/strato-components-preview` was updated to version `0.117.10`.
1406
+
1407
+ :::
1408
+
1409
+ ## 0.11.3
1410
+
1411
+ :::note Dependency updates
1412
+
1413
+ - `@dynatrace/strato-components-preview` was updated to `0.117.3`.
1414
+
1415
+ :::
1416
+
1417
+ ## 0.11.2
1418
+
1419
+ :::note Dependency updates
1420
+
1421
+ - `@dynatrace/strato-components-preview` was updated to `0.117.2`.
1422
+
1423
+ :::
1424
+
1425
+ ## 0.11.1
1426
+
1427
+ :::note Dependency updates
1428
+
1429
+ - `@dynatrace/strato-components-preview` was updated to `0.117.1`.
1430
+
1431
+ :::
1432
+
1433
+ ## 0.11.0
1434
+
1435
+ :::note Dependency updates
1436
+
1437
+ - `@dynatrace/strato-components-preview` was updated to `0.117.0`.
1438
+ - `@dynatrace/strato-icons` was updated to `0.39.3`.
1439
+ - `@dynatrace-sdk/client-classic-environment-v2` peer dependency range was updated to `^3.0.0`.
1440
+ - `@dynatrace-sdk/client-platform-management-service` peer dependency range was updated to `^1.0.0`.
1441
+
1442
+ :::
1443
+
1444
+ ### MapView
1445
+
1446
+ - Now avoids repeated range legend ticks.
1447
+ - Now supports `zoomIn` and `zoomOut` via code.
1448
+ - Now supports `zoomToFit` and `reset` via code.
1449
+ - Now updates map regions on demand, to prevent clearing map on update.
1450
+
1451
+ ## 0.10.73
1452
+
1453
+ :::note Dependency updates
1454
+
1455
+ - `@dynatrace/strato-components-preview` was updated to `0.116.73`.
1456
+
1457
+ :::
1458
+
1459
+ ## 0.10.72
1460
+
1461
+ :::note Dependency updates
1462
+
1463
+ - `@dynatrace/strato-components-preview` was updated to `0.116.72`.
1464
+
1465
+ :::
1466
+
1467
+ ## 0.10.71
1468
+
1469
+ :::note Dependency updates
1470
+
1471
+ - `@dynatrace/strato-components-preview` was updated to `0.116.71`.
1472
+
1473
+ :::
1474
+
1475
+ ## 0.10.70
1476
+
1477
+ :::note Dependency updates
1478
+
1479
+ - `@dynatrace/strato-components-preview` was updated to `0.116.70`.
1480
+
1481
+ :::
1482
+
1483
+ ## 0.10.60
1484
+
1485
+ :::note Dependency updates
1486
+
1487
+ - `@dynatrace/strato-components-preview` was updated to `0.116.60`.
1488
+
1489
+ :::
1490
+
1491
+ ### MapView
1492
+
1493
+ - Rotating the map on touch devices is now disabled.
1494
+
1495
+ ## 0.10.53
1496
+
1497
+ :::note Dependency updates
1498
+
1499
+ - `@dynatrace/strato-components-preview` was updated to `0.116.53`.
1500
+
1501
+ :::
1502
+
1503
+ ## 0.10.52
1504
+
1505
+ :::note Dependency updates
1506
+
1507
+ - `@dynatrace/strato-components-preview` was updated to `0.116.52`.
1508
+
1509
+ :::
1510
+
1511
+ ## 0.10.51
1512
+
1513
+ :::note Dependency updates
1514
+
1515
+ - `@dynatrace/strato-components-preview` was updated to `0.116.51`.
1516
+
1517
+ :::
1518
+
1519
+ ## 0.10.50
1520
+
1521
+ :::note Dependency updates
1522
+
1523
+ - `@dynatrace/strato-components-preview` was updated to `0.116.50`.
1524
+
1525
+ :::
1526
+
1527
+ ### General
1528
+
1529
+ - The series unmatching colors are now consistent in all charts.
1530
+
1531
+ ## 0.10.43
1532
+
1533
+ :::note Dependency updates
1534
+
1535
+ - `@dynatrace/strato-components-preview` was updated to `0.116.43`.
1536
+
1537
+ :::
1538
+
1539
+ ## 0.10.42
1540
+
1541
+ :::note Dependency updates
1542
+
1543
+ - `@dynatrace/strato-components-preview` was updated to `0.116.42`.
1544
+
1545
+ :::
1546
+
1547
+ ## 0.10.41
1548
+
1549
+ :::note Dependency updates
1550
+
1551
+ - `@dynatrace/strato-components-preview` was updated to `0.116.41`.
1552
+
1553
+ :::
1554
+
1555
+ ## 0.10.40
1556
+
1557
+ :::note Dependency updates
1558
+
1559
+ - `@dynatrace/strato-components-preview` was updated to `0.116.40`.
1560
+ - `@dynatrace/strato-icons` was updated to `0.39.2`.
1561
+
1562
+ :::
1563
+
1564
+ ## 0.10.30
1565
+
1566
+ :::note Dependency updates
1567
+
1568
+ - `@dynatrace/strato-components-preview` was updated to `0.116.30`.
1569
+
1570
+ :::
1571
+
1572
+ ## 0.10.24
1573
+
1574
+ :::note Dependency updates
1575
+
1576
+ - `@dynatrace/strato-components-preview` was updated to `0.116.24`.
1577
+
1578
+ :::
1579
+
1580
+ ## 0.10.23
1581
+
1582
+ :::note Dependency updates
1583
+
1584
+ - `@dynatrace/strato-components-preview` was updated to `0.116.23`.
1585
+
1586
+ :::
1587
+
1588
+ - Documentation update
1589
+
1590
+ ## 0.10.22
1591
+
1592
+ :::note Dependency updates
1593
+
1594
+ - `@dynatrace/strato-components-preview` was updated to `0.116.22`.
1595
+
1596
+ :::
1597
+
1598
+ ### MapView
1599
+
1600
+ - Region name is correctly shown in Choropleth Layer tooltip.
1601
+
1602
+ ## 0.10.21
1603
+
1604
+ :::note Dependency updates
1605
+
1606
+ - `@dynatrace/strato-components-preview` was updated to `0.116.21`.
1607
+ - `@dynatrace-sdk/client-platform-management-service` peer dependency range was expanded to `>= 0.0.6 < 1`
1608
+
1609
+ :::
1610
+
1611
+ ## 0.10.20
1612
+
1613
+ :::note Dependency updates
1614
+
1615
+ - `@dynatrace/strato-components-preview` was updated to `0.116.20`.
1616
+
1617
+ :::
1618
+
1619
+ ## 0.10.14
1620
+
1621
+ :::note Dependency updates
1622
+
1623
+ - `@dynatrace/strato-components-preview` was updated to `0.116.14`.
1624
+
1625
+ :::
1626
+
1627
+ ## 0.10.13
1628
+
1629
+ :::note Dependency updates
1630
+
1631
+ - `@dynatrace/strato-components-preview` was updated to `0.116.13`.
1632
+
1633
+ :::
1634
+
1635
+ ## 0.10.12
1636
+
1637
+ :::note Dependency updates
1638
+
1639
+ - `@dynatrace/strato-components-preview` was updated to `0.116.12`.
1640
+
1641
+ :::
1642
+
1643
+ ## 0.10.11
1644
+
1645
+ :::note Dependency updates
1646
+
1647
+ - `@dynatrace/strato-components-preview` was updated to `0.116.11`.
1648
+
1649
+ :::
1650
+
1651
+ ## 0.10.10
1652
+
1653
+ :::note Dependency updates
1654
+
1655
+ - `@dynatrace/strato-components-preview` was updated to `0.116.10`.
1656
+ - `@dynatrace/strato-icons` was updated to `0.39.1`.
1657
+ - `@dynatrace/strato-design-tokens` was updated to `0.20.40`.
1658
+
1659
+ :::
1660
+
1661
+ ### MapView
1662
+
1663
+ - When the map is unable to load data, the message shown is clearer now.
1664
+
1665
+ ## 0.10.3
1666
+
1667
+ :::note Dependency updates
1668
+
1669
+ - `@dynatrace/strato-components-preview` was updated to `0.116.3`.
1670
+
1671
+ :::
1672
+
1673
+ ## 0.10.2
1674
+
1675
+ :::note Dependency updates
1676
+
1677
+ - `@dynatrace/strato-components-preview` was updated to `0.116.2`.
1678
+
1679
+ :::
1680
+
1681
+ ## 0.10.1
1682
+
1683
+ :::note Dependency updates
1684
+
1685
+ - `@dynatrace/strato-components-preview` was updated to `0.116.1`.
1686
+
1687
+ :::
1688
+
1689
+ ## 0.10.0
1690
+
1691
+ :::note Dependency updates
1692
+
1693
+ - `@dynatrace/strato-components-preview` was updated to `0.116.0`.
1694
+ - `@dynatrace/strato-icons` was updated to `0.39.0`.
1695
+
1696
+ :::
1697
+
1698
+ ### DotLayer
1699
+
1700
+ - Added support for background color customization using a callback function.
1701
+
1702
+ ### MapView
1703
+
1704
+ - Introduce Base Layer subcomponent.
1705
+
1706
+ ## 0.9.27
1707
+
1708
+ ### Patch Changes
1709
+
1710
+ :::note Dependency updates
1711
+
1712
+ - `@dynatrace/strato-components-preview` was updated to `0.115.27`.
1713
+
1714
+ :::
1715
+
1716
+ ## 0.9.26
1717
+
1718
+ :::note Dependency updates
1719
+
1720
+ - `@dynatrace/strato-components-preview` was updated to `0.115.26`.
1721
+
1722
+ :::
1723
+
1724
+ ## 0.9.25
1725
+
1726
+ :::note Dependency updates
1727
+
1728
+ - `@dynatrace/strato-components-preview` was updated to `0.115.25`.
1729
+
1730
+ :::
1731
+
1732
+ ## 0.9.24
1733
+
1734
+ :::note Dependency updates
1735
+
1736
+ - `@dynatrace/strato-components-preview` was updated to `0.115.24`.
1737
+
1738
+ :::
1739
+
1740
+ ## 0.9.23
1741
+
1742
+ :::note Dependency updates
1743
+
1744
+ - `@dynatrace/strato-components-preview` was updated to `0.115.23`.
1745
+
1746
+ :::
1747
+
1748
+ ## 0.9.22
1749
+
1750
+ :::note Dependency updates
1751
+
1752
+ - `@dynatrace/strato-components-preview` was updated to `0.115.22`.
1753
+
1754
+ :::
1755
+
1756
+ ## 0.9.21
1757
+
1758
+ :::note Dependency updates
1759
+
1760
+ - `@dynatrace/strato-components-preview` was updated to `0.115.21`.
1761
+
1762
+ :::
1763
+
1764
+ ## 0.9.20
1765
+
1766
+ :::note Dependency updates
1767
+
1768
+ - `@dynatrace/strato-components-preview` was updated to `0.115.20`.
1769
+ - `@dynatrace/strato-icons` was updated to `0.38.0`.
1770
+
1771
+ :::
1772
+
1773
+ ## 0.9.17
1774
+
1775
+ :::note Dependency updates
1776
+
1777
+ - `@dynatrace/strato-components-preview` was updated to `0.115.17`.
1778
+
1779
+ :::
1780
+
1781
+ ## 0.9.16
1782
+
1783
+ :::note Dependency updates
1784
+
1785
+ - `@dynatrace/strato-components-preview` was updated to `0.115.16`.
1786
+
1787
+ :::
1788
+
1789
+ ## 0.9.15
1790
+
1791
+ :::note Dependency updates
1792
+
1793
+ - `@dynatrace/strato-components-preview` was updated to `0.115.15`.
1794
+
1795
+ :::
1796
+
1797
+ ## 0.9.14
1798
+
1799
+ :::note Dependency updates
1800
+
1801
+ - `@dynatrace/strato-components-preview` was updated to `0.115.14`.
1802
+
1803
+ :::
1804
+
1805
+ ## 0.9.13
1806
+
1807
+ :::note Dependency updates
1808
+
1809
+ - `@dynatrace/strato-components-preview` was updated to `0.115.13`.
1810
+
1811
+ :::
1812
+
1813
+ ## 0.9.12
1814
+
1815
+ :::note Dependency updates
1816
+
1817
+ - `@dynatrace/strato-components-preview` was updated to `0.115.12`.
1818
+
1819
+ :::
1820
+
1821
+ ## 0.9.11
1822
+
1823
+ :::note Dependency updates
1824
+
1825
+ - `@dynatrace/strato-components-preview` was updated to `0.115.11`.
1826
+
1827
+ :::
1828
+
1829
+ ## 0.9.10
1830
+
1831
+ :::note Dependency updates
1832
+
1833
+ - `@dynatrace/strato-components-preview` was updated to `0.115.10`.
1834
+ - `@dynatrace/strato-design-tokens` was updated to `0.20.30`.
1835
+
1836
+ :::
1837
+
1838
+ ### General
1839
+
1840
+ - Exposed shared legend props in the map legend.
1841
+ - Fixed dynamic layers creation.
1842
+
1843
+ ### ConnectionLayer
1844
+
1845
+ - Changed the direction indicator size.
1846
+
1847
+ ### MapView
1848
+
1849
+ - Default height of the `MapView` component changed to 400px.
1850
+
1851
+ ## 0.9.2
1852
+
1853
+ :::note Dependency updates
1854
+
1855
+ - `@dynatrace/strato-components-preview` was updated to `0.115.1`.
1856
+
1857
+ :::
1858
+
1859
+ ## 0.9.1
1860
+
1861
+ :::note Dependency updates
1862
+
1863
+ - Added `@dynatrace-sdk/client-platform-management-service` as peer dependency.
1864
+
1865
+ :::
1866
+
1867
+ ## 0.9.0
1868
+
1869
+ :::note Dependency updates
1870
+
1871
+ - `@dynatrace/strato-components-preview` was updated to version `0.115.0`.
1872
+ - `@dynatrace/strato-design-tokens` was updated to version `0.20.20`.
1873
+
1874
+ :::
1875
+
1876
+ ### DotLayer
1877
+
1878
+ - Change default dot shape in DotLayer to pin shape.
1879
+
1880
+ ## 0.8.15
1881
+
1882
+ :::note Dependency updates
1883
+
1884
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.14`.
1885
+
1886
+ :::
1887
+
1888
+ ## 0.8.14
1889
+
1890
+ ## 0.8.12
1891
+
1892
+ :::note Dependency updates
1893
+
1894
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.12`.
1895
+
1896
+ :::
1897
+
1898
+ ## 0.8.11
1899
+
1900
+ :::note Dependency updates
1901
+
1902
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.11`.
1903
+
1904
+ :::
1905
+
1906
+ ## 0.8.10
1907
+
1908
+ :::note Dependency updates
1909
+
1910
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.10`.
1911
+
1912
+ :::
1913
+
1914
+ ## 0.8.3
1915
+
1916
+ :::note Dependency updates
1917
+
1918
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.3`.
1919
+
1920
+ :::
1921
+
1922
+ ## 0.8.2
1923
+
1924
+ :::note Dependency updates
1925
+
1926
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.2`.
1927
+
1928
+ :::
1929
+
1930
+ ## 0.8.1
1931
+
1932
+ :::note Dependency updates
1933
+
1934
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.1`.
1935
+
1936
+ :::
1937
+
1938
+ ## 0.8.0
1939
+
1940
+ :::caution Breaking changes
1941
+
1942
+ - `@dynatrace/strato-geo` now requires react 18 in your application.
1943
+
1944
+ :::
1945
+
1946
+ :::note Dependency updates
1947
+
1948
+ - `@dynatrace/strato-components-preview` was updated to version `0.114.0`.
1949
+ - `@dynatrace/strato-design-tokens` was updated to version `0.20.10`.
1950
+ - `@dynatrace/strato-icons` was updated to version `0.37.0`.
1951
+
1952
+ :::
1953
+
1954
+ ## 0.7.11
1955
+
1956
+ :::note Dependency updates
1957
+
1958
+ - `@dynatrace/strato-components-preview` was updated to version `0.113.11`.
1959
+
1960
+ :::
1961
+
1962
+ ## 0.7.10
1963
+
1964
+ ### MapView
1965
+
1966
+ - An issue whilst filtering with the categorical legend in the map was solved.
1967
+
1968
+ :::note Dependency updates
1969
+
1970
+ - `@dynatrace/strato-components-preview` was updated to version `0.113.10`.
1971
+ - `@dynatrace/strato-design-tokens` was updated to version `0.20.9`.
1972
+ - `@dynatrace/strato-icons` was updated to version `0.36.2`.
1973
+
1974
+ :::
1975
+
1976
+ ## 0.7.2
1977
+
1978
+ :::note Dependency updates
1979
+
1980
+ - `@dynatrace/strato-components-preview` was updated to version `0.113.2`.
1981
+
1982
+ :::
1983
+
1984
+ ## 0.7.1
1985
+
1986
+ :::note Dependency updates
1987
+
1988
+ - `@dynatrace/strato-components-preview` was updated to version `0.113.1`.
1989
+
1990
+ :::
1991
+
1992
+ ## 0.7.0
1993
+
1994
+ :::note Dependency updates
1995
+
1996
+ - `@dynatrace/strato-components-preview` was updated to version `0.113.0`.
1997
+
1998
+ :::
1999
+
2000
+ ### MapView
2001
+
2002
+ - Rework map layer tooltip types and provide a way of strongly typing.
2003
+
2004
+ ## 0.6.32
2005
+
2006
+ :::note Dependency updates
2007
+
2008
+ - `@dynatrace/strato-components-preview` was updated to version `0.112.22`.
2009
+
2010
+ :::
2011
+
2012
+ ## 0.6.31
2013
+
2014
+ :::note Dependency updates
2015
+
2016
+ - `@dynatrace/strato-components-preview` was updated to version `0.112.21`.
2017
+
2018
+ :::
2019
+
2020
+ ## 0.6.30
2021
+
2022
+ :::note Dependency updates
2023
+
2024
+ - `@dynatrace/strato-components-preview` was updated to version `0.112.11`.
2025
+ - `@dynatrace/strato-design-tokens` was updated to version `0.20.8`.
2026
+ - `@dynatrace/strato-icons` was updated to version `0.36.2`.
2027
+
2028
+ :::
2029
+
2030
+ ### General
2031
+
2032
+ - Enabled toggle functionality for active state and tooltip pinning on multiple clicks of the same datapoint.
2033
+ - Color palette now has lighter color at the bottom when legend is aside in the Map [Charts-Honeycomb] Color palette now has lighter color at the bottom when legend is aside in the Honeycomb chart
2034
+
2035
+ ### BubbleLayer
2036
+
2037
+ - Added autoscaling and stick to distance feature for BubbleLayer radius.
2038
+
2039
+ ### ChoroplethLayer
2040
+
2041
+ - Improved choropleth borders on active state for consistent rendering.
2042
+
2043
+ ## 0.6.20
2044
+
2045
+ :::note Dependency updates
2046
+
2047
+ - `@dynatrace/strato-components-preview` was updated to version `0.112.11`.
2048
+
2049
+ :::
2050
+
2051
+ ## 0.6.19
2052
+
2053
+ :::note Dependency updates
2054
+
2055
+ - `@dynatrace/strato-components-preview` was updated to version `0.112.10`.
2056
+
2057
+ :::