[Pkg-javascript-commits] [leaflet-markercluster] annotated tag upstream/1.0.4_dfsg created (now 2d0117c)

Jonas Smedegaard dr at jones.dk
Sun Apr 16 06:26:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/1.0.4_dfsg
in repository leaflet-markercluster.

        at  2d0117c   (tag)
   tagging  ab397dc5020d425e3e1cf7f525f63b619485514f (commit)
  replaces  upstream/0.5.0_dfsg
 tagged by  Jonas Smedegaard
        on  Sat Apr 15 22:24:22 2017 +0200

- Log -----------------------------------------------------------------
Upstream version 1.0.4~dfsg
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJY8oF3AAoJECx8MUbBoAEh+9oP/jMIIaN+YS8wO3ibOrwkCXuE
YJ+Cb3tH+l9hjW+oxsbkKtS/iL4jkIB43BbGB0gioDapTL/2yr7UIDy8AykZq274
C3YEwZ7a2WCAuSldYe07PyRLGzMp/sg8M5Ri6oMoef9quSbxNUPbQ1L4l81jPnLW
vcTa8J2rzaxc/08d59X7WTxKWd2i7pmwYBpDBXEobHs0FlLtcOEy6PaAH6S0hSek
fkY9zpmoUEIkks6Oew83mSLnOOARAa8dyDZqp5Ze1R/Sg1DfJb6NFxyPMJxdTtCq
rXNkwTs8TCsF8OaNMC98gVgRVsSyQYEng/vm0QqcoFmpHotgyZZhymtyqp+EcYtB
sxrgSZ5UEk/FOBh4WwApxOwhDB3eOmP0CaUoAivgpikIuWIulEeUA942fV7nMsUU
2SgYSvYFxv/ri2am5wWXmkQM7VAzFJ+DB92q3Z0N+qu2cHDnq8Lg13jpnOu0EONh
0vSDO8gOHkC4ho6lwYOCHM6cd4AcEWmFugZrz+c34hGNRh/pvNDrifzVEPNNgI0c
t0bGNewiR9Fr40qx3EQsfEmJniTX7N2i4tlnh6Vb+z+4D+5Wg0whetc8Y21zEAQB
o/eFAkRClbyU/mTqAeABjmpFV57oNDpKOE0Qgb2TrnzQTV9PW4WPE1a+Yruw0MPE
Khl9Pz0gxQFP06HsAfQC
=X1n+
-----END PGP SIGNATURE-----

Adam Mertel (1):
      add subplugin Leaflet.MarkerCluster.PlacementStrategies (#766)

Bert Verhelst (4):
      Add example image
      Add example image to readme
      Add example image of the marker cluster map
      Update example map link

Dave Leaver (23):
      Merge pull request #472 from Eschon/leaflet-master
      Merge pull request #603 from ghybs/leaflet-master-merge
      Merge pull request #626 from isedwards/geojson_semicolons
      Merge pull request #624 from ghybs/addNestedLayerGroups
      Merge pull request #617 from zverev/unspiderfy
      Merge pull request #644 from ghybs/master
      Add building instructions
      Merge pull request #658 from ghybs/patch-2
      Merge pull request #657 from ghybs/spiderfyCombinedWithDisableClustering
      Update README.md
      Merge pull request #665 from hyperknot/rc1
      Merge pull request #672 from ghybs/patch-3
      Merge pull request #690 from LukeSwart/patch-1
      Merge pull request #700 from qedsoftware/travis
      Merge pull request #697 from qedsoftware/bulk-icon-performance
      Merge pull request #708 from ghybs/addLayerFreezableCompatibility
      Merge pull request #703 from tyleralves/patch-2
      Merge pull request #656 from ghybs/recursively-simplified
      Merge pull request #734 from ghybs/patch-3
      Merge pull request #738 from bertyhell/patch-1
      Merge pull request #746 from marcianoviereck92/patch-1
      Add an ISSUE_TEMPLATE based on the leaflet one
      Merge pull request #747 from z3ut/fix-zoom-to-show-layer

Egon Steiner (1):
      rounded zoom to work with fractional zoom levels

Florian Boudot (1):
      Add install and build steps with jake (#733)

Iván Sánchez Ortega (4):
      Merge branch 'leaflet-master' into leaflet-master-merge
      Sync NPM dependencies so test suites are run against Leaflet 1.0.0-beta1
      npm instructions for 1.0.0 in readme
      Revert "npm instructions for 1.0.0 in readme"

Jonas Smedegaard (1):
      New upstream version 1.0.4~dfsg

Julien Confetti (1):
      bump readme to 1.0.3 (#756)

Luke Swart (1):
      Update README.md

Michał Łazowik (2):
      Fix travis build
      Refresh icons after bulk action, not during one

Tyler Alves (1):
      Remove leaflet from peerDependencies (Leaflet/Leaflet#4534)

Zsolt Ero (1):
      updated peer dep to leaflet rc1

danzel (48):
      Change event propagation overrides to work with leaflet master code.
      Cludge around setLatLng so we don't cause 'move' events when we hack-move markers. This wants doing better.
      Rough marker move tracking. refs #57
      get non-animated spiderfying working.
      Some of animated stuff works. The lines don't animate as we aren't adding the vector layer initially any more and some other bits are broken too
      Working animated spiderfying I think...
      Revert "Cludge around setLatLng so we don't cause 'move' events when we hack-move markers. This wants doing better."
      Specifically ignore out setLatLng calls. Should fix using this with Leaflet.Label (which out don't setLatLng hack broke)
      Small bug still using old variable
      We weren't using the chunked option, fixed.
      Fix for the latest leaflet master changes. fixes #289
      Merge branch 'master' into leaflet-master-merge
      Fix spiderfySpec tests
      Add missing tests to spec/index.html runner
      Add test from calvinmetcalf in #397
      Update readme for 1.0.0
      Don't return markers that need to be removed in eachLayer/getLayers.
      Grab leaflet from https always. Fixes #614
      Update leaflet version in package.json and format
      Update CHANGELOG
      Use the new travis infrastructure hopefully
      Remove built files, we only ship these in tags now. BYO otherwise.
      Bump version number to match leaflet
      Update npm install location
      Bump readme for 1.0.0
      Bump package.json 1.0.0
      Update bower.json for 1.0.0 too
      Should bump leaflet version here too
      Bump all examples to leaflet 1.0.3
      Add an example with draggable markers. Fix dragging markers. Fixes #685
      Bump version
      Add support for maps with negative minZoom. Fixes #704
      Fix an issue when opening a popup inside of zoomToShowLayer. If there was an existing spiderfied marker with a popup on it, the map would scroll back to the location of that marker.
      Fix a few more cases where negative minZoom wasn't handled. refs #704
      Tidy up all these event handlers we now need to add.
      Support layeradd event. refs #647
      Support layerremove event. fixes #647
      If a marker is moved with an open popup on it, re-open the popup after moving it. Fixes #651
      Update changelog for 1.0.0
      Update CHANGELOG for 1.0.2
      Bump version
      Test and fix for moving a marker while the MCG is off the map. Refs #753
      Another test and fix for #753
      Bump for 1.0.3
      Add a note about the JS files
      Pull minZoom fetching out to fix errors removing a MCG from a map while an animation is going on.
      Bump for 1.0.4
      Tag v1.0.4

ghybs (22):
      Merge remote-tracking branch 'upstream/leaflet-master-merge' into leaflet-master-merge
      Merged new commits and corrected all test suites
      Updated examples script src to v1.0.0-beta.2 (leaflet-src.js)
      Added magic-string devDependency
      Replaced instanceof L.Marker by .setOpacity check
      Removed useless comment
      Manage adding nested Layer Groups
      Missing final blank line in AddLayersSpec
      Manage nested groups in removeLayer and removeLayers as well
      Clone input array at first group met
      Corrected #529 in master (Leaflet 1.0.0)
      Simplified _recursively
      Created disableClusteringAtZoomSpec
      Merged conditions for zoomOrSpiderfy to avoid no action with disableClusteringAtZoom
      Copied note for `spiderfyOnMaxZoom` option explanation.
      Replaced `dependencies` by `peerDependencies`
      Replaced links to gh-pages by github.io
      Get zoom from internal _zoom instead of map.getZoom()
      Added missing rounding to map._zoom
      README correct TOC order
      README improve plugin install instructions
      README corrected iconCreateFunction

isedwards (1):
      Added a couple of missing semi-colons to improve readability/best practice.

marcianoviereck92 (1):
      Fixed leaflet 1.0.2 bug where clearLayers would throw an exception

z3ut (3):
      Fixed zoomToShowLayer() markers disappearing bug
      Add zoomToShowLayer tests
      Remove zoomToShowLayer moveStart event check

zverev (4):
      Public unspiderfy method
      fix a typo
      Merge branch 'master' into unspiderfy
      Add unspiderfy test

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  bc463e4   Change event propagation overrides to work with leaflet master code.
       new  5101457   Cludge around setLatLng so we don't cause 'move' events when we hack-move markers. This wants doing better.
       new  27827b5   Rough marker move tracking. refs #57
       new  542892d   get non-animated spiderfying working.
       new  4e3b825   Some of animated stuff works. The lines don't animate as we aren't adding the vector layer initially any more and some other bits are broken too
       new  db142ea   Working animated spiderfying I think...
       new  f86404e   Revert "Cludge around setLatLng so we don't cause 'move' events when we hack-move markers. This wants doing better."
       new  530ccaf   Specifically ignore out setLatLng calls. Should fix using this with Leaflet.Label (which out don't setLatLng hack broke)
       new  920c58f   Small bug still using old variable
       new  517ba04   We weren't using the chunked option, fixed.
       new  a1e0628   Fix for the latest leaflet master changes. fixes #289
       new  6e35cf7   rounded zoom to work with fractional zoom levels
       new  102f147   Merge pull request #472 from Eschon/leaflet-master
       new  ac71269   Merge branch 'leaflet-master' into leaflet-master-merge
       new  d1b11d9   Sync NPM dependencies so test suites are run against Leaflet 1.0.0-beta1
       new  1a7d012   Merge remote-tracking branch 'upstream/leaflet-master-merge' into leaflet-master-merge
       new  b0e2acf   Merged new commits and corrected all test suites
       new  d37d0ed   Updated examples script src to v1.0.0-beta.2 (leaflet-src.js)
       new  6328db9   Added magic-string devDependency
       new  a4ec12c   Replaced instanceof L.Marker by .setOpacity check
       new  6084aa7   Removed useless comment
       new  8ecc494   Merge pull request #603 from ghybs/leaflet-master-merge
       new  97e27e1   Merge branch 'master' into leaflet-master-merge
       new  9f61255   Fix spiderfySpec tests
       new  e18deb3   Add missing tests to spec/index.html runner
       new  1b68284   Add test from calvinmetcalf in #397
       new  a44af72   Update readme for 1.0.0
       new  57cf04c   Don't return markers that need to be removed in eachLayer/getLayers.
       new  43b0948   Grab leaflet from https always. Fixes #614
       new  5f88d24   Update leaflet version in package.json and format
       new  ba3c95b   Update CHANGELOG
       new  f61cfaf   Public unspiderfy method
       new  54976bf   fix a typo
       new  37fce91   Merge branch 'master' into unspiderfy
       new  2faaba2   Add unspiderfy test
       new  bfc877c   Use the new travis infrastructure hopefully
       new  7cf8152   Manage adding nested Layer Groups
       new  01467aa   Missing final blank line in AddLayersSpec
       new  9b45192   Manage nested groups in removeLayer and removeLayers as well
       new  9d77316   Added a couple of missing semi-colons to improve readability/best practice.
       new  0880010   Merge pull request #626 from isedwards/geojson_semicolons
       new  33e5eec   Clone input array at first group met
       new  f2ea5b5   Merge pull request #624 from ghybs/addNestedLayerGroups
       new  2d6b625   Merge pull request #617 from zverev/unspiderfy
       new  a4c3bce   Remove built files, we only ship these in tags now. BYO otherwise.
       new  44963c1   Corrected #529 in master (Leaflet 1.0.0)
       new  cb05eb2   Merge pull request #644 from ghybs/master
       new  d91addd   Add building instructions
       new  8bdb884   Simplified _recursively
       new  c78e739   Created disableClusteringAtZoomSpec
       new  e4dca37   Merged conditions for zoomOrSpiderfy to avoid no action with disableClusteringAtZoom
       new  6ee9972   Copied note for `spiderfyOnMaxZoom` option explanation.
       new  cc7aea0   Replaced `dependencies` by `peerDependencies`
       new  617b8f3   Merge pull request #658 from ghybs/patch-2
       new  5bb70ea   Merge pull request #657 from ghybs/spiderfyCombinedWithDisableClustering
       new  68ca95f   Update README.md
       new  c578c76   updated peer dep to leaflet rc1
       new  3ab1c69   Merge pull request #665 from hyperknot/rc1
       new  c0051f0   Bump version number to match leaflet
       new  5171f18   Update npm install location
       new  cab42e4   Replaced links to gh-pages by github.io
       new  05e1029   Merge pull request #672 from ghybs/patch-3
       new  d4a2d05   Update README.md
       new  7269ac3   Merge pull request #690 from LukeSwart/patch-1
       new  49a4dc4   Fix travis build
       new  7b360f9   Merge pull request #700 from qedsoftware/travis
       new  53c1f94   Refresh icons after bulk action, not during one
       new  7c894bf   Merge pull request #697 from qedsoftware/bulk-icon-performance
       new  0e5c334   Remove leaflet from peerDependencies (Leaflet/Leaflet#4534)
       new  f875921   Get zoom from internal _zoom instead of map.getZoom()
       new  4fce18c   Added missing rounding to map._zoom
       new  2c41239   Merge pull request #708 from ghybs/addLayerFreezableCompatibility
       new  bbd5dad   Merge pull request #703 from tyleralves/patch-2
       new  7da6fb2   Merge pull request #656 from ghybs/recursively-simplified
       new  a806d50   Bump readme for 1.0.0
       new  9ac8ee0   Bump package.json 1.0.0
       new  dd55b4b   Update bower.json for 1.0.0 too
       new  f22d877   Should bump leaflet version here too
       new  c0ac838   npm instructions for 1.0.0 in readme
       new  bd8f136   Revert "npm instructions for 1.0.0 in readme"
       new  29972be   Add install and build steps with jake (#733)
       new  d4d9345   README correct TOC order
       new  771b41b   README improve plugin install instructions
       new  76f0b0f   README corrected iconCreateFunction
       new  e6a24dc   Merge pull request #734 from ghybs/patch-3
       new  87cd5fd   Add example image
       new  7b577c1   Add example image to readme
       new  a1d98d6   Add example image of the marker cluster map
       new  7872b96   Update example map link
       new  ad023e9   Merge pull request #738 from bertyhell/patch-1
       new  fa20d91   Fixed leaflet 1.0.2 bug where clearLayers would throw an exception
       new  7db3016   Merge pull request #746 from marcianoviereck92/patch-1
       new  3468278   Fixed zoomToShowLayer() markers disappearing bug
       new  9c5fe78   Add zoomToShowLayer tests
       new  8bb6278   Remove zoomToShowLayer moveStart event check
       new  1e81a9a   Add an ISSUE_TEMPLATE based on the leaflet one
       new  f637978   Bump all examples to leaflet 1.0.3
       new  ee69a43   Add an example with draggable markers. Fix dragging markers. Fixes #685
       new  0f8b3d1   Bump version
       new  63c6481   Add support for maps with negative minZoom. Fixes #704
       new  37d5143   Merge pull request #747 from z3ut/fix-zoom-to-show-layer
       new  e65cb90   Fix an issue when opening a popup inside of zoomToShowLayer. If there was an existing spiderfied marker with a popup on it, the map would scroll back to the location of that marker.
       new  cbfdb98   Fix a few more cases where negative minZoom wasn't handled. refs #704
       new  dbdedb9   Tidy up all these event handlers we now need to add.
       new  2a88279   Support layeradd event. refs #647
       new  16cf328   Support layerremove event. fixes #647
       new  b674109   If a marker is moved with an open popup on it, re-open the popup after moving it. Fixes #651
       new  cf26d01   Update changelog for 1.0.0
       new  a44c7c4   Update CHANGELOG for 1.0.2
       new  848a172   Bump version
       new  706d6f2   Test and fix for moving a marker while the MCG is off the map. Refs #753
       new  c82f342   Another test and fix for #753
       new  588765b   Bump for 1.0.3
       new  7015912   bump readme to 1.0.3 (#756)
       new  31e413d   Add a note about the JS files
       new  162f157   Pull minZoom fetching out to fix errors removing a MCG from a map while an animation is going on.
       new  ac05269   add subplugin Leaflet.MarkerCluster.PlacementStrategies (#766)
       new  80dad18   Bump for 1.0.4
       new  318464a   Tag v1.0.4
       new  ab397dc   New upstream version 1.0.4~dfsg

The 120 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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