Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 1b8f776

Browse files
version, changelog, author
1 parent 671d359 commit 1b8f776

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Arseny Kurnikov
77
Horace Ip <[email protected]>
88
Alan Kavanagh <[email protected]>
99
Sunny Doshi <[email protected]>
10+
Mori Heisoku <[email protected]>

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.2
2+
Improvements by Mori Heisoku ([#40](https://github.com/dc-js/dc.leaflet.js/pull/40))
3+
* leafletBase now supports reuse of an existing leaflet map object using the .map() function
4+
* new legend function legendTitle() added to optionally specify a title that appears above the legend contents if set
5+
* bubbleChart changed to inherit from ColorMixin so .colors(), .colorDomain() and .colorAccessor() can be used to change bubble colors and a legend can be added to the map to show color ranges
6+
* markerChart changed to allow you to define whether titles should be shown or not - function showRenderTitle() replaces prior default of rendering title at all times
7+
* new markerChart functions fitOnRender() and fitOnRedraw() added to allow map to fit to bounds on initial render and/or crossfilter redraw respectively
8+
* `legend.setContent` allows setting the content
9+
110
## 0.5.1
211
* `popupMod` and `filterMod` optionally restrict popup and filter actions to when a modifier key is pressed
312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc.leaflet",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "Apache-2.0",
55
"copyright": "2020",
66
"description": "Leaflet maps integrated with crossfilter and dc.js",

0 commit comments

Comments
 (0)