Skip to content

Commit fd0a391

Browse files
authored
Merge pull request #16226 from openlayers/release-v10.2.1
Updates for the 10.2.1 release
2 parents 7e351d1 + ee7a17d commit fd0a391

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

changelog/v10.2.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 10.2.1
2+
3+
The 10.2.1 patch release fixes an issue with missing tiles on reprojected tile layers. See the [10.2.0 release notes](./v10.2.0.md) for a complete list of changes since the previous release.
4+
5+
6+
#### List of all changes
7+
8+
See below for a complete list of features and fixes.
9+
10+
* Get rid of reprojection tile caches (by @ahocevar in https://github.com/openlayers/openlayers/pull/16221)
11+
* Clarify limitation on the WebGL layer swipe example (by @llienher in https://github.com/openlayers/openlayers/pull/15409)
12+
* Updates for the 10.2.0 release (by @openlayers in https://github.com/openlayers/openlayers/pull/16210)
13+
14+
15+
<details>
16+
<summary>Dependency Updates</summary>
17+
18+
* Bump rollup from 4.21.3 to 4.22.4 (by @openlayers in https://github.com/openlayers/openlayers/pull/16214)
19+
* Bump puppeteer from 23.3.0 to 23.4.0 (by @openlayers in https://github.com/openlayers/openlayers/pull/16213)
20+
* Bump @rollup/plugin-alias from 5.1.0 to 5.1.1 (by @openlayers in https://github.com/openlayers/openlayers/pull/16215)
21+
* Bump @rollup/plugin-node-resolve from 15.2.3 to 15.2.4 (by @openlayers in https://github.com/openlayers/openlayers/pull/16216)
22+
* Bump @typescript-eslint/parser from 8.5.0 to 8.6.0 (by @openlayers in https://github.com/openlayers/openlayers/pull/16212)
23+
24+
25+
</details>

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",
3-
"version": "10.2.1-dev",
3+
"version": "10.2.2-dev",
44
"description": "OpenLayers mapping library",
55
"keywords": [
66
"map",

0 commit comments

Comments
 (0)