Skip to content

Commit 6637471

Browse files
committed
Release 0.13.4
1 parent 0547d41 commit 6637471

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## v0.13.4
2+
3+
Improvements:
4+
5+
* Improve GeoJSON data update #668
6+
* Add support for WKT layer #679
7+
* Add Gaode basemap #681
8+
* Change SearchControl zoom trait to None #688
9+
* Add example notebooks for KML and GPX file formats #691
10+
* Update GeoData API documentation to add point_stype attribute #695
11+
* Add a callback on found event for searching in GeoJSON layer #707
12+
* Add custom tile server GIF to example notebook #724
13+
* Add support for DivIcon #727
14+
* Support for transparent WidgetControl #732
15+
* Update LeafletJS from 1.3.0 to 1.7.1 #734
16+
* Add Map.fit_bounds(bounds) #737
17+
* Add MagnifyingGlass layer #733
18+
19+
Fixes:
20+
21+
* Add Shapely as a dependency #683
22+
* Add nodejs dependency to Binder environment #700
23+
* Set --minimize=False on Binder #704
24+
* Remove class_name #729
25+
* Change license to MIT #736
26+
* Fix WMS layer options #755
27+
28+
## v0.13.3
29+
30+
Fixes:
31+
32+
* Fix recursion error on GeoJSON #661
33+
134
## v0.13.2
235

336
Improvements:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- nodejs=14.11
6-
- ipyleaflet=0.13.3
6+
- ipyleaflet=0.13.4
77
- scipy
88
- bqplot
99
- rasterio

ipyleaflet/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Distributed under the terms of the Modified BSD License.
33
#
44

5-
version_info = (0, 13, 3)
5+
version_info = (0, 13, 4)
66

77
__version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2])
88

9-
EXTENSION_VERSION = '^0.13.2'
9+
EXTENSION_VERSION = '^0.13.3'

js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-leaflet",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "jupyter - leaflet bridge",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)