Skip to content

Releases: maplibre/maplibre-gl-js

v2.1.8-pre.2

20 Mar 15:58
17d4f1c
Compare
Choose a tag to compare
v2.1.8-pre.2 Pre-release
Pre-release
v2.1.8-pre.2

v2.1.8-pre.1

15 Mar 08:48
a5857b2
Compare
Choose a tag to compare
v2.1.8-pre.1 Pre-release
Pre-release
v2.1.8-pre.1

v2.1.7

04 Mar 07:42
e1980af
Compare
Choose a tag to compare

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

🐞 Bug fixes

  • Add adjustment for glyph rendering, CJK fonts are mainly affected (#1002).
  • Improve typings to fix Angular strict mode failure (#790, #970, #934)
  • Fix SourceCache.loaded() always returning true following a load error (#1025)
  • Added back csp and dev builds to npm package (#1042)

v2.1.6

12 Feb 22:42
925b85e
Compare
Choose a tag to compare

v2.1.6-pre.1

12 Feb 22:23
a1b5839
Compare
Choose a tag to compare
v2.1.6-pre.1 Pre-release
Pre-release
v2.1.6-pre.1

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)