Skip to content

Releases: openlayers/ol-mapbox-style

v8.2.1

28 Jul 19:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.2.1

v8.2.0

18 Jul 18:42
d9d1861
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.2...v8.2.0

v8.1.2

26 May 13:08
acdd647
Compare
Choose a tag to compare

What's Changed

  • Add require field to package.json's exports to avoid ESLint complaints

Full Changelog: v8.1.1...v8.1.2

v8.1.1

26 May 11:48
d9ff4af
Compare
Choose a tag to compare

What's Changed

  • Add main field to package.json to avoid ESLint complaints (was meant to go into 8.1.0 already)

Full Changelog: v8.1.0...v8.1.1

v8.1.0

26 May 11:14
cb5b5cd
Compare
Choose a tag to compare

What's Changed

  • Add support for icon-ignore-placement and icon-allow-overlap
  • Add main field to package.json to avoid ESLint complaints

New Contributors

Full Changelog: v8.0.8...v8.1.0

v8.0.8

13 May 22:19
2c180e1
Compare
Choose a tag to compare

What's Changed

  • Fix relative source url handling for GeoJSON sources
  • Fix website examples

Full Changelog: v8.0.7...v8.0.8

v8.0.7

21 Apr 19:58
f01442d
Compare
Choose a tag to compare

What's Changed

  • Use rollup instead of webpack for creating bundles

Full Changelog: v8.0.6...v8.0.7

v8.0.6

18 Apr 20:52
a26f775
Compare
Choose a tag to compare

What's Changed

  • Remove webfont-matcher dependency. Instead, load Google fonts only when they are not available already.
  • Normalize Arial font name to make sure it can be detected.
  • Use sans-serif as fallback font.

Full Changelog: v8.0.5...v8.0.6

v8.0.5

11 Apr 19:01
b8814b8
Compare
Choose a tag to compare

What's Changed

  • Do not advertise the dist/olms.js cjs bundle in package.json, because its imports from ol are not cjs compliant. This should resolve problems with old bundlers that pick the cjs bundle instead of the ejs bundle.

Full Changelog: v8.0.4...v8.0.5

v8.0.4

10 Apr 19:30
2cea59d
Compare
Choose a tag to compare

What's Changed

  • Add Accept: application/json header to requests for jsons. This avoids e.g. problems with Esri servers returning HTML instead of JSON
  • Reduce build size by stripping more fields from the style spec json.

Full Changelog: v8.0.3...v8.0.4