toutpt / angular-leaflet-light

angular <leaflet> directive that is just leaflet
http://toutpt.github.io/angular-leaflet-light/
14 stars 4 forks source link

Update leaflet to the latest version πŸš€ #4

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.2 of leaflet just got published.

Dependency leaflet
Current Version 0.7.7
Type dependency

The version 1.0.2 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 3297 commits (ahead by 3297, behind by 70).

  • bebf850 Website updates for 1.0.2, version bump
  • c6f8e8e Update changelog
  • 232f5b6 Plugins: Fix name
  • f3ba107 Plugins: fix link URL (#5121)
  • d89271b Docstrings: 'x' and 'y' properties for L.Point, closes #5117
  • 54d6fc2 Merge pull request #5088 from bb-juliogarcia/minNativeZoom
  • 3875722 Removing unneeded comment
  • d303a7b Adding Unit Tests for minNativeZoom and maxNativeZoom
  • 243daa9 Fixing linting errors
  • 4eba3a0 Adding support for minNativeZoom in TileLayer.js
  • 4c48446 Canvas improvements (#5115)
  • d28e3ee FAQ.md: Link to GoogleMutant instead of shramov, which is now deprecated
  • 9cb7274 Make click on canvas fire for only one layer (#5100)
  • 4e97951 Add a 'sortLayers' option to L.Control.Layers (#4711)
  • 0be6ee8 Plugins: add Leaflet.TileLayer.MBTiles

There are 250 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.0.3 just got published.

Update to this version instead πŸš€

Release Notes v1.0.3

Leaflet 1.0.3 is a bugfix release. Changes since 1.0.2:

Bug fixes

API changes

  • Added a new WrapLatLngBounds method to L.CRS, to fix an issue with maxBounds of GridLayers (by @IvanSanchez, #5185, also thanks to @DiogoMCampos for investigation).
  • L.Map.getSize() will now return 0 instead of NaN in non-graphical environments (by @ughitsaaron, #5209).

Improvements

Commits

The new version differs by 51 commits (ahead by 51, behind by 1).

  • ed36a04 v1.0.3
  • c5d18fb Changelog for 1.0.3, version bump.
  • 67f12ee Avoid multiple canvas updatePaths/redraws during viewreset (#5250)
  • 2b5d401 Another blind attemp to work around dblclicks on Edge (#5268)
  • f8bcccc Plugins: add magicmarker
  • af72aa7 IE8: Remove trailing comma in L.Layer options (#5270)
  • ad27106 Docstrings: clarify L.Browser.Touch (see #5266)
  • 7f11fdf Add alternative text to marker shadows (#5259)
  • 7ea3ab8 Plugins: add migrationLayer (#5261)
  • d250465 Merge branch 'jieter-patch-3'
  • 01a4b95 Now use the correct regression fix: #5131
  • 15e4456 Point to correct PR for the layers control PR
  • 059a722 Implement wrapLatLngBounds (to fix #5149) (#5166)
  • 694da33 Blind attemp to fix Edge dblclicks (side effects of #5185) (#5248)
  • 007a63a Fix typo in docstrings

There are 51 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.1.0 just got published.

Update to this version instead πŸš€

Commits

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

  • a3a7e04 v1.1.0
  • 287f7fb Bump version to 1.1.0
  • 3fae3be Actually assign the replaced path for the default icon (#5580)
  • 35e7c4b Changelog for 1.1.0 (#5518)
  • d6fc47d Fix(DivIcon): revert #5517 to avoid appending a single node instead of generating content (#5574)
  • a3ec804 Add className option for ImageOverlay (#5555)
  • 6bfa764 Docstrings(Map/Grid+TileLayer): improve minZoom and maxZoom explanations (#5573)
  • 90a8d88 Tutorials: rewrite the paragraph about the mapbox map IDs, hopefully it reads easier now. (#5572)
  • bbd74ed Docstrincs: bad link in Control.Layers.js (#5568)
  • 3f68479 Add Leaflet.NonTiledLayer.WCS to plugins.md (#5564)
  • eff87f8 Plugins: Add leaflet-geotiff (#5563)
  • 4cb2be6 Update demo link (and make it generic) (#5559)
  • cdc20a3 Added Leaflet.Canvas-Flowmap-Layer to plugins list (#5474)
  • 2fee08b Icon doesn't really inherit from Layer
  • 162276e Add UK Ordinance Survey grid squares plugin (#5530)

There are 133 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 44 commits ahead by 44, 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 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€