[Pkg-javascript-commits] [leaflet-markercluster] branch master updated (f7cb6f8 -> 2d0cfe7)
Jonas Smedegaard
dr at jones.dk
Sun Oct 22 17:29:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository leaflet-markercluster.
from f7cb6f8 Prepare for release: Update changelog, control file and copyright hints.
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
adds fde3053 Update upstream source from tag 'upstream/1.1.0_dfsg'
adds 2441db4 Update watch file: Use substitution strings.
adds 7876f7d Tighten lintian overrides regarding License-Reference.
adds 1c484f3 Drop obsolete lintian override regarding debhelper 9.
adds e22fdaf Fix use package section javascript (not web).
adds 589f50e Update to use package optional (not extra).
adds 6036a9a Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently use .git suffix in path.
adds 0d42546 Declare compliance with Debian Policy 4.1.1.
adds 093af46 Update package relations: Relax to build-depend unversioned on node-uglify: Needed version satisfied even in oldstable.
adds 2d0cfe7 Prepare for release: Update changelog, control file and copyright hints.
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 -
CHANGELOG.md | 27 +++++-
CONTRIBUTING.md | 8 ++
README.md | 28 ++++---
bower.json | 2 +-
debian/changelog | 21 +++++
debian/control | 12 +--
debian/control.in | 10 +--
debian/copyright_hints | 16 +++-
debian/rules | 2 +-
debian/source/lintian-overrides | 11 +--
debian/watch | 4 +-
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 ++++---
49 files changed, 452 insertions(+), 191 deletions(-)
delete mode 100644 .gitignore
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