Skip to content

Bump ol from 8.2.0 to 10.10.0 - #105

Merged
ahocevar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ol-7.3.0
Sep 14, 2026
Merged

ahocevar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ol-7.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 6, 2023

Copy link
Copy Markdown
Contributor

Bumps ol from 8.2.0 to 10.10.0.

Release notes

Sourced from ol's releases.

v10.10.0

10.10.0

The 10.10 release brings improvements throughout the library — from tile and vector rendering to sources, formats and interactions. The highlights are

  • Text support in the WebGL vector renderers, plus stale tile handling for WebGL tile layers
  • Smoother tile rendering: instead of clipping and redrawing full tiles, only the remainders of lower zoom levels are drawn
  • WMTS and OGC tile grids now honor the advertised tile matrix set limits, so no tiles are requested outside a layer's data extent
  • GeoZarr gains selection of non-spatial dimensions, e.g. for time series
  • Text along lines honors offsetX and is split into graphemes, so ligatures are no longer cut apart
  • Fixes for the Modify interaction's tracing, vector tile resolutions, decluttering z-index order, and text rendering of long lines

Upgrade notes

Usage of Intl.Segmenter

TextPath now relies on Intl.Segmenter. For support of very old browsers (e.g. Firefox before version 125), a polyfill is available: https://formatjs.github.io/docs/polyfills/intl-segmenter/.

Deprecation of ol/source/BingMaps

Bing Maps for Enterprise is being retired on June 30th, 2028. The BingMaps source has been deprecated. Use ol/source/ImageTile with the Azure Maps tile API instead. See the azure-maps example for guidance.

// Before
new BingMaps({
  key: 'YOUR_BING_MAPS_KEY',
  imagerySet: 'RoadOnDemand',
})
// After
new ImageTile({
url: https://atlas.microsoft.com/map/tile?subscription-key=YOUR_AZURE_MAPS_KEY&api-version=2.0&tilesetId=microsoft.base.road&zoom={z}&x={x}&y={y}&tileSize=256,
attributions: © ${new Date().getFullYear()} TomTom, Microsoft,
})

createFromCapabilitiesMatrixSet now respects TileMatrixSetLimits

When a matrixLimits array is passed to createFromCapabilitiesMatrixSet, the returned tile grid will now restrict tile requests to the MinTileRow/MaxTileRow/MinTileCol/MaxTileCol bounds advertised for each zoom level. Previously those bounds were ignored and the full matrix extent was used, causing tile requests outside the layer's data extent.

If you were passing matrixLimits only to filter zoom levels and relied on the full matrix range being loaded at each level, you can omit the matrixLimits argument or pass an empty array to restore the previous behavior.

... (truncated)

Commits
  • a23f258 Updates for the 10.10.0 release
  • 11d1aad Merge pull request #17572 from hyeonjun-L/reset-loader-in-setparams
  • 3f7bb9e Merge pull request #17579 from ahocevar/vite-examples-base-path
  • ded0e3b Merge pull request #17577 from ahocevar/node-tests-vitest
  • 2218549 Merge pull request #17576 from sobol-sudo/support-offsetx-for-text-along-line
  • ac0d1e5 Merge pull request #17575 from umap-project/fix-textpath-emoji
  • 0e37c0b Reduce pixel tolerance to prevent future regressions
  • b186a0c Update reference images
  • 62a916a fixup: fix lint issue
  • 9021c86 Add rendering test for offsetX along a line
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ol since your current version.


@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot dependabot Bot mentioned this pull request Mar 6, 2023
@ahocevar

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump ol from 7.1.0 to 7.3.0 Bump ol from 8.2.0 to 10.10.0 Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ol-7.3.0 branch from ea225ec to cd15ff5 Compare September 14, 2026 12:31
@ahocevar

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [ol](https://github.com/openlayers/openlayers) from 8.2.0 to 10.10.0.
- [Release notes](https://github.com/openlayers/openlayers/releases)
- [Commits](openlayers/openlayers@v8.2.0...v10.10.0)

---
updated-dependencies:
- dependency-name: ol
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ol-7.3.0 branch from cd15ff5 to 21adf5f Compare September 14, 2026 12:57
@ahocevar
ahocevar merged commit 0fb6862 into main Sep 14, 2026
1 check passed
@ahocevar
ahocevar deleted the dependabot/npm_and_yarn/ol-7.3.0 branch September 14, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant