Maplibre

Latest version: v0.2.6

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 33

1.15.1

🐞 Bug fixes

- Add void return for some method declaration to match TS strict mode ([194](https://github.com/maplibre/maplibre-gl-js/pull/194))
- Fix css leftovers ([83](https://github.com/maplibre/maplibre-gl-js/issues/83))

1.15.0

Features and improvements

- ** Breaking Change: ** Rename css classes ([83](https://github.com/maplibre/maplibre-gl-js/issues/83))
- Added custom protocol support to allow overriding ajax calls ([29](https://github.com/maplibre/maplibre-gl-js/issues/29))
- Added setTransformRequest to map ([159](https://github.com/maplibre/maplibre-gl-js/pull/159))
- Publish maplibre/maplibre-gl-style-spec v14.0.0 on NPM ([149](https://github.com/maplibre/maplibre-gl-js/pull/149))
- Replace link to mapbox on LogoControl by link to maplibre ([151](https://github.com/maplibre/maplibre-gl-js/pull/151))
- Migrate style spec files from mapbox to maplibre ([147](https://github.com/maplibre/maplibre-gl-js/pull/147))
- Publish the MapLibre style spec in NPM ([140](https://github.com/maplibre/maplibre-gl-js/pull/140))
- Replace mapboxgl with maplibregl in JSDocs inline examples ([134](https://github.com/maplibre/maplibre-gl-js/pull/134))
- Bring in typescript definitions file ([24](https://github.com/maplibre/maplibre-gl-js/issues/24))
- Update example links to https://maplibre.org/maplibre-gl-js-docs/ ([#131](https://github.com/maplibre/maplibre-gl-js/pull/131))
- Improve performance of layers with constant `*-sort-key` ([78](https://github.com/maplibre/maplibre-gl-js/pull/78))

🐞 Bug fixes

- Prevented attribution button from submitting form ([178](https://github.com/maplibre/maplibre-gl-js/issues/178))

1.14.0

Features and improvements

- Rebranded to MapLibre
- New logo

🐞 Bug fixes

- Rename SVGs mapboxgl-ctrl-\*.svg to maplibregl ([85](https://github.com/maplibre/maplibre-gl-js/pull/85))
- fix ImageSource not working in FF/Safari ([87](https://github.com/maplibre/maplibre-gl-js/pull/87))
- Update HTML debug files to use MapLibre in titles ([84](https://github.com/maplibre/maplibre-gl-js/pull/84))
- fix CI checksize job to use maplibre name ([86](https://github.com/maplibre/maplibre-gl-js/pull/86))
- Move output files from mapbox._ to maplibre._ ([75](https://github.com/maplibre/maplibre-gl-js/pull/75))
- Remove mapbox specifics and branding from .github ([64](https://github.com/maplibre/maplibre-gl-js/pull/64))
- Fix a bug where mapbox-gl-js is no longer licensed as open source, but we owe immeasurable gratitude to Mapbox for releasing all their initial code to the community under BSD-3 license.

1.13.0

✨ Features and improvements

- Improve accessibility by fixing issues reported by WCAG 2.1. [9991](https://github.com/mapbox/mapbox-gl-js/pull/9991)
- Improve accessibility when opening a popup by immediately focusing on the content. [9774](https://github.com/mapbox/mapbox-gl-js/pull/9774) (h/t [watofundefined](https://github.com/watofundefined)))
- Improve rendering performance of symbols with `symbol-sort-key`. [9751](https://github.com/mapbox/mapbox-gl-js/pull/9751) (h/t [osvodef](https://github.com/osvodef)))
- Add `Marker` `clickTolerance` option. [9640](https://github.com/mapbox/mapbox-gl-js/pull/9640) (h/t [ChristopherChudzicki](https://github.com/ChristopherChudzicki)))
- Add `Map` `hasControl` method. [10035](https://github.com/mapbox/mapbox-gl-js/pull/10035)
- Add `Popup` `setOffset` method. [9946](https://github.com/mapbox/mapbox-gl-js/pull/9946) (h/t [jutaz](https://github.com/jutaz)))
- Add `KeyboardHandler` `disableRotation` and `enableRotation` methods. [10072](https://github.com/mapbox/mapbox-gl-js/pull/10072) (h/t [jmbott](https://github.com/jmbott)))

🐞 Bug fixes

- Fix a bug where `queryRenderedFeatures` didn't properly expose the paint values if they were data-driven. [10074](https://github.com/mapbox/mapbox-gl-js/pull/10074) (h/t [osvodef](https://github.com/osvodef)))
- Fix a bug where attribution didn't update when layer visibility changed during zooming. [9943](https://github.com/mapbox/mapbox-gl-js/pull/9943)
- Fix a bug where hash control conflicted with external history manipulation (e.g. in single-page apps). [9960](https://github.com/mapbox/mapbox-gl-js/pull/9960) (h/t [raegen](https://github.com/raegen)))
- Fix a bug where `fitBounds` had an unexpected result with non-zero bearing and uneven padding. [9821](https://github.com/mapbox/mapbox-gl-js/pull/9821) (h/t [allison-strandberg](https://github.com/allison-strandberg)))
- Fix HTTP support when running GL JS against [Mapbox Atlas](https://www.mapbox.com/atlas). [#10090](https://github.com/mapbox/mapbox-gl-js/pull/10090)
- Fix a bug where the `within` expression didn't work in `querySourceFeatures`. [9933](https://github.com/mapbox/mapbox-gl-js/pull/9933)
- Fix a bug where `Popup` content HTML element was removed on `setDOMContent`. [10036](https://github.com/mapbox/mapbox-gl-js/pull/10036)
- Fix a compatibility bug when `icon-image` is used as a legacy categorical function. [10060](https://github.com/mapbox/mapbox-gl-js/pull/10060)
- Reduce rapid memory growth in Safari by ensuring `Image` dataURI's are released. [10118](https://github.com/mapbox/mapbox-gl-js/pull/10118)

⚠️ Note on IE11

We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year.

1.12.0

✨ Features and improvements

- Add methods for changing a vector tile source dynamically (e.g. `setTiles`, `setUrl`). [8048](https://github.com/mapbox/mapbox-gl-js/pull/8048) (h/t [stepankuzmin](https://github.com/stepankuzmin))
- Add a `filter` option for GeoJSON sources to filter out features prior to processing (e.g. before clustering). [9864](https://github.com/mapbox/mapbox-gl-js/pull/9864)
- Vastly increase precision of `line-gradient` for long lines. [9694](https://github.com/mapbox/mapbox-gl-js/pull/9694)
- Improve `raster-dem` sources to properly support the `maxzoom` option and overzooming. [9789](https://github.com/mapbox/mapbox-gl-js/pull/9789) (h/t [brendan-ward](brendanhttps://github.com/ward))

🐞 Bug fixes

- Fix a bug where bearing snap interfered with `easeTo` and `flyTo` animations, freezing the map. [9884](https://github.com/mapbox/mapbox-gl-js/pull/9884) (h/t [andycalder](https://github.com/andycalder))
- Fix a bug where a fallback image was not used if it was added via `addImage`. [9911](https://github.com/mapbox/mapbox-gl-js/pull/9911) (h/t [francois2metz](https://github.com/francois2metz))
- Fix a bug where `promoteId` option failed for fill extrusions with defined feature ids. [9863](https://github.com/mapbox/mapbox-gl-js/pull/9863)

🛠️ Workflow

- Renamed the default development branch from `master` to `main`.

1.11.1

🐞 Bug fixes

- Fix a bug that caused `map.loaded()` to incorrectly return `false` after a click event. ([9825](https://github.com/mapbox/mapbox-gl-js/pull/9825))

Page 14 of 33

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.