Skip to content

Releases: maplibre/maplibre-gl-js

v2.1.5

12 Feb 21:35
b279bdd
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.1.5-pre.1:

🐞 Bug fixes

  • Publish empty postinstall.js file. Follow-up on (#990), (#991), (#992).

v2.1.5-pre.1

12 Feb 21:07
bb21d11
Compare
Choose a tag to compare
v2.1.5-pre.1 Pre-release
Pre-release
v2.1.5-pre.1

v2.1.4

12 Feb 20:03
ba44cbc
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.1.3:

🐞 Bug fixes

  • Fix missing postinstall.js file in npm publish. Follow-up on (#990), (#991).

v2.1.3

12 Feb 19:32
b65fbdd
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.1.2:

🐞 Bug fixes

  • Fix postinstall ts-node error on non-dev installs (#900)

v2.1.2

11 Feb 20:13
670aa35
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.1.1:

Features and improvements

  • Default compact attribution to be open by default to comply with OpenSteetMap Attribution Guidelines (#795)
  • Export Source classes (GeoJSONSource etc.) declarations. (#801)
  • Make AJAXError public so error HTTP responses can be handled differently from other errors.

🐞 Bug fixes

  • Fix compact attribution button showing when attribution is blank (#795)
  • Fix error mismatched image size for CJK characters (#718)
  • Fire dataabort and sourcedataabort events when a tile request is aborted (#794)
  • Fix NextJs performance undefined (#768)

v2.1.1

28 Jan 15:33
f47e53c
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.1.0:

🐞 Bug fixes

  • Fix stale tiles being shown when calling VectorTileSource#setTiles while the map is moving.

v2.1.0

26 Jan 19:33
9580a69
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.5:

✨ Features and improvements

  • Add icon-overlap and text-overlap symbol layout properties #347
  • Deprecate icon-allow-overlap and text-allow-overlap symbol layout properties. icon-overlap and text-overlap are their replacements.
  • Remove node package chalk from devDependencies (#789).
  • Allow setting a custom pixel ratio by adding a MapOptions#pixelRatio property and a Map#setPixelRatio method. Since a high devicePixelRatio value can lead to performance and display problems, it is done at your own risk. (#769)

v2.0.5

24 Jan 14:54
cee4c07
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.4:

🐞 Bug fixes

  • Remove list of node versions allowed to install the package.

v2.0.4

22 Jan 21:57
b5c2aad
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.3:

🐞 Bug fixes

  • Missing package.json file in version 2.0.3 dist in npm (#811) - this causes webpack to fail

v2.0.3

22 Jan 13:35
905f278
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.2:

Features and improvements

  • Remove node package chalk from devDependencies (#789).
  • Remove vector-tile module declaration and revert to using point from @mapbox/point-geometry (#788, #800)
  • Moved development environemnt to use NodeJs 16 (#781, #806)

🐞 Bug fixes

  • Fix max cluster zoom in geojson source (#61)