File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 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 )
2
13
3
- ## What's Changed
14
+ ### Docs
4
15
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
5
22
### New features
6
23
7
24
* Add bounds attribute to TileLayer by @davidbrochart in https://github.com/jupyter-widgets/ipyleaflet/pull/907
44
61
* @PROgram52bc made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/914
45
62
* @HaudinFlorence made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/953
46
63
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
48
65
49
66
## v0.15.0
50
67
You can’t perform that action at this time.
0 commit comments