Edits to the changelog
This commit is contained in:
@@ -22,7 +22,7 @@ The `undefinedHTML` option for the MousePosition control has been deprecated and
|
||||
|
||||
#### New `placeholder` option for the MousePosition control
|
||||
|
||||
When the mouse position is not available, the control renders a non-breaking space. To render somthing else instead,
|
||||
When the mouse position is not available, the control renders a non-breaking space. To render something else instead,
|
||||
set the `placeholder` option. If you want to retain the last position when the mouse leaves the viewport, set
|
||||
`placeholder: false`. This will be the default behavior in a future release.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 6.6.0
|
||||
|
||||
With more than 160 pull requests from 14 contributors, this release brings improved support for using OpenLayers in Node.js enviromnents, a new WKB (well knowm binary) format, TypeScript declarations in the ol package, and more efficient vector tile rendering. In addition, several examples were added or improved, and many bugs were fixed.
|
||||
With more than 160 pull requests from 14 contributors, this release brings improved support for using OpenLayers in Node.js environments, a new WKB (well known binary) format, TypeScript declarations in the ol package, and more efficient vector tile rendering. In addition, several examples were added or improved, and many bugs were fixed.
|
||||
|
||||
## Upgrade notes
|
||||
|
||||
@@ -22,7 +22,7 @@ The `undefinedHTML` option for the MousePosition control has been deprecated and
|
||||
|
||||
#### New `placeholder` option for the MousePosition control
|
||||
|
||||
When the mouse position is not available, the control renders a non-breaking space. To render somthing else instead,
|
||||
When the mouse position is not available, the control renders a non-breaking space. To render something else instead,
|
||||
set the `placeholder` option. If you want to retain the last position when the mouse leaves the viewport, set
|
||||
`placeholder: false`. This will be the default behavior in a future release.
|
||||
|
||||
@@ -43,7 +43,7 @@ The `placeholder` option has no effect if the deprecated `undefinedHTML` option
|
||||
* More efficient vector tile rendering to save battery on mobile devices and memory.
|
||||
* New 'properties' option on layers for easier use of arbitrary properties in typed environments.
|
||||
* Hit detection support when using OffscreenCanvas and workers for rendering.
|
||||
* The [ol](https://npmjs.com/package/ol) now uses `"type": "module"` in `package.json` for easier use of OpenLayers in Node.js.
|
||||
* The [ol package](https://npmjs.com/package/ol) now uses `"type": "module"` in `package.json` for easier use of OpenLayers in Node.js.
|
||||
* New WKB (Well-Known Binary) format parser and serializer.
|
||||
* Console warning when map container's width or height are zero.
|
||||
* New `snapToPointer` option on the `Modify` interaction to control user experience when clicking a vertex far away from its center.
|
||||
|
||||
Reference in New Issue
Block a user