Skip to content

Version 15.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonseyock simonseyock released this 22 Feb 16:13

This is a prerelease of version 15.0.0 which mainly introduces better OpenLayers types via https://github.com/hanreev/types-ol

Breaking Changes

  • Include OpenLayer types via @hanreev/types-ol

Required steps for updating

  • If existent please remove @types/ol via npm uninstall @types/ol
  • Install @hanreev/types-ol via npm i @hanreev/types-ol --save-dev
  • Add the following block to your tsconfig.json (compilerOptions):
"paths": {
  "ol": ["node_modules/@hanreev/types-ol/ol"],
  "ol/*": ["node_modules/@hanreev/types-ol/ol/*"]
}

Commit range

v14.2.4...v15.0.0-beta.0