Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Aug 8, 2017

Version 1.2.0 of leaflet just got published.

Dependency leaflet
Current Version 1.0.3
Type devDependency

The version 1.2.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of leaflet.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 175 commits ahead by 175, behind by 2.

  • 1ac320b v1.2.0
  • 969add4 Bump version to 1.2.0
  • f04d7a5 Fix typo in docs/examples/zoom-levels (#5695)
  • b51dfa3 Leaflet-CsvTiles plugin added to list (#5679)
  • 3803b09 add 'overflow-x: hidden' to .leaflet-control-layers-scrollbar (#5691)
  • 567f13a ensure copyright banner survives minification (#5682)
  • 54ce147 Throw if argument to addLayer is not actually a layer (#5689)
  • ce107a9 enable to pass simple array to the method setBounds (#5687)
  • 2dbda53 remove comment in Control.Layers.js: TODO keyboard accessibility (#5684)
  • 50705e1 remove changes from PR #2171 (#5673)
  • 922593a When a layer is repeated in Control.Layers, behavior is not consistent. (#5672)
  • 0d36e46 VideoOverlay accept VideoElement (#5661)
  • b675753 Make L.LineUtil._flat public as L.LineUtil.isFlat (#5667)
  • b090e88 Docs(TileLayer): workaround leafdoc issue with @ symbol (#5669)
  • 0a6c500 Add test for extending L namespace

There are 175 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2018

Version 1.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 155 commits ahead by 155, behind by 1.

  • 1a38558 v1.3.0
  • 9f19e72 bump version to 1.3.0 (#6003)
  • 4271237 Merge pull request #5998 from dj0001/master
  • 4a7fadb add Leaflet.mytrack
  • 3d4f691 Merge pull request #5981 from rbrtmrtn/patch-2
  • 2a4c4c9 Merge pull request #5991 from dj0001/master
  • b9f35b8 Leaflet.timezones
  • 9796e11 update docs
  • 5c2d3d8 move tooltipAnchor and popupAnchor defaults from Marker to Icon
  • 031ff12 document tooltipAnchor option
  • f44ec8f Merge pull request #5976 from kring/patch-1
  • 9fb0df7 docs: fix Point's trunc method docs (#5987)
  • bf3b6a3 Merge pull request #5984 from dj0001/master
  • 0ae6528 add Leaflet.Sun
  • 45ed384 Update CONTRIBUTING.md

There are 155 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 18, 2018

Version 1.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits ahead by 23, behind by 1.

  • ba6f97f v1.3.1
  • bafaa8a bump version to 1.3.1
  • bfbaf65 Revert "use zoom parameter if passed" (#6006)
  • 4704037 Merge pull request #5988 from Leaflet/release-v1.3.0
  • 1574caf blog post formatting
  • 58ade16 integrity
  • 0c25ba8 update release date
  • cf00e0d update changelog and reference
  • 7686816 Merge branch 'master' into release-v1.3.0
  • 16f1c48 update changelog and reference
  • ffb432c Merge remote-tracking branch 'Leaflet/master' into release-v1.3.0
  • 89ba393 add new blog post
  • ae9eaa2 update date in changelog
  • a22ca2f update reference-versions
  • 3e32b74 update RELEASE.md

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2018

Version 1.3.2 just got published.

Update to this version instead 🚀

Release Notes v.1.3.2

Improvements

  • Add use-credentials CORS option to ImageOverlay and TileLayer (#6016 by caleblogan) + unit tests (#6022 and #6027 by ghybs)
  • Clean up references to global L in source code (#6047 and #6048 by ghybs)
  • Allow reset of Canvas dashArray option + support array type (#6200 by McBen)

Bug fixes

  • Respect the preferCanvas option in all panes (#6019 by mjumbewu)
  • Do not fire tileload event if tile has empty src (#6025 by cherniavskii)
  • Fix race condition when removing canvas before it has rendered (#6033 by louMoxy)
  • Fix memory leak in canvas renderer (#6117 by aj8k)
  • Fix dragging for CSS scaled map (#6055 by ghybs)
  • Handle Polygons with empty array of LatLngs (#6119 by BakuCity)
  • Fix view bounds calculation in geolocation event handler (#6140 by wladich)
  • Fix error removing map and resizing window at the same time (#6160 by danzel)
  • Stop pan key event when pan animation is in progress (#6231 by cherniavskii)

Docs & Web Site

ES6 / Rollup

Development workflow

Commits

The new version differs by 96 commits ahead by 96, behind by 1.

  • 1924795 v1.3.2
  • 00c1a8c extend publish.sh to commit dist/leaflet-src.esm.js too
  • fe9c16f bump version
  • c2dd930 docs(plugins): add Leaflet.Control.Resizer (#6236)
  • 90b75eb docs(plugins): add Leaflet.Control.Opacity (#6235)
  • b507e21 stop pan key event even when pan anim is in progress (#6231)
  • d7f91d9 docs(geoJsonTutorial): typo (#6222)
  • a5ca3d4 Revert "Test(GridLayer): add 2 new tests for zoom-in/-out in graphical browsers (#6201)" (#6221)
  • ba1b253 docs(GeoJSON): tutorial update quote
  • 4c9e7ca docs(GeoJSON): use RFC link for previous HTML docs
  • 9eb260d docs(GeoJSON): use RFC link in HTML docs
  • e9ba764 docs(GeoJSON): use RFC page in tutorial
  • 35e07a9 docs(GeoJSON): update link to RFC page
  • 95b34ed docs(plugins): add Leaflet-Select-Polygons (#6171)
  • 380c44f Test(GridLayer): add 2 new tests for zoom-in/-out in graphical browsers (#6201)

There are 96 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2018

Version 1.3.3 just got published.

Update to this version instead 🚀

Release Notes v1.3.3

Bug fixes

  • Remove module field from package.json to fix plugin compatibility issues (#6239)
Commits

The new version differs by 4 commits ahead by 4, behind by 1.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 30, 2018

  • The devDependency leaflet was updated from 1.0.3 to 1.4.0.

Update to this version instead 🚀

Commits

The new version differs by 66 commits ahead by 66, behind by 1.

  • 3337f36 v1.4.0
  • 7507727 bump version
  • 5c9bb5a Fix typo (#6452)
  • f013cff docstrings: Fix duplicated sentence in SVG section (#6448)
  • 166de91 The earth is not a potato (#6326)
  • b60b628 Added basic motion plugin description. (#6445)
  • 7ed780c Merge pull request #6442 from tambry/docs_insecure_content_fix
  • e7129b4 Fix insecure content error in documentation
  • 37cc386 Docstrings: Added copyright references (#6439)
  • e7cc8ea Plugins: add GeojsonLayerSwitcher (#6435)
  • f89c7ce Added Leaflet.streetlabels plugin (#6426)
  • e1124bd Delete ISSUE_TEMPLATE.md
  • c7ac871 Update issue templates
  • a884858 Merge pull request #6399 from traffordDataLab/trafforddatalab_update_plugins
  • 9b90ca8 Moved entry for leaflet.reachability plugin to the bottom of the list of the routing plugins as requested by Andrew Cherniavskii.

There are 66 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2019

  • The devDependency leaflet was updated from 1.0.3 to 1.5.0.

Update to this version instead 🚀

Commits

The new version differs by 55 commits ahead by 55, behind by 1.

  • 6d88eaf v1.5.0
  • 5d34eff bump version
  • 3ee49b6 Update plugins.md (#6640)
  • f93df09 Added plugin Leaflet.CustomLayer (#6580)
  • abbe4ec Update dev dependencies & remove coverage scripts (#6635)
  • fd474f6 Change L.Marker to L.marker in example (#6636)
  • 61b818f Plugins - add joomla extensions (#6501)
  • 56cdbf6 Add getIcon function to retrieve marker icon (#6459)
  • 09d36a8 Update support template
  • 1e0d43b Layer: refactor openPopup/openTooltip: use common function (#6613)
  • d9a4c66 Tweaking documentation for SVGOverlay, add links to the docs index. (#6631)
  • 4ec26a5 Added basic SVGOverlay to expose SVG DOM element (#6517)
  • 148cba8 synthetic dblclick events relate to left button (#6628)
  • a6987a9 Fixing a typo (#6626)
  • f3e6271 Added "This includes implicity attached events" to line 68 of src/core/Events.js (#6619)

There are 55 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2019

  • The devDependency leaflet was updated from 1.0.3 to 1.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 17, 2019

  • The devDependency leaflet was updated from 1.0.3 to 1.6.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant