Skip to content

Commit beb5ed8

Browse files
committed
Tweak changelog wording and sections.
1 parent d08d8b2 commit beb5ed8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
## v0.17.0
2+
3+
Here are some highlights of changes in this version. See the full list of changes for more details: https://github.com/jupyter-widgets/ipyleaflet/compare/0.16.0...0.17.0
4+
25
### New Features
36

47
* Make it possible to use Choropleth layer with data containing NaNs [#972](https://github.com/jupyter-widgets/ipyleaflet/pull/972)
58
* Add Map panes [#999](https://github.com/jupyter-widgets/ipyleaflet/pull/999)
69
* Allow setting Map.dragging [#1001](https://github.com/jupyter-widgets/ipyleaflet/pull/1001)
710
* Add visible attribute to GeoJSON layer [#1002](https://github.com/jupyter-widgets/ipyleaflet/pull/1002)
8-
* [BREAKING CHANGE] Remove `name`, `legends`, `positioning`, and `positionning` properties in LegendControl [#979](https://github.com/jupyter-widgets/ipyleaflet/pull/979). Update your code with the following substitutions for a LegendControl `legend`:
11+
12+
### Breaking Changes
13+
14+
* Remove `name`, `legends`, `positioning`, and `positionning` properties in LegendControl [#979](https://github.com/jupyter-widgets/ipyleaflet/pull/979). Update your code with the following substitutions for a LegendControl `legend`:
915
* `legend.name` -> `legend.title`
1016
* `legend.legends` -> `legend.legend`
1117
* `legend.positioning` -> `legend.position`
1218
* `legend.positionnning` -> `legend.position`
1319

1420
The recommended way to create a LegendControl with a given title is to use the `title` parameter: `LegendControl({}, title='My Title')`. There is a backwards compatibility shim in place, so giving the title as `name` in the constructor still works, but is not recommended: `LegendControl({}, name='My Title')`
1521

16-
## Maintenance
22+
### Maintenance
1723

1824
* Compute the public path automatically [#988](https://github.com/jupyter-widgets/ipyleaflet/pull/988)
1925

@@ -22,8 +28,6 @@
2228
* Document use of multiple basemaps [#971](https://github.com/jupyter-widgets/ipyleaflet/pull/971)
2329
* Add a small introduction text [#992](https://github.com/jupyter-widgets/ipyleaflet/pull/992)
2430

25-
**Full Changelog**: https://github.com/jupyter-widgets/ipyleaflet/compare/0.16.0...0.17.0
26-
2731
## v0.16.0
2832
### New features
2933

0 commit comments

Comments
 (0)