Skip to content

Releases: planetlabs/maps

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

v8.2.0

28 Aug 15:34
Compare
Choose a tag to compare

What's Changed

Read more

v8.1.0

09 Feb 00:21
Compare
Choose a tag to compare

This package used to include custom builds of OpenLayers. With the 8.1 release, the package is now a library for building React applications with OpenLayers. See the https://planetlabs.github.io/maps/ website for more detail.

What's Changed

New Contributors

Full Changelog: https://github.com/planetlabs/maps/commits/v8.1.0