[Pkg-javascript-commits] [leaflet-markercluster] branch upstream updated (ab397dc -> fa4e2ef)
Jonas Smedegaard
dr at jones.dk
Sun Oct 22 17:29:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch upstream
in repository leaflet-markercluster.
from ab397dc New upstream version 1.0.4~dfsg
adds b97aa03 Fixed bug where disableClusteringAtZoom being 0 is treated the same as null
adds ea94000 Fixed check to match coding standards (!==)
adds f01f8b1 Merge pull request #773 from MrCheeze/master
adds 2541879 Remove unnecessary undefined check, this is set to null by default.
adds fcf9e9d Update CHANGELOG.md
adds d7288c7 Merge pull request #776 from kent1D/patch-1
adds 97c3bb0 Allow paddling fitBounds options to zoomToBounds
adds 4a23996 README for fitBounds options Pass undefined
adds 590cce5 Merge pull request #779 from timkelty/pass-fitBounds-options
adds e9cc1e2 Bump for 1.0.5
adds c56a60d Fix addressPoints2 usage in example. Fixes #781
adds 4062f37 Remove mention of custom build stuff that hasn't existed for a while
adds e387e1f Fix non-integer min/max zoom and add a test. Ref #789
adds b5afe4f Refactor(examples/debug): use HTTPS for CDN, Tiles & OSM link
adds e2d5201 Merge pull request #795 from ghybs/examples-https
adds 77fbc29 Docs(README): use https for demo links
adds eab3456 Merge pull request #794 from ghybs/readme-https
adds 397693f Be a bit more careful with minZoom. refs #789
adds 80570d1 Update changelog for 1.0.6
adds f1b0d8f Other 1.0.6
adds 4fffa0a Support optional pane
adds 480c786 Create pane example. Add second link to custom example.
adds e8f27e4 Follow standard and fully-qualify example references.
adds 90004e4 Change option name to avoid collision with Leaflet. Document default. Add pane unit tests.
adds bd3748a Add testing section.
adds f80ee8b Rename option for clarity
adds 37bc740 Default group clusterPane to L.Marker default
adds d077f49 Merge pull request #819 from ckrahe/panes
adds f175a7c 1.1.0
adds 720f16f Tag v1.1.0
adds fa4e2ef New upstream version 1.1.0~dfsg
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 27 +++++-
CONTRIBUTING.md | 8 ++
README.md | 28 ++++---
bower.json | 2 +-
example/geojson.html | 8 +-
example/marker-clustering-convexhull.html | 8 +-
example/marker-clustering-custom.html | 8 +-
example/marker-clustering-dragging.html | 8 +-
example/marker-clustering-everything.html | 8 +-
example/marker-clustering-geojson.html | 8 +-
example/marker-clustering-pane.html | 98 ++++++++++++++++++++++
.../marker-clustering-realworld-maxzoom.388.html | 8 +-
.../marker-clustering-realworld-mobile.388.html | 8 +-
example/marker-clustering-realworld.10000.html | 8 +-
example/marker-clustering-realworld.388.html | 8 +-
example/marker-clustering-realworld.50000.html | 10 +--
example/marker-clustering-singlemarkermode.html | 8 +-
example/marker-clustering-spiderfier.html | 8 +-
example/marker-clustering-zoomtobounds.html | 8 +-
example/marker-clustering-zoomtoshowlayer.html | 8 +-
example/marker-clustering.html | 8 +-
example/old-bugs/add-1000-after.html | 8 +-
example/old-bugs/add-markers-offscreen.html | 8 +-
example/old-bugs/add-remove-before-addtomap.html | 8 +-
example/old-bugs/animationless-zoom.html | 8 +-
example/old-bugs/click-cluster-at-screen-edge.html | 8 +-
.../old-bugs/disappearing-marker-from-spider.html | 8 +-
.../doesnt-update-cluster-on-bottom-level.html | 8 +-
example/old-bugs/remove-add-clustering.html | 8 +-
example/old-bugs/remove-when-spiderfied.html | 8 +-
.../removelayer-after-remove-from-map.html | 8 +-
example/old-bugs/setView-doesnt-remove.html | 8 +-
.../zoomtoshowlayer-doesnt-need-to-zoom.html | 8 +-
...zoomtoshowlayer-doesnt-zoom-if-centered-on.html | 8 +-
example/remove-geoJSON-when-spiderfied.html | 8 +-
package.json | 2 +-
spec/index.html | 1 +
spec/suites/PaneSpec.js | 97 +++++++++++++++++++++
.../{onRemoveSpec.js => nonIntegerZoomSpec.js} | 24 +++---
src/MarkerCluster.js | 8 +-
src/MarkerClusterGroup.js | 29 ++++---
41 files changed, 400 insertions(+), 166 deletions(-)
create mode 100644 example/marker-clustering-pane.html
create mode 100644 spec/suites/PaneSpec.js
copy spec/suites/{onRemoveSpec.js => nonIntegerZoomSpec.js} (55%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list