changelog/v10.7.0.md
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
Map, with an (Offscreen)Canvas as map targetSorting is guaranteed to be stable since ECMAScript 2019.
// Before
stableSort(arr, compareFnc);
// After
arr.sort(compareFnc);
The following functions have been deprecated without replacement:
See below for a complete list of features and fixes.
remove() method of HTMLDivElement (by @RobertOrthofer in https://github.com/openlayers/openlayers/pull/17163)ol usable inside a worker (by @RobertOrthofer in https://github.com/openlayers/openlayers/pull/17149)interaction/Draw (by @daboudii in https://github.com/openlayers/openlayers/pull/17022)stroke-pattern-start-offset style property (by @jahow in https://github.com/openlayers/openlayers/pull/16976)renderMode: 'vector' (by @Swiod in https://github.com/openlayers/openlayers/pull/17008)ol/style/Text clone() to properly handle non-Fill instances… (by @ramzahn in https://github.com/openlayers/openlayers/pull/16969)setSrc method to Icon style (by @pakb in https://github.com/openlayers/openlayers/pull/16957)