Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
ol (source) 10.3.1 -> 10.7.0 age confidence

Release Notes

openlayers/openlayers (ol)

v10.7.0

Compare Source

With 40 pull requests over a period of almost 5 months, this long awaited release brings important bug fixes as well as exiting new features. The highlights are

  • Several WebGL renderer bug fixes, along with improved memory management
  • Updates for the Polyline feature format
  • API improvements and bug fixes on the Select, Extent and Snap interactions
  • Reprojection support for VectorTile layers
  • Full web worker support for Map, with an (Offscreen)Canvas as map target
  • Fixed cache and rendering for reprojected raster/image tile layers
  • Several updated and new examples, including a globe-like map with Equal Earth projection

Upgrade notes

Deprecation of ol/array's stableSort

Sorting is guaranteed to be stable since ECMAScript 2019.

// Before
stableSort(arr, compareFnc);
// After
arr.sort(compareFnc);
Deprecation of functions in ol/format/Polyline

The following functions have been deprecated without replacement:

  • decodeDeltas
  • encodeDeltas
  • decodeFloats
  • encodeFloats

What's Changed

New Contributors

Full Changelog: openlayers/openlayers@v10.6.1...v10.7.0

v10.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: openlayers/openlayers@v10.6.0...v10.6.1

v10.6.0

Compare Source

Summary

The 10.6 release brings new and improved exmaples, a few bugs fixes, and several improvements like better scroll zooming, render quality of overlays and smarter webfont handling. Among the new features are better tile grid debug tiles with custom tile coordinate colors and SLD capability parsing for WMS.

What's Changed

New Contributors

Full Changelog: openlayers/openlayers@v10.5.0...v10.6.0

v10.5.0

Compare Source

The 10.5.0 release contains many fixes, typing improvements, but also several new features:

  • The Snap interaction now allows snapping to segment intersections; it also offers a new unsnap event
  • Added support for LineStrings and expressions in the Heatmap layer
  • Added getLength method to the MultiLineString geometry class
  • Added a source.setParams() API alongside the existing source.updateParams for various sources to make clearing query parameters easier
  • WFS feature properties (and other XML text elements) will now be encoded as CDATA when they contain special XML characters, white spaces etc.
  • Added support for has expression operator in WebGL layers
  • Added a performance improvement when selecting features
  • Removed a long-standing Firefox-specific workaround when zooming in/out with the mouse wheel
  • Removed the runtime dependencies to the color-space and color-rgba packages, instead replaced by local code
  • Vector layer backgrounds are now rendered even when the source is empty
List of all changes

See below for a complete list of features and fixes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ol-10.x branch from ea01288 to 6c673f6 Compare February 21, 2025 15:05
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 6c673f6 to 0c67cc4 Compare March 31, 2025 19:48
@renovate renovate bot changed the title fix(deps): update dependency ol to v10.4.0 fix(deps): update dependency ol to v10.5.0 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 0c67cc4 to 20a5204 Compare June 16, 2025 20:15
@renovate renovate bot changed the title fix(deps): update dependency ol to v10.5.0 fix(deps): update dependency ol to v10.6.0 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 20a5204 to dfeb691 Compare June 18, 2025 20:50
@renovate renovate bot changed the title fix(deps): update dependency ol to v10.6.0 fix(deps): update dependency ol to v10.6.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/ol-10.x branch from dfeb691 to c2932da Compare August 10, 2025 14:23
@renovate renovate bot force-pushed the renovate/ol-10.x branch from c2932da to aea7f89 Compare August 31, 2025 13:25
@renovate renovate bot force-pushed the renovate/ol-10.x branch from aea7f89 to 9271d01 Compare September 25, 2025 14:48
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 9271d01 to 872654e Compare October 21, 2025 09:09
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 872654e to 94666cb Compare November 4, 2025 21:58
@renovate renovate bot changed the title fix(deps): update dependency ol to v10.6.1 fix(deps): update dependency ol to v10.7.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 94666cb to aa5643d Compare November 10, 2025 14:06
@renovate renovate bot force-pushed the renovate/ol-10.x branch from aa5643d to 66849d5 Compare November 18, 2025 22:38
@renovate renovate bot force-pushed the renovate/ol-10.x branch from 66849d5 to 6dc0445 Compare December 3, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant