Skip to content

Commit e33606a

Browse files
committed
Release 0.19.0
1 parent 37997d7 commit e33606a

File tree

4 files changed

+146
-5
lines changed

4 files changed

+146
-5
lines changed

CHANGELOG.md

+142-1
Original file line numberDiff line numberDiff 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
31+
32+
**Full Changelog:** https://github.com/jupyter-widgets/ipyleaflet/compare/0.18.2...0.19.0
33+
34+
## v0.18.2
35+
36+
### What's Changed
37+
38+
* Add leaflet as singleton by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1175
39+
40+
**Full Changelog:** https://github.com/jupyter-widgets/ipyleaflet/compare/0.18.1...0.18.2
41+
42+
## v0.18.1
43+
44+
### New features
45+
46+
* Add "collapsed" property to the "LayersControl" by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1156
47+
* Add "index" argument to the Map's "add" method by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1156
48+
49+
### Documentation
50+
51+
* Documentation: Fix CSS issue by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1154
52+
53+
### Maintenance
54+
55+
* Update galata bot by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1152
56+
* Fix missing hub command in bot action by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1153
57+
* Change jupyterlab version and add yarn dependency by @gjmooney in https://github.com/jupyter-widgets/ipyleaflet/pull/1149
58+
59+
### New Contributors
60+
61+
* @gjmooney made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1149
62+
63+
**Full Changelog:** https://github.com/jupyter-widgets/ipyleaflet/compare/0.18.0...0.18.1
64+
65+
## v0.18.0
66+
67+
### What's Changed
68+
69+
* Removed the unwanted character from Python code. by @frankwwu in https://github.com/jupyter-widgets/ipyleaflet/pull/1139
70+
* Added Jupyter Lab 4 support by @cdanielw in https://github.com/jupyter-widgets/ipyleaflet/pull/1146
71+
* Add support for PMTiles by @giswqs in https://github.com/jupyter-widgets/ipyleaflet/pull/1138
72+
* Towards ipyleaflet 0.18.0 by @martinRenou in https://github.com/jupyter-widgets/ipyleaflet/pull/1147
73+
74+
### New Contributors
75+
76+
* @frankwwu made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1139
77+
* @cdanielw made their first contribution in https://github.com/jupyter-widgets/ipyleaflet/pull/1146
78+
79+
**Full Changelog:** https://github.com/jupyter-widgets/ipyleaflet/compare/0.17.4...0.18.0
80+
81+
## v0.17.3
82+
83+
### What's Changed
84+
85+
* 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
93+
94+
**Full Changelog:** https://github.com/jupyter-widgets/ipyleaflet/compare/0.17.2...0.17.3
95+
96+
## v0.17.2
97+
98+
### Bug fixes
99+
100+
* 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+
1142
## v0.17.0
2143

3144
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
16157
* `legend.legends` -> `legend.legend`
17158
* `legend.positioning` -> `legend.position`
18159
* `legend.positionnning` -> `legend.position`
19-
160+
20161
The `name` argument in creating a LegendControl is also deprecated, please use the `title` argument instead: `LegendControl({}, title='My Title')`.
21162
* 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):
22163
* `map.add_control(...)` or `map.add_layer(...)` -> `map.add(...)`
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
EXTENSION_VERSION = "^0.18"
5-
__version__ = "0.18.1"
4+
EXTENSION_VERSION = "^0.19"
5+
__version__ = "0.19.0"

python/ipyleaflet/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"xyzservices>=2021.8.1",
3333
"branca>=0.5.0",
3434
# Is there no automatic way to compute this with hatch??
35-
"jupyter_leaflet>=0.18,<0.19",
35+
"jupyter_leaflet>=0.19,<0.20",
3636
]
3737
dynamic = [
3838
"version",

python/jupyter_leaflet/package.json

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

0 commit comments

Comments
 (0)