[Pkg-javascript-commits] [leaflet-markercluster] annotated tag upstream/1.1.0_dfsg created (now 9394aac)

Jonas Smedegaard dr at jones.dk
Sun Oct 22 17:29:28 UTC 2017


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

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

        at  9394aac   (tag)
   tagging  fa4e2ef295ca120123881d2b17a1b01b7e66824b (commit)
  replaces  upstream/1.0.4_dfsg
 tagged by  Jonas Smedegaard
        on  Sun Oct 22 19:08:30 2017 +0200

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

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlns0I4ACgkQLHwxRsGg
ASHQtw//TwTYQVz2LSi++H4aWX5/7yYSPtiGmqtXqM6XXouOhR5CZ8A+w4K0pb+e
6a5h295teWSkq1edjr2LOHYGXgQAzPRBgXreUIai/12RTtlu7UY+TlxugwCZYCio
ENA+IPFFznUySi7PG1HZfJpzk1H5UwIu1EBMnnvFqP4nGPr2BevlCfRSPO0MOAmX
0mrhB6hS5BjZq2xT2LOYb7BGTwDqAbTYjL4n7tA++DUmG9nK4wDMVW/4ZDvfNpY5
7yoFKmb7KggevhXU+prFW0ANh6TJ5cFIoBZRJRhbfm2SVR7c6+MMwxjqtDEtA26B
n0XKMT9fT7exPt0nR/tTI9kozBKd7mjZ0gKQJvYDCf8L+jTAn6VnKFITNcT5UVgY
ixlTdm/LVcPcKqe1o3Zt7ijqHAukOwIVLCHG8dv+SpzO+ppA05mE/Ap7SlQJP+GG
MH+qbGa1+eM1tdrpDtrL7xTtZBoXrKh7oqBnO3WdTzuy0jZJvTAFVdqA4efGiR+t
+fkGLNC/xaa7cKP5hKpD8DCjxE5SW5ki7sBAgvyUiHFbkQGv6YwR9oqz3UCsusDN
rx6oCHAo8U8bbLUE+igrg6ZLyvy4KKOtAAsOAjfCJX1DLT1S6gXG1XxzSDV8JuNU
niRxkOu/Vo4os/7nT3rIF+tD2FRdJM008vRyuOqPE+YM6QEIjFE=
=BdT7
-----END PGP SIGNATURE-----

Dave Leaver (8):
      Merge pull request #773 from MrCheeze/master
      Remove unnecessary undefined check, this is set to null by default.
      Merge pull request #776 from kent1D/patch-1
      Merge pull request #779 from timkelty/pass-fitBounds-options
      Remove mention of custom build stuff that hasn't existed for a while
      Merge pull request #795 from ghybs/examples-https
      Merge pull request #794 from ghybs/readme-https
      Merge pull request #819 from ckrahe/panes

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

MrCheeze (2):
      Fixed bug where disableClusteringAtZoom being 0 is treated the same as null
      Fixed check to match coding standards (!==)

Tim Kelty (2):
      Allow paddling fitBounds options to zoomToBounds
      README for fitBounds options

ckrahe (7):
      Support optional pane
      Create pane example. Add second link to custom example.
      Follow standard and fully-qualify example references.
      Change option name to avoid collision with Leaflet. Document default. Add pane unit tests.
      Add testing section.
      Rename option for clarity
      Default group clusterPane to L.Marker default

danzel (8):
      Bump for 1.0.5
      Fix addressPoints2 usage in example. Fixes #781
      Fix non-integer min/max zoom and add a test. Ref #789
      Be a bit more careful with minZoom. refs #789
      Update changelog for 1.0.6
      Other 1.0.6
      1.1.0
      Tag v1.1.0

ghybs (2):
      Docs(README): use https for demo links
      Refactor(examples/debug): use HTTPS for CDN, Tiles & OSM link

kent1 (1):
      Update CHANGELOG.md

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

This annotated tag includes the following new commits:

       new  b97aa03   Fixed bug where disableClusteringAtZoom being 0 is treated the same as null
       new  ea94000   Fixed check to match coding standards (!==)
       new  f01f8b1   Merge pull request #773 from MrCheeze/master
       new  2541879   Remove unnecessary undefined check, this is set to null by default.
       new  fcf9e9d   Update CHANGELOG.md
       new  d7288c7   Merge pull request #776 from kent1D/patch-1
       new  97c3bb0   Allow paddling fitBounds options to zoomToBounds
       new  4a23996   README for fitBounds options Pass undefined
       new  590cce5   Merge pull request #779 from timkelty/pass-fitBounds-options
       new  e9cc1e2   Bump for 1.0.5
       new  c56a60d   Fix addressPoints2 usage in example. Fixes #781
       new  4062f37   Remove mention of custom build stuff that hasn't existed for a while
       new  e387e1f   Fix non-integer min/max zoom and add a test. Ref #789
       new  77fbc29   Docs(README): use https for demo links
       new  b5afe4f   Refactor(examples/debug): use HTTPS for CDN, Tiles & OSM link
       new  e2d5201   Merge pull request #795 from ghybs/examples-https
       new  eab3456   Merge pull request #794 from ghybs/readme-https
       new  397693f   Be a bit more careful with minZoom. refs #789
       new  80570d1   Update changelog for 1.0.6
       new  f1b0d8f   Other 1.0.6
       new  4fffa0a   Support optional pane
       new  480c786   Create pane example. Add second link to custom example.
       new  e8f27e4   Follow standard and fully-qualify example references.
       new  90004e4   Change option name to avoid collision with Leaflet. Document default. Add pane unit tests.
       new  bd3748a   Add testing section.
       new  f80ee8b   Rename option for clarity
       new  37bc740   Default group clusterPane to L.Marker default
       new  d077f49   Merge pull request #819 from ckrahe/panes
       new  f175a7c   1.1.0
       new  720f16f   Tag v1.1.0
       new  fa4e2ef   New upstream version 1.1.0~dfsg

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