Skip to content

Commit 84838b5

Browse files
committed
Update changelog for 0.17
1 parent 9f79385 commit 84838b5

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
## v0.16.0
1+
## v0.17.0
2+
### New Features
3+
4+
* Make it possible to use Choropleth layer with data containing NaNs [#972](https://github.com/jupyter-widgets/ipyleaflet/pull/972)
5+
* Add Map panes [#999](https://github.com/jupyter-widgets/ipyleaflet/pull/999)
6+
* Allow setting Map.dragging [#1001](https://github.com/jupyter-widgets/ipyleaflet/pull/1001)
7+
* Add visible attribute to GeoJSON layer [#1002](https://github.com/jupyter-widgets/ipyleaflet/pull/1002)
8+
* [BREAKING CHANGE] Remove get and set decorators in LegendControl [#979](https://github.com/jupyter-widgets/ipyleaflet/pull/979)
9+
10+
## Maintenance
11+
12+
* Compute the public path automatically [#988](https://github.com/jupyter-widgets/ipyleaflet/pull/988)
213

3-
## What's Changed
14+
### Docs
415

16+
* Document use of multiple basemaps [#971](https://github.com/jupyter-widgets/ipyleaflet/pull/971)
17+
* Add a small introduction text [#992](https://github.com/jupyter-widgets/ipyleaflet/pull/992)
18+
19+
**Full Changelog**: https://github.com/jupyter-widgets/ipyleaflet/compare/0.16.0...0.17.0
20+
21+
## v0.16.0
522
### New features
623

724
* Add bounds attribute to TileLayer by @davidbrochart in https://github.com/jupyter-widgets/ipyleaflet/pull/907
@@ -44,7 +61,7 @@
4461
* @PROgram52bc made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/914
4562
* @HaudinFlorence made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/953
4663

47-
**Full Changelog**: https://github.com/jupyter-widgets/ipyleaflet/compare/0.15.0...master
64+
**Full Changelog**: https://github.com/jupyter-widgets/ipyleaflet/compare/0.15.0...0.16.0
4865

4966
## v0.15.0
5067

0 commit comments

Comments
 (0)