You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+142-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,144 @@
1
+
## v0.19.0
2
+
3
+
### New Features
4
+
5
+
* feat: introduce leaflet-geoman as an alternative to leaflet-draw by @iisakkirotko in https://github.com/jupyter-widgets/ipyleaflet/pull/1181
6
+
7
+
### Documentation
8
+
9
+
* Add colormaps to choropleth docs by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1157
10
+
* Marker cluster api docs by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1151
11
+
12
+
### Maintenance
13
+
14
+
* Ruff linting by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1158
15
+
* Switch to using TypeScript by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1159
16
+
* Start adding types by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1160
17
+
* Migrate to Hatch by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1166
18
+
* Leaflet update by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1164
19
+
* Split Python and JavaScript packages by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1168
20
+
* Update yarn.lock files by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1170
21
+
* Add leaflet as singleton by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1176
22
+
* fix: Support for Python 3.8 was removed by @iisakkirotko in https://github.com/jupyter-widgets/ipyleaflet/pull/1180
23
+
* fix: outdated installation instructions in README.md by @iisakkirotko in https://github.com/jupyter-widgets/ipyleaflet/pull/1179
24
+
* fix: cast this.get_options to support @types/leaflet@1.9.9 by @iisakkirotko in https://github.com/jupyter-widgets/ipyleaflet/pull/1186
25
+
* Use hatch-nodejs-version for the jupyter-leaflet versioning by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1188
26
+
* Refactor: remove ipyleaflet-core and have only ipyleaflet and jupyter-leaflet packages by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1189
27
+
28
+
### New Contributors
29
+
30
+
*@iisakkirotko made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1180
* Add image service layers to address https://github.com/jupyter-widgets/ipyleaflet/pull/932 by @tsutterley in https://github.com/jupyter-widgets/ipyleaflet/pull/933
86
+
* Revert change from https://github.com/jupyter-widgets/ipyleaflet/pull/965 that sets the default zoom to None by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1068
87
+
* Fix in tab by @maartenbreddels in https://github.com/jupyter-widgets/ipyleaflet/pull/1099
88
+
89
+
### New Contributors
90
+
91
+
*@tsutterley made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/933
92
+
*@maartenbreddels made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1099
* Fix view bounds by @davidbrochart in https://github.com/jupyter-widgets/ipyleaflet/pull/1064
101
+
102
+
### New features
103
+
104
+
* Add subitems to layers by @HaudinFlorence in https://github.com/jupyter-widgets/ipyleaflet/pull/1011
105
+
106
+
### Maintenance
107
+
108
+
* JS linters by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1057
109
+
* Add pandas to bot by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1056
110
+
* Fix Galata bot by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1055
111
+
* Update the way we run UI-tests by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1054
112
+
* Corrected cursor name by @tylere in https://github.com/jupyter-widgets/ipyleaflet/pull/1047
113
+
* Fixup yarn.lock by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1043
114
+
115
+
Full Changelog: https://github.com/jupyter-widgets/ipyleaflet/compare/0.17.1...0.17.2
116
+
117
+
## v0.17.1
118
+
119
+
### New features
120
+
121
+
* Add a colormap control to be used with Choropleth layer by @HaudinFlorence in https://github.com/jupyter-widgets/ipyleaflet/pull/1010
122
+
* Add zoom_offset param to TileLayer by @ned2 in https://github.com/jupyter-widgets/ipyleaflet/pull/1023
123
+
* Add support for as_leaflet_layer in Map.add by @banesullivan in https://github.com/jupyter-widgets/ipyleaflet/pull/1033 and @davidbrochart in https://github.com/jupyter-widgets/ipyleaflet/pull/1037
124
+
* ipywidgets 8.0 support by @jasongrout in https://github.com/jupyter-widgets/ipyleaflet/pull/968
125
+
126
+
### Maintenance
127
+
128
+
* Pin nodejs=16, drop base setup by @davidbrochart in https://github.com/jupyter-widgets/ipyleaflet/pull/1017
129
+
* Remove HikeBike basemap from the examples by @HaudinFlorence in https://github.com/jupyter-widgets/ipyleaflet/pull/1039
130
+
131
+
### Documentation
132
+
133
+
* Use the latest jupyterlite-sphinx release on ReadTheDocs by @jtpio in https://github.com/jupyter-widgets/ipyleaflet/pull/1026
134
+
* Lazy-load the JupyterLite embedded page in documentation by @HaudinFlorence in https://github.com/jupyter-widgets/ipyleaflet/pull/1007
135
+
136
+
### New Contributors
137
+
138
+
*@ned2 made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1023
139
+
140
+
Full Changelog: https://github.com/jupyter-widgets/ipyleaflet/compare/0.17.0...0.17.1
141
+
1
142
## v0.17.0
2
143
3
144
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
@@ -16,7 +157,7 @@ Here are some highlights of changes in this version. See the full list of change
16
157
*`legend.legends` -> `legend.legend`
17
158
*`legend.positioning` -> `legend.position`
18
159
*`legend.positionnning` -> `legend.position`
19
-
160
+
20
161
The `name` argument in creating a LegendControl is also deprecated, please use the `title` argument instead: `LegendControl({}, title='My Title')`.
21
162
* Deprecate layer and control-specific method names for Map and LayerGroup, in favor of methods that work for both layers and controls [#982](https://github.com/jupyter-widgets/ipyleaflet/pull/982). Update your code with the following substitutions for a Map `map` (or LayerGroup):
22
163
*`map.add_control(...)` or `map.add_layer(...)` -> `map.add(...)`
0 commit comments