Skip to content

Commit 2e0b4f6

Browse files
authored
Update changelog for upcoming 0.14.0 release
1 parent d004cb4 commit 2e0b4f6

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGES.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
0.14.0
2+
~~~~~~
3+
4+
Breaking changes
5+
6+
- Use keyword arguments as CSS properties in FloatImage (@Conengmo #1668)
7+
- Upgrade Leaflet 1.6.0 to 1.9.3, set default font size (@Conengmo #1660)
8+
- Upgrade Bootstrap 3.2.0 to 5.2.2 (@Conengmo #1650)
9+
10+
New plugins
11+
12+
- Add GroupedLayerControl plugin (@chansooligans #1592)
13+
- Add SideBySide plugin (@fralc #1292)
14+
- Add TagFilterButton plugin (@Waffleboy #1343)
15+
16+
Major improvements
17+
18+
- Add optional Jenks Natural Breaks Optimization to Choropleth (@pmains #1634)
19+
- Add Map.show_in_browser() method (@Conengmo #1651)
20+
- Accept TileProvider objects from the xyzservices package (@martinfleis #1498)
21+
- Add support for Vega-Lite v4 and v5 (@wd60622 #1525)
22+
- Upgrade Font Awesome 4.6.3 to 6.2.0 (@Sujithkumardola #1637)
23+
24+
Minor improvements
25+
26+
- Allow cql_filter argument in WmsTileLayer (@Conengmo #1673)
27+
- Silently allow lowerCamelCase for vector path options (@Conengmo #1672)
28+
- Allow html popups and templating in ClickForMarker (@Conengmo #1666)
29+
- Add show_geometry_on_click argument to Draw plugin (@Conengmo #1657)
30+
- Automatically join string and numeric key_on values for Choropleth (@alessioarena #1193)
31+
- Add speed_slider argument to TimeStampedGeoJson (@gokyori #1279)
32+
- Add gradient option to vector path options (@nocturnalAndroid #1433)
33+
- Add initial timestamp argument to TimeSliderChoropleth (@jjbenes #1435)
34+
- Allow passing TileLayer to Map (@Conengmo #1624)
35+
- Use fullscreen window in Map._to_png() (@Conengmo #1656)
36+
- Expose webdriver argument in Map._to_png() (@WooilJeong #1620)
37+
- Export the map only in Map._to_png() (@Vayel #1197)
38+
39+
Bug fixes
40+
41+
- Fix LayerControl visibility on multiple renders (@Conengmo #1674)
42+
- Fix the new TagFilterButton plugin, it's not a Layer (@Conengmo #1671)
43+
- Fix TopoJson object path lookup (@Conengmo #1665)
44+
- Fix Choropleth when `bins` is a list of integers (@Conengmo #1664)
45+
- Fix attribution links in Notebooks opening within iframe (@Conengmo #1655)
46+
- Fix empty geojson failing when using style_function (@agussman #1213)
47+
- Fix Marker location validation for numpy array (@Conengmo #1647)
48+
- Fix date sorting in TimeSliderChoropleth (@Ade-StapleHill #1503)
49+
- Fix unescaped backticks in Popup (@Conengmo #1642)
50+
- Fix `map.get_bounds()` when using GeometryCollection (@amrutha1098 #1633)
51+
- Fix ClickForLatLng not imported in __init__ (@amrutha1098 #1627)
52+
53+
Documentation
54+
55+
- More Flask examples (@Conengmo #1675)
56+
- Add PolyLine example to Quickstart.ipynb (@IamPhytan #1492)
57+
58+
Thanks to:
59+
60+
- All contributors to this release
61+
- @giswqs for fixing typos
62+
- @pmains for fixing flake8 warnings
63+
- @amrutha1098 for fixing tests
64+
- Our maintainers @ocefpaf and @Conengmo
65+
66+
167
0.13.0
268
~~~~~~
369

0 commit comments

Comments
 (0)