Skip to content

Commit

Permalink
upgrade OpenLayers to 10.3.1 (#345)
Browse files Browse the repository at this point in the history
* test OpenLayers 10.3.1

* test OpenLayers 10.3.1

* update the changelog
  • Loading branch information
mmomtchev authored Jan 9, 2025
1 parent af24f3f commit b4d531e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

##
## [3.3.0] 2025-01-09

- OpenLayers 10.3.1 support
- Fix [#280](https://github.com/mmomtchev/rlayers/issues/280), `<RContol.RCustom>` cannot be used as anchor for inserting new elements

## [3.2.0] 2024-09-24
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lru-cache": "^11.0.0"
},
"peerDependencies": {
"ol": "^10.2.0",
"ol": "^10.3.1",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down Expand Up @@ -140,7 +140,7 @@
"null-loader": "^4.0.1",
"ol": "^10.2.0",
"ol-mapbox-style": "^12.3.5",
"ol-mbtiles": "^3.1.0",
"ol-mbtiles": "^3.2.0",
"prettier": "2.8.8",
"prism-themes": "^1.6.0",
"prismjs": "^1.28.0",
Expand Down

0 comments on commit b4d531e

Please sign in to comment.