Skip to content

Commit

Permalink
Merge pull request #1124 from openlayers/release-v12.3.0
Browse files Browse the repository at this point in the history
Changes for v12.3.0
  • Loading branch information
ahocevar authored Mar 29, 2024
2 parents 7d5c1dd + 68b458a commit 5fb43e8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 12.3.0

* Use point resolution for hillshade calculation
* Fix layer minzoom
* Add webfonts option to override ol:webfonts
* Properly handle fractional layer minzoom and maxzoom

## 12.2.2

* Generous peer dependency range for ol
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ method was used.
- [resolutions](#resolutions)
- [styleUrl](#styleUrl)
- [transformRequest](#transformRequest)
- [webfonts](#webfonts)

### Properties

Expand Down Expand Up @@ -1193,6 +1194,15 @@ Without a return value the original request will not be modified.

`string` \| `void` \| `Request` \| `Promise`\\<`string` \| `Request`>

* * *

#### webfonts

**webfonts**: `string`

Template for resolving webfonts. See `getFonts()` or the "Font handling" section
in `README.md` for details.

<a name="modulesinternal_md"></a>

## Module: \\&lt;internal>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-mapbox-style",
"version": "12.2.2",
"version": "12.3.0",
"description": "Create OpenLayers maps from Mapbox Style objects",
"type": "module",
"browser": "dist/index.js",
Expand Down

0 comments on commit 5fb43e8

Please sign in to comment.