You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/geodata/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
Please note, that this project, while following numbering syntax, it DOES NOT
6
6
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
7
7
8
-
## [UNRELEASED] - 2026-07-17
8
+
## [UNRELEASED] - ????-??-??
9
+
10
+
11
+
## [5.1.6] - 2026-07-27
9
12
10
13
### Added
11
14
- Congressional map set for US 120th Congress: `region/usa/congressional120/*`. Includes proposed changes for AL, CA, FL, NC, OH, TX, TN, UT. Pending: MO, LA.
Copy file name to clipboardExpand all lines: packages/shared/CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
Please note, that this project, while following numbering syntax, it DOES NOT
6
6
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
7
7
8
+
## [5.20.1] - 2026-08-03
9
+
10
+
### Added
11
+
-`WordCloud`: new `svgPath` setting arranges words into a shape; `maskByShape` clips words to the outline, and `shapeTolerance` sets how far they may spill past it (negative pulls them inside for padding).
12
+
-`WordCloud`: new `randomizeAngles` setting — set to `false` to cycle `angles` in order for a reproducible layout.
13
+
-`WordCloud`: new `allowNesting` setting — set to `false` to pack words as non-overlapping bounding boxes instead of nesting into each other's gaps (useful with opaque label backgrounds).
14
+
15
+
### Changed
16
+
-`WordCloud` now computes its layout synchronously in a single pass instead of one word per animation frame — much faster for large clouds. The per-data-item `ghostLabel` is removed and labels are held in an internal container, so code reading `dataItem.get("ghostLabel")` or walking `series.children` for labels needs updating.
17
+
-`WordCloud` word reveal can be staggered via `sequencedInterpolation`/`sequencedDelay`.
18
+
19
+
### Fixed
20
+
- Removing a `Container`'s `mask` (setting it to `undefined`) no longer leaves its children clipped by the removed mask. Also fixes bullet clipping getting stuck after toggling `maskBullets` off on radar/curve charts.
21
+
- Timeline curve charts (`SerpentineChart`/`SpiralChart`/`CurveChart`): setting an axis renderer's `rotateLabels` back to `false` did not un-rotate the labels.
22
+
- A line series bullet with no paint of its own (relying on inheriting the series color) was invisible in the legend marker.
23
+
-`ArcDiagram`: bullets on links whose target comes before their source were placed on the wrong side of the nodes, mirroring the arc instead of following it.
24
+
-`ArcDiagram`: hiding a node made all the remaining node circles shrink disproportionately.
25
+
- Flow charts: setting a link's `fillStyle`/`strokeStyle` back to `"solid"` after using `"source"`, `"target"` or `"none"` kept the old color instead of restoring the solid one.
26
+
- A bullet with no fill of its own now takes the color of its own slice or node on pie, funnel, flow and hierarchy charts, instead of the series color.
27
+
- Acceleration Bands legend now shows the same scaled `factor` as the settings modal (`1` instead of `0.001`).
28
+
29
+
8
30
## [5.20.0] - 2026-07-22
9
31
10
32
### Added
@@ -33,6 +55,7 @@ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
33
55
- Accessibility: The `<div>` that holds chart's focusable elements will now have its `aria-label` set if `ariaLabel` is provided in `Root` settings.
34
56
35
57
### Fixed
58
+
-`WordCloud` was not re-laying-out when its `randomness` setting was changed dynamically.
36
59
- Logarithmic `ValueAxis` could show floating-point noise in its grid labels (e.g. `4,999.999999999999` instead of `5,000`). Grid values are now rounded.
37
60
- Logarithmic `ValueAxis` was showing `0` for grid values smaller than `0.00001` when no `numberFormat` was set
38
61
-`ValueAxis` with `syncWithAxis` and `autoZoom: false` regressed in 5.19.0: wrong scale and a possible browser hang.
0 commit comments