v9.0.0
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
- Add example for StaticImage by @tsaiDavid in #268
- Remove the DCO requirement by @tschaub in #269
- Package structure changes and dependency updates by @tschaub in #306
- Add peer dependencies by @tschaub in #307
Dependency Updates
- Upgrade to astro@3 by @tschaub in #278
- Updated syntax highlighter by @tschaub in #300
- Bump es-main from 1.2.0 to 1.3.0 by @dependabot in #257
- Bump shiki from 0.14.3 to 0.14.4 by @dependabot in #256
- Bump eslint from 8.48.0 to 8.49.0 by @dependabot in #265
- Bump unified from 11.0.2 to 11.0.3 by @dependabot in #263
- Bump actions/checkout from 3 to 4 by @dependabot in #259
- Bump @astrojs/react from 2.3.2 to 3.0.2 by @dependabot in #261
- Bump vitest from 0.34.3 to 0.34.4 by @dependabot in #260
- Bump @playwright/test from 1.37.1 to 1.38.0 by @dependabot in #266
- Bump @types/react from 18.2.21 to 18.2.22 by @dependabot in #276
- Bump vitest from 0.34.4 to 0.34.5 by @dependabot in #273
- Bump remark-parse from 10.0.2 to 11.0.0 by @dependabot in #275
- Bump @playwright/test from 1.38.0 to 1.38.1 by @dependabot in #272
- Bump eslint from 8.49.0 to 8.50.0 by @dependabot in #271
- Bump remark-html from 15.0.2 to 16.0.1 by @dependabot in #270
- Bump astro from 3.1.4 to 3.2.0 by @dependabot in #279
- Bump @octokit/rest from 20.0.1 to 20.0.2 by @dependabot in #280
- Bump vitest from 0.34.5 to 0.34.6 by @dependabot in #282
- Bump @types/react from 18.2.22 to 18.2.24 by @dependabot in #283
- Bump @types/react-dom from 18.2.7 to 18.2.8 by @dependabot in #281
- Bump eslint-plugin-astro from 0.29.0 to 0.29.1 by @dependabot in #285
- Bump astro from 3.2.0 to 3.2.3 by @dependabot in #291
- Bump @astrojs/react from 3.0.2 to 3.0.3 by @dependabot in #292
- Bump eslint from 8.50.0 to 8.51.0 by @dependabot in #290
- Bump postcss from 8.4.27 to 8.4.31 by @dependabot in #284
- Bump @types/react from 18.2.24 to 18.2.25 by @dependabot in #286
- Bump @astrojs/mdx from 1.1.0 to 1.1.1 by @dependabot in #287
- Bump @types/react-dom from 18.2.8 to 18.2.11 by @dependabot in #288
- Bump vite from 4.4.9 to 4.4.11 by @dependabot in #289
- Bump astro from 3.2.3 to 3.3.0 by @dependabot in #293
- Bump @types/react-dom from 18.2.11 to 18.2.13 by @dependabot in #296
- Bump @playwright/test from 1.38.1 to 1.39.0 by @dependabot in #297
- Bump @astrojs/mdx from 1.1.1 to 1.1.2 by @dependabot in #295
- Bump @types/react from 18.2.25 to 18.2.28 by @dependabot in #294
- Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #299
- Bump vite from 4.4.11 to 4.5.0 by @dependabot in #302
- Bump astro from 3.3.0 to 3.3.2 by @dependabot in #303
- Bump eslint from 8.51.0 to 8.52.0 by @dependabot in #304
- Bump @types/react from 18.2.28 to 18.2.31 by @dependabot in #305
- Bump @types/react-dom from 18.2.13 to 18.2.14 by @dependabot in #301
New Contributors
- @tsaiDavid made their first contribution in #268
Full Changelog: v8.2.0...v9.0.0