Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for v12.3.0 #1124

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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