Skip to content

Bump ol from 5.3.3 to 6.5.0#443

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ol-6.5.0
Closed

Bump ol from 5.3.3 to 6.5.0#443
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ol-6.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2021

Bumps ol from 5.3.3 to 6.5.0.

Release notes

Sourced from ol's releases.

v6.5.0

6.5.0

With more than 110 pull requests, this release not only brings WFS 2.0 support and improved touch support for drawing geometries and querying features. In addition to that, several improvements, many bugs fixes, and nicer API docs and examples have found their way into the 6.5.0 release.

Upgrade notes

Units of the hitTolerance option fixed

Previously, the hitTolerance option of the map's getFeaturesAtPixel(), forEachFeatureAtPixel() and hasFeatureAtPixel() methods behaved differently depending on the devicePixelRatio (or the pixelRatio of the map), because the original value was internally multiplied by the device pixel ratio twice instead of just once. Now this is fixed. Note: The hitTolerance's units are css pixels. The documentation was updated to reflect this.

If your application adjusts for that with code like

{ hitTolerance: 10 / devicePixelRatio, }

you'll have to change that code to

{ hitTolerance: 10, }

New features and improvements

  • New scale option in RegularShape and Circle style constructors
  • WFS 2.0.0 support
  • Added preRender and postRender methods to WebGLLayerRenderer
  • Added className constructor option in ol/layer/Heatmap
  • Added load events for ol/source/Vector
  • New iconUrlFunction option for ol/format/KML
  • Added transition option to OSM and CartoDB sources
  • DragAndDrop interaction support for formats that read ArrayBuffer sources
  • New padding option for ol/View
  • New cancel event for the DragBox interaction
  • When using hitTolerance, detect closest features first
  • Ability to draw Circle geometries with a custom renderer

List of all changes

... (truncated)

Commits
  • f72ab97 Update package version to 6.5.0
  • a4c5584 Changelog for v6.5.0
  • 1ba91cc Merge pull request #11851 from openlayers/dependabot/npm_and_yarn/babel/prese...
  • 810a305 Merge pull request #11850 from openlayers/dependabot/npm_and_yarn/marked-1.2.7
  • 866951e Merge pull request #11852 from openlayers/dependabot/npm_and_yarn/rollup-2.35.1
  • 80366f2 Merge pull request #11853 from openlayers/dependabot/npm_and_yarn/copy-webpac...
  • c9c71cb Merge pull request #11859 from MoonE/no-duplicate-postrender-events
  • 17659b9 Do not fire duplicate postrender events
  • 1a952e7 Merge pull request #11858 from MoonE/apidoc-vectoreventtype
  • efdd885 Correct documented event names for VectorSourceEvent
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels May 4, 2021
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ol-6.5.0 branch 3 times, most recently from 32dbc36 to 5440ece Compare June 1, 2021 08:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ol-6.5.0 branch from 5440ece to 0534534 Compare July 1, 2021 15:12
Bumps [ol](https://github.com/openlayers/openlayers) from 5.3.3 to 6.5.0.
- [Release notes](https://github.com/openlayers/openlayers/releases)
- [Commits](openlayers/openlayers@v5.3.3...v6.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ol-6.5.0 branch from 0534534 to 56c59ef Compare July 1, 2021 15:19
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 1, 2021

Superseded by #461.

@dependabot dependabot Bot closed this Aug 1, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ol-6.5.0 branch August 1, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants