Skip to content

Commit 534eddc

Browse files
authored
Merge pull request #1243 from openlayers/release-v12.4.1
Changes for v12.4.1
2 parents c5ecf28 + 7f25ed6 commit 534eddc

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 12.4.1
4+
5+
* Switch from @mapbox/mapbox-gl-style-spec to @mapblibre/maplibre-gl-style-spec
6+
* Get rid of ESM bundle in `dist/index.js`, use `src/index.js` directly for ESM
7+
* New website and API docs
8+
39
## 12.4.0
410

511
* More precise angle computation for line labels

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use the library in an application with an npm based dev environment, install
1010

1111
npm install ol-mapbox-style
1212

13-
When installed this way, just import the ol-mapbox-style module, like in the usage example below. To use a standalone build of ol-mapbox-style, just include 'dist/olms.js' on your HTML page, and access the exported functions from the global `olms` object (e.g. `olms.apply()`, `olms.applyBackground()`). Note that the standalone build depends on the full build of OpenLayers.
13+
When installed this way, just import from ol-mapbox-style, as shown in the usage examples below. To use a standalone build of ol-mapbox-style, include 'dist/olms.js' on your HTML page, and access the exported functions from the global `olms` object (e.g. `olms.apply()`, `olms.applyBackground()`). Note that the standalone build depends on the full build of OpenLayers.
1414

1515
**ol-mapbox-style >=12.4 is required for [OpenLayers](https://npmjs.com/package/ol) >10.3.1**.
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-mapbox-style",
3-
"version": "12.4.0",
3+
"version": "12.4.1",
44
"description": "Create OpenLayers maps from Mapbox Style objects",
55
"type": "module",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)