Skip to content

Commit

Permalink
6.0 notes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 26, 2019
1 parent 7a28457 commit 55adb4e
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog/upgrade-notes.md
@@ -1,14 +1,14 @@
## Upgrade notes

### Next version
### v6.0.0

#### Backwards incompatible changes

##### Usage of `Map.forEachLayerAtPixel`
##### Usage of `map.forEachLayerAtPixel`

Due to performance considerations, the layers in a map will sometimes be rendered into one
single canvas instead of separate elements.
This means `Map.forEachLayerAtPixel` will bring up false positives.
This means `map.forEachLayerAtPixel` will bring up false positives.

The easiest solution to avoid that is to assign different `className` properties to each layer like so:
```js
Expand Down

0 comments on commit 55adb4e

Please sign in to comment.