I understand that, but we regularly make changes to all parts of the code, so it's really hard to make such a list (remember that such a list would only contain changes to existing feature, not new features; those will be announced only after their implementation + documentation is complete)
That said, we do want to mention some changes to GeoChart. This release contains some changes to GeoChart which were made in order to improve the default behavior of it. We're sorry if those cause any inconvenience, but we believe that are worth it in the long run.
- Region interactivity in marker mode is now disabled by default.
How to keep the old behavior? Set the enableRegionInteractivity option to 'true'.
-
Markers are now opaque by default.
How to keep the old behavior? Set the markerOpacity option to 0.5. - Marker size is now between 3 and 12 pixels by default.
How to keep the old behavior? Set the sizeAxis option to {minSize: 2, maxSize: 30}.
- A magnifying glass is now opened when the user hovers over cluttered markers.
How to keep the old behavior? Set the magnifyingGlass option to {enable: false}. -
We don't stretch the maps by default anymore, but rather keep the original aspect ratio.
How to keep the old behavior? Set the keepAspectRatio option to 'false'.