Skip to content

Releases: jupyter-widgets/ipyleaflet

0.19.0

23 Apr 15:55
Compare
Choose a tag to compare

New Features

  • feat: introduce leaflet-geoman as an alternative to leaflet-draw by @iisakkirotko in #1181

Documentation

Maintenance

New Contributors

Full Changelog: 0.18.2...0.19.0

Release 0.18.2

23 Jan 17:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.1...0.18.2

Release 0.18.1

15 Dec 14:14
Compare
Choose a tag to compare

What's Changed

New features

  • Add "collapsed" property to the "LayersControl" by @gjmooney in #1156
  • Add "index" argument to the Map's "add" method by @gjmooney in #1156

Documentation

Maintenance

New Contributors

Full Changelog: 0.18.0...0.18.1

Release 0.18.0

15 Dec 14:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.4...0.18.0

Release 0.17.3

02 Jun 07:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.2...0.17.3

Release 0.17.2

19 Oct 07:57
Compare
Choose a tag to compare

Bug fixes

New features

Maintenance

Full Changelog: 0.17.1...0.17.2

Release 0.17.1

23 Aug 09:10
Compare
Choose a tag to compare

New features

Maintenance

Documentation

  • Use the latest jupyterlite-sphinx release on ReadTheDocs by @jtpio in #1026
  • Lazy-load the JupyterLite embedded page in documentation by @HaudinFlorence in #1007

New Contributors

Full Changelog: 0.17.0...0.17.1

Release 0.17.0

25 Jul 09:22
Compare
Choose a tag to compare

New Features

  • Make it possible to use Choropleth layer with data containing NaNs #972
  • Add Map panes #999
  • Allow setting Map.dragging #1001
  • Add visible attribute to GeoJSON layer #1002

Deprecated API

  • Deprecate LegendControl properties name, legends, positioning, and positionning #979 and #1005. Update your code with the following substitutions for a LegendControl legend:

    • legend.name -> legend.title
    • legend.legends -> legend.legend
    • legend.positioning -> legend.position
    • legend.positionnning -> legend.position

    The name argument in creating a LegendControl is also deprecated, please use the title argument instead: LegendControl({}, title='My Title').

  • Deprecate layer and control-specific method names for Map and LayerGroup, in favor of methods that work for both layers and controls #982. Update your code with the following substitutions for a Map map (or LayerGroup):

    • map.add_control(...) or map.add_layer(...) -> map.add(...)
    • map.remove_control(...) or map.remove_layer(...) -> map.remove(...)
    • map.substitute_control(...) or map.substitute_layer(...) -> map.substitute(...)
    • map.clear_controls(...) or map.clear_layers(...) -> map.clear(...)

    The inline operators still continue to work as before, such as map += control or map -= layer.

Maintenance

  • Compute the public path automatically #988

Docs

  • Document use of multiple basemaps #971
  • Add a small introduction text #992

New Contributors

Full Changelog: 0.16.0...0.17.0

Release 0.16.0

14 Apr 10:12
Compare
Choose a tag to compare

What's Changed

New features

Maintainance

Docs:

New Contributors

Full Changelog: 0.15.0...master

Release 0.15.0

06 Dec 12:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0