Skip to content

Commit 5859eae

Browse files
committed
Merge pull request #78 from ocefpaf/CHANGELOG
Added CHANGELOG
2 parents 07ab55d + 104169a commit 5859eae

File tree

4 files changed

+457
-48
lines changed

4 files changed

+457
-48
lines changed

CHANGES.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
0.1.4.dev
2+
~~~~~~~~~
3+
- Custom popup width width. @ocefpaf
4+
- Support multiPolyLine. @scari
5+
- Added max and min zoom keywords. @Paradoxeuh
6+
7+
Bug Fixes
8+
9+
- Remove margins from leaflet-tiles (Fixes #64). @lennart0901
10+
- Template not found on Windows OSes (Fixes #50). @Paradoxeuh
11+
- Using WMS layer on python 3. @ocefpaf
12+
13+
0.1.3
14+
~~~~~
15+
- Color markers. @birdage
16+
- Bootstrap glyphicon marker icons. @birdage
17+
- Clustered markers. @birdage
18+
- WMS tile support. @birdage
19+
- 253 sequential Colorbrewer support. @adamrpah
20+
- Python 3 support. @tbicr
21+
- Update leaflet.js to 0.7. @jmduke
22+
- Add support for lines. @jwass
23+
- Allow rendering with custom template. @samatjain
24+
- MapQuest Open tilesets. @samatjain
25+
26+
Bug Fixes
27+
28+
- Account for custom Vincent popup padding. @corbt
29+
- Simple popups correctly escape internal quotes. @corbt
30+
- Add encoding specification. @jmduke
31+
- Reverted change to mathchColor (fix choropleth coloring). @roycoding
32+
- Changed default no-data fill to null/no-fill. @wrobstory
33+
- Fixed issue with counties TopoJSON. @wrobstory
34+
35+
0.1.2
36+
~~~~~
37+
- First release. @wrobstory
38+
- New tile templates. @wrobstory
39+
- TopoJSON functionality. @wrobstory
40+
- Vincent/Vega charts as popups. @wrobstory
41+
- GeoJSON overlays. @wrobstory
42+
- Click to add markers (popover Lat/Lng functionality). @wrobstory
43+
- Simple and Circle markers. @wrobstory

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ Pandas (Map Data Binding only)
255255

256256
Numpy (Map Data Binding only)
257257

258+
Vincent (Map Data Binding only)
259+
258260
Status
259261
-------
260262
Beta
@@ -264,6 +266,3 @@ Docs
264266

265267
https://folium.readthedocs.org/
266268

267-
268-
269-

0 commit comments

Comments
 (0)