Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Leaflet declaration to include missing methods, as of version 1.8 #61339

Merged
merged 10 commits into from
Sep 15, 2022

Commits on Aug 17, 2022

  1. Leaflet: Update definitions to include missing methods found in 1.8

    A declaration was generated with `dts-gen` and compared with the existing
    definition, merging them manually to add missing methods
    someonewithpc committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    da5f12b View commit details
    Browse the repository at this point in the history
  2. Leaflet: Explicitly define Evented.listens with the corresponding f…

    …unction type and fix linter errors
    someonewithpc committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    574070b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f241ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3a278a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5995a1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    078435a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e657c8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9f1ace View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    4924d0e View commit details
    Browse the repository at this point in the history
  2. Make changes reported in Leaflet's Changelog

      - Make DivOverlay / Tooltip interactive (DefinitelyTyped#7531, DefinitelyTyped#7532 by @johnd0e)
      - Add openOn, close, toggle functions to DivOverlay (DefinitelyTyped#6639 by @johnd0e)
      - Introduce DomEvent.off(el) to remove all listeners (DefinitelyTyped#7125 by @johnd0e)
      - Allow preventing round-off errors by passing false to Util.formatNum / toGeoJSON (DefinitelyTyped#7100 by @johnd0e)
      - Add autoPanOnFocus to Marker (DefinitelyTyped#8042 by @IvanSanchez)
      - Add referrerPolicy to TileLayer (DefinitelyTyped#7945 by @natevw)
      - Add playsInline to VideoOverlay (DefinitelyTyped#7928 by @Falke-Design)
      - Add getCenter to ImageOverlay (DefinitelyTyped#7848 by @Falke-Design)
      - Fire a tileabort event when a TileLayer load is cancelled (DefinitelyTyped#6786 by @dstndstn)
      - Add crossOrigin to Icon (DefinitelyTyped#7298 by @syedmuhammadabid)
    someonewithpc committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5ca069f View commit details
    Browse the repository at this point in the history