Updates for the 7.0.0 release

This commit is contained in:
Tim Schaub
2022-08-18 22:06:52 -06:00
parent 5e0ec23f26
commit 28aa80399b
5 changed files with 188 additions and 10 deletions

View File

@@ -1,6 +1,15 @@
## Upgrade notes
### Next version
### 7.0.0
#### Removal of deprecated properties and methods
* The `tilePixelRatio` has been removed from the `DataTile` source.
* The `imageSmoothing` option has been removed from sources.
* The `undefinedHTML` option has been removed from the `MousePosition` control.
* The `forEachLayerAtPixel` method has been removed from the `Map` class.
* Deprecated options have been removed from the `Overlay` component.
* The `labelCache` has been removed from the `ol/render/canvas.js` module.
#### Internet Explorer is no longer supported