[Pkg-javascript-commits] [leaflet] annotated tag v0.7 created (now b8e53b6)

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:23:12 UTC 2014


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

js pushed a change to annotated tag v0.7
in repository leaflet.

        at  b8e53b6   (tag)
   tagging  f5580d024e924e0bae78863429b4c5eab62053c7 (commit)
  replaces  v0.6.2
 tagged by  Vladimir Agafonkin
        on  Thu Nov 21 20:07:01 2013 +0200

- Log -----------------------------------------------------------------
Version 0.7

Aaron Rutkovsky (4):
      Stop transition if element is outside fo the DOM
      Merge branch 'master' into disable_animations_outside_dom
      Stop animation if can't get position from current style
      PosAnimation tests

Alexander Burtsev (1):
      Adds Popup autoPanPadding(TopLeft & BottomRight) options. Fixes #1588

Alexander Parshin (3):
      Fixing wrong EPGS3395 transformation
      Add test specifications for CRS classes.
      Add holes support to L.Polygon.setLatLngs(). Fixes #1518

AndreyGeonya (1):
      popup getLatLng method added

Anton Borodatov (1):
      Marker should fire 'add' event like geometry Path and any object utilizing Ilayer

Bryan McBride (2):
      Misc. grammar fixes and link to mbtiles-php script
      Add link to mbutil script

Calvin Metcalf (1):
      '#1968 compiled interpolation'

Christoffer Rosen (1):
      Issue where the tile layer is not reset and updated when redraw is called.

Christopher Fredén (1):
      Changed main module file to use un-minified version.

Dag Jomar Mersland (3):
      Fix for iPad, where el.tagName was undefined when clicking on labels.
      Merge pull request #1 from Leaflet/master
      check for undefined el.tagName prevents iPad error

Daniel (4):
      Localization Support for Zoom Control
      Code style adjusted for travis.
      Again some whitespace removing. (Travis)
      Renamed Tooltip to Title

Dave Leaver (1):
      FAQ spelling

David Beitey (1):
      Allow options to be passed to Map.setMaxBounds such that they can be used when setting the view.

Fabian Strachanski (1):
      added _skipped(e) to stopPropagation to reset _fakeStop

Hans Kristian Flaatten (2):
      Adds support for altitude and 3D GeoJSON
      Renames L.LatLng property .altitude to .alt

Jan Pieter Waagmeester (4):
      Allow double quotes in template strings fixes #2120
      Make Mocha ignore leaks properly and do some space -> tab replacement
      Make Mocha ingore leaks, spaces -> tabs
      Whitespace OCD

Jimmy Tidey (1):
      adding alt tag to marker icons

John Firebaugh (10):
      Mirror D3 strategy for drag event suppression
      Fire layerremove after removing the layer
      Upload individual asset artifacts
      Fix scrolling popup content on Firefox
      Support center-oriented scroll/double-click zoom
      Invalidate _initialCenter along with size (fixes #1919)
      Return this even when short-circuiting
      Prefer selectstart to user-select
      Don't delay moveend event on invalidateSize
      Add debounceMoveend option to invalidateSize

Josh Caldwell (1):
      Fix issue with mouse position when page is scrolled

Jérémy Lal (3):
      GeoJSON: pass options to geometryToLayer
      panInsideBounds: fit or center, pass options, remove boundsMinZoom
      test Map#setMaxBounds and Map#panInsideBounds

Poisbeau Mathieu (1):
      Update Marker.js

Russell Davis (1):
      Fix rounding issues in Map::invalidateSize

Scooter Wadsworth (3):
      attempt to address regressions from #1684, #1745
      Merge pull request #1 from jec006/fix_mouse_position_relative
      Make container optional in L.DomUtil.getMousePosition(). Addresses #1926

Scott Harvey (2):
      Added the getPopup function to L.Marker
      Removing temporary swap file that has accidentally added to previous commit

Seb Emonet (1):
      Accept simple objects in L.latLngBounds(). Fixes #1915.

Stefan Sydow (3):
      add attribution and update function
      more consistent method name for ImageOverlay update
      remove tailing spaces for jake build

Steve Kashishian (5):
      rebind popup when using setIcon to ensure proper popup anchor placement
      Provide css classes for draggable markers, and in-progress drags.
      Throw invalid GeoJSON error on Polygon with an empty interior
      move a circlemarker's popup with each new position.
      handle any existing tilelayers when adding attribution control

Tom MacWright (3):
      Add support for layers lacking Events mixin. Fixes #1962
      Add tileloadstart event with tile data
      Fix build error, reference layer correctly.

Trevor Powell (4):
      Do not scale above minzoom and maxzoom in touch zoom action
      Fixing line too long error
      Adding bounceAtZoomLimits option
      Fixing long line

Vladimir Agafonkin (207):
      add TileLayer maxNativeZoom option for scaling tiles on unsupported zooms, close #1798
      fix global map leak
      minor cleanup
      add info about name, minor updates
      Merge pull request #1802 from Leaflet/scaledtiles
      update changelog, close #1819
      fix typo and reorder items in the changelog a bit
      Merge pull request #1833 from danzel/master
      Merge pull request #1826 from scooterw/fix_mouse_position_relative
      Merge pull request #1846 from Leaflet/layerremove
      update build
      update changelog
      Merge pull request #1817 from tofferrosen/patch-1
      update changelog
      update changelog
      fix typo in changelog
      add build uploading to s3 to travis
      fix path in travis artifacts build
      archive dist in travis without root dir
      add leaflet prefix to travis build archives, fix .DS_Store inclusion
      remove build JS in dist, update readme, close #1354
      don't install travis-artifacts for minor branches and PRs
      fix geojson not accepting geometry arrays, close #1840
      fix marker shadow not zoom animating after setIcon, close #1768
      Merge pull request #1851 from freepius44/patch-1
      fixed false FeatureGroup layerremove, close #1847
      update changelog
      merge #1834 (passing options to setMaxBounds)
      add multipoly getLatLngs, close #1839, update changelog
      do not animate zoom if nothing to animate yet, close #1484, close #1845
      Merge pull request #1856 from rutkovsky/disable_animations_outside_dom
      don't do travis artifacts stuff for pull req branches
      put travis sciprts as one line for and conditions to work
      better formatting in travis.yml
      Merge pull request #1858 from danzel/fix-featuregroup-removelayer
      fix fakeStop in IE<9, close #1850 hopefully
      break line to fix jshint
      fix Map min/maxZoom not overriding TileLayer-derived min/max, close #1848
      update changelog
      Try fixing Travis not building pull requests
      Merge pull request #1861 from Leaflet/asset-artifacts
      fix touch styles for leaflet-bar class
      avoid vector flickering on Mac Safari more often, #902
      update changelog and bump version to 0.6.3
      Merge pull request #1863 from datadesk/linecap
      rename to lineCap and lineJoin, #1863, close #1843
      Merge pull request #1881 from datadesk/linecap-camelcase
      fix infinite loop in getBounds and setMaxBounds, close #1895, close #1866
      add getMinZoom test for #1866
      fix map scrolling right on click with horizontal scroll on page, close #1901
      update changelog [skip ci]
      bump master version to 0.7-dev, close #1906
      Merge pull request #1909 from alubchuk/master
      Merge pull request #1891 from snkashis/seticon_and_popups
      Merge pull request #1916 from snkashis/drag_classes
      Merge pull request #1918 from snkashis/empty_interior_ring
      Merge pull request #1927 from snkashis/circlemarker_popup
      Merge pull request #1928 from scooterw/get_mouse_position_fix
      Merge pull request #1940 from jfirebaugh/1919
      Merge pull request #1939 from jfirebaugh/zoom
      update changelog
      Merge pull request #1931 from russelldavis/fix-invalidate-size
      update changelog more [skip ci]
      Merge pull request #1942 from tohaocean/master
      Merge pull request #1952 from fastrde/fixNoShiftClickAfterDrag
      Merge pull request #1958 from stsydow/master
      Merge branch 'zoomboxOnClickFix' of https://github.com/fastrde/Leaflet
      some tweaks to #1951
      Merge pull request #1973 from yohanboniface/popupHandlersAdded
      Merge pull request #1981 from fastrde/fixFirefoxZoomIn
      Merge pull request #1982 from fastrde/FixworldCopyJump
      Merge pull request #1984 from MazeMap/ipad-label-click-fix
      Merge pull request #1963 from fastrde/fixSecondClickPopupIssue
      Merge pull request #1989 from MazeMap/ipad-tagname-fix
      Merge pull request #1972 from albburtsev/issue-1588
      Merge branch 'interpolation' of https://github.com/calvinmetcalf/Leaflet
      clean up template interpolation code #1969
      fix tempate interpolation test and build
      minor cleanup
      add GeoJSON rountripping of GeometryCollection and MultiPoint, close #1956
      update changelog [skip ci]
      fix resize tracking on multiple maps, close #1980
      Merge pull request #2002 from danzel/master
      fix accidentally commented out fix, #1980
      update happen and references to it to fix build, hello @tmcw
      Merge pull request #1953 from Danielku15/patch-1
      Merge pull request #2020 from aparshin/crs3395
      update dependencies
      Merge branch 'master' of https://github.com/Leaflet/Leaflet
      update karma config to work on version 0.10
      fix images 404 warnings in specs
      update changelog [skip ci]
      Merge pull request #2025 from Gnurfos/issue-1915
      fix incorrect scale control on pages with border-box-sizing, close #2006
      add public Popup update method, close #1959
      fix IE6-8 throwing error on map.remove(), close #2015
      Merge pull request #2032 from Leaflet/featuregroup-check
      update dev deps
      allow setZoom before setView, make setView zoom optional, close #2056, close #1449
      Merge pull request #2075 from kapouer/geojson-options
      fix isArray not working IE9 in rare cases, close #2077
      update changelog [skip ci]
      add the first draft of an official Leaflet FAQ
      fix typos, formatting
      FAQ formatting and fixes
      fix zoom control not always reflecting disabled state initially, close #2083
      only animate tile layer if at least one tile loaded, fix #2071
      Merge pull request #2066 from danzel/fix-2037-ie11touch
      fix firefox console warnings when animating markers, close #2090
      Merge pull request #2095 from aparshin/polygon_setlatlngs
      fix layers control not scrolling in FF, close #2029
      Merge pull request #2097 from AndreyGeonya/master
      add maxZoom to Map fitBounds options, close #2101
      hopefully fix IE11/Win8.1 touch interaction, close #2102 (thanks @fnicollet)
      Merge pull request #1197 from scottharvey/master
      cleanup whitespace in #1197, remove unnecessary if
      add Popup getContent, close #2100
      add timestamp to geolocation data, #584
      fix broken IE detection in IE11 #2102
      Merge pull request #2111 from danzel/fix-2103
      Merge pull request #2112 from jimmytidey/master
      Merge pull request #2109 from icetan/patch-1
      Merge pull request #2117 from danzel/fix-2094
      Merge pull request #2072 from trevorpowell/master
      update dependencies
      Merge branch 'master' of https://github.com/Leaflet/Leaflet
      update changelog [skip ci]
      Merge pull request #2121 from jieter/util-template
      Merge pull request #2142 from Leaflet/tileloadstart
      Merge pull request #2136 from danzel/rtl
      minor cleanup
      merge runner cleanup #2134
      remove excessive updateContent on Popup add, close #2137
      reverse axis order for wms 1.3 & EPSG4326, close #1897
      fix CircleMarker getRadius, close #2016, close #2017
      Merge pull request #2149 from danzel/ios7-2122
      Merge pull request #2152 from danzel/android-chrome
      update changelog [skip ci]
      minor IE CSS cleanup
      update deps
      add distance to dragend event data, close #2158, ref #872
      merge GeoJSON altitude pull with some tweaks #1822
      update changelog [skip ci]
      fix problems with #1822 merge
      fix FeatureGroup e.layer empty in old IE, close #1938
      Merge pull request #2160 from perliedman/crs-size
      fix tile filtering after #2160
      make Popup.setLatLng faster, fix #2167
      fix build after #2167 fix
      improve changelog for 0.7 [skip ci]
      update readme
      jshinting and major clean up of specs code, ref #2151
      fix readme link
      Update changelog [skip ci]
      improve 0.7 changelog structure [skip ci]
      Merge pull request #2171 from danzel/hack-2033
      clean up css a bit, drop ie6-related hacks
      drop ie6 png24 hack, drop Browser.ie6/7 props
      simplify & improve old IE styles, fix popup style
      move old IE styles to leaflet.css, ditch leaflet.ie.css, close #2159
      remove leaflet.ie.css inclusion in all debug pages
      update changelog regarding ie support [skip ci]
      improve and clean up build system, jshint specs in tests, close #2151
      update changelog with build improvements [skip ci]
      fix broken twitter link to dev workflow improvements
      Add a QA about fixing map data
      fix OSM link in the FAQ
      Merge pull request #2173 from bmcbride/patch-1
      Merge pull request #2174 from bmcbride/patch-1
      add chrome launcher to karma config
      Merge pull request #2178 from snkashis/attr_handle_existing
      remove attrib and layers control shadows for cleaner look
      better clarity for attribution text
      Fix tiles bluriness regression in Chrome, ref #2078
      capital case for backface tile hack (just in case); add comment
      use classList for class ops where available; ref #2164
      make className utils work for SVG elements in IE9, ref #2164
      add Path className option
      Merge pull request #2183 from danzel/build-windows
      add leaflet-drag-target class to dragged elements, ref #2164, #1902
      add multipoly openPopup, close #2046
      fix maxNativeZoom on retina tile layer, close #1859, ref #1798
      simplify and improve touch styles, close #1868, close #2012
      Remove text shadow on mobile, ref #2012
      remove controls text shadow for simplicity
      remove underline in attribution links #1868
      update changelog [skip ci]
      subtle control improvements, remove leftover css
      drop -webkit prefix for border-radius (not relevant anymore)
      more subtle border around controls on mobile, #1868
      bring back zoom control size on mobile, cleanup
      Merge branch 'invalidateSize'
      fix specs after messy merge
      add shift-double-click to zoom out, close #2185
      Merge branch 'patch-1' of https://github.com/kapouer/Leaflet into maxbounds
      add max bounds outline to debug file for easier testing
      reimplement max bounds with proper zooming
      proper rounding of max bounds offsets
      adjust whitespace and add some comments
      Merge pull request #2187 from Leaflet/maxbounds
      update changelog [skip ci]
      fix shift-double-click on maps with vector layers #2189
      fix world wrap with detectRetina, close #2190, cc @perliedman
      remove closure compiler instructions; close #2193
      bump version in package.json and Leaflet.js
      fix version in package.json
      bump version in changelog

Yohan Boniface (1):
      Use this._popupHandlersAdded to manage Marker popup event

a.lubchuk (1):
      add CircleMarker as dependency of GeoJSON

danzel (22):
      Remove trailing comma, fixes IE7. Refs #1755
      Fix worldCopyJump if you start zoomed all the way out. Fixes #1831
      Add a few more featuregroup tests and fix regression of removeLayer.
      MsTouch needs preventDefault. Fixes #2000
      Redo MsTouch to be pointer events with msPointer fallback for IE10. fixes #2037
      Rename MsTouch to Pointer
      Fix lines too long issues
      Remove leftover code from the draggable/tap cleanup. Fixes #2103
      The drag click avoid hack is needed for touch zooms on ie10 also, when releasing your fingers after a touch zoom click events are generated. Fixes #2094
      Hack fix for firefox android layers control. refs #2033
      Test pages for rtl support.
      Delete ltr/rtl code as its not needed any more, wtf?
      Re-add ltr/rtl detection and make getMousePosition work correctly with rtl again when scrolled.
      Work around iOS7 memory trouble by not applying the contextId performance optimization when context==this. The optimization does nothing in this case anyway. Fixes #2122
      We set the context value to context || this in addEventListener, so we don't need to do so here.
      Fix a potential event bug due to bad cleanup.
      Improve this test and fix removeEventListener.
      Comment why this hack exists and improve it with @mourner code :)
      Fix tiles disappearing on chrome for android. Fixes #2078
      Fix build script on windows.
      IE doesn't support e.target, use srcElement.
      Fix spelling mistake in removeClass

fastrde (10):
      Fix for zoomBox fires map click Event (Issue #1884)
      moved this._moved = false to the top of _onDown to fix an Issue von shift-click after dragging
      Merge branch 'fixNoShiftClickAfterDrag'
      Merge remote-tracking branch 'upstream/master'
      Added Keycode 171 to support Firefox 22
      Merge remote-tracking branch 'upstream/master'
      call _onViewReset() not until map is loaded (center and zoom are set)
      map.once doesn't get called when the map is already initailized and drag.enabled is called.
      Test for dragging and worldCopyJump added
      added a spec test for worldCopyJump set Center and Zoom fix #1982

jacobtoye (3):
      Add method to controls to refocus on the map container.
      Refocus on the map after a +/- button is clicked.
      Refocus on the map when an input is clicked on the layers dialog. fixes #2148

palewire (5):
      New stroke-linecap style option with a VML alternative. For #1643.
      New stroke-linejoin style option with a VML alternative. For #1843.
      New stroke-linejoin style option with a VML alternative. For #1843.
      Merge branch 'linecap' of github.com:datadesk/Leaflet into linecap
      Corrected camelcasing of lineCap and lineJoin.

perliedman (6):
      Added getBounds function to CRS
      Use CRS's bounds to calculate wrap
      Merge branch 'master' of https://github.com/Leaflet/Leaflet into tilelayer-crs-controlled-wrap
      Generalized
      Fixed smart tabs
      Fixed whitespace

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

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list