Skip to content

Releases: planetlabs/maps

v11.1.0

06 Mar 20:56
Compare
Choose a tag to compare

New features and fixes

Dependency update

Full Changelog: v11.0.0...v11.1.0

v11.0.0

20 Feb 23:50
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v10.3.0...v11.0.0

v10.3.0

08 Jan 17:27
Compare
Choose a tag to compare

New Features

  • Add Sentinel Hub source and WebGL vector layer by @tschaub in #668

Dependency Updates

Read more

v10.2.0

12 Jun 09:47
Compare
Choose a tag to compare

Features and Fixes

Dependency Changes

New Contributors

Full Changelog: v10.1.0...v10.2.0

v10.1.0

30 Apr 19:17
Compare
Choose a tag to compare

Nothing special in this release. Just dependency updates.

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

06 Mar 21:27
Compare
Choose a tag to compare

This release includes support for the OpenLayers 9 release. See the upgrade notes there for details on migrating your applications.

What's Changed

Full Changelog: v9.1.1...v10.0.0

v9.1.1

03 Dec 01:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.2...v9.1.1

v9.0.2

26 Oct 17:03
Compare
Choose a tag to compare

What's Changed

  • Include repository info in the package.json by @tschaub in #309

Full Changelog: v9.0.1...v9.0.2

v9.0.1

26 Oct 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

26 Oct 15:39
Compare
Choose a tag to compare

The 9.0 release updates the @planet/maps package to work with OpenLayers 8. See the OpenLayers upgrade notes for details about breaking changes since version 7.

Although version 8 of OpenLayers removed the MapboxVector layer, this library still includes a wrapper component for it. If you use the @planet/maps/layer/MapboxVector component, you need to add ol-mapbox-style to your project's dependencies.

In addition to the breaking changes related to the OpenLayers update, the import paths in this library were shortened. When upgrading to the new version, remove the lib component of the import paths.

- import TileLayer from '@planet/maps/lib/layer/WebGLTile';
+ import TileLayer from '@planet/maps/layer/WebGLTile';

See below for a full list of changes.

What's Changed

Dependency Updates

New Contributors

Full Changelog: v8.2.0...v9.0.0