Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

maplibre-gl

Package Overview
Dependencies
Maintainers
7
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maplibre-gl - npm Package Versions

1
12

2.0.1

Diff

Changelog

Source

2.0.1

🐞 Bug fixes

  • Fix documentation of addProtocol and removeProtocol.
maplibreorg
published 2.0.0 •

Changelog

Source

2.0.0

Features and improvements

  • Migrated the production code to typescript
  • ** Breaking Change ** removed version from the public API
  • ** Breaking Change ** stopped supporting IE (internet explorer)
  • ** Breaking Change ** stopped supporting Chrome 49-65. Chrome 66+ required. For Chrome 49-65 support use version 1.15.2.
  • ** Breaking Change ** removed all code related to accessToken and Mapbox specific urls starting with mapbox://. Telemetry and tracking code was removed.
  • ** Breaking Change ** removed baseApiUrl as it was used only for Mapbox related urls
  • ** Breaking Change ** typescript typings have changed:
    • Style => StyleSpecification
    • AnyLayer => LayerSpecification
    • AnySourceData => SourceSpecification
    • MapboxEvent => MapLibreEvent
    • MapboxOptions => MapOptions
    • MapBoxZoomEvent => MapLibreZoomEvent
    • *SourceRaw + *SourceOptions => *SourceSpecification
    • *Source (source implementation definition) were removed
    • *Layer => *LayerSpecification
    • *Paint => *LayerSpecification['paint']
    • *Layout => *LayerSpecification['layout']
    • MapboxGeoJSONFeature => GeoJSONFeature
  • Added redraw function to map (#206)
  • Improve attribution controls accessibility. See #359
  • Allow maxPitch value up to 85, use values greater than 60 at your own risk (#574)
  • getImage uses createImageBitmap when supported (#650)

🐞 Bug fixes

  • Fix warning due to strict comparison of SDF property in image sprite (#303)
  • Fix tile placeholder replacement to allow for placeholders to be in a URL more than once. (#348)
  • Fix type check for non dom environment. (#334)
  • Fix precision problem in patterns when overzoomed in OpenGL ES devices.
  • Fix padding-top of the popup to improve readability of popup text (#354).
  • Fix GeoJSONSource#loaded sometimes returning true while there are still pending loads (#669)
  • Fix MapDataEvent#isSourceLoaded being true in GeoJSONSource "dataloading" event handlers (#694)
  • Fix events being fired after Map#remove has been called when the WebGL context is lost and restored (#726)
  • Fix nested expressions types definition #757
maplibreorg
published 2.0.0-pre.6 •

maplibreorg
published 2.0.0-pre.5 •

maplibreorg
published 2.0.0-pre.4 •

maplibreorg
published 2.0.0-pre.3 •

maplibreorg
published 2.0.0-pre.2 •

maplibreorg
published 2.0.0-pre.1 •

klokan
published 1.15.2 •

Changelog

Source

1.15.2

🐞 Bug fixes

  • Fix breaking changes introduced in v1.15.0 by adoption dual naming scheme for CSS class names
klokan
published 1.15.1 •

Changelog

Source

1.15.1

🐞 Bug fixes

  • Add void return for some method declaration to match TS strict mode (#194)
  • Fix css leftovers (#83)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc