Skip to content

Commit 55adb4e

Browse files
committed
6.0 notes and version bump
1 parent 7a28457 commit 55adb4e

File tree

3 files changed

+861
-4
lines changed

3 files changed

+861
-4
lines changed

changelog/upgrade-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Upgrade notes
22

3-
### Next version
3+
### v6.0.0
44

55
#### Backwards incompatible changes
66

7-
##### Usage of `Map.forEachLayerAtPixel`
7+
##### Usage of `map.forEachLayerAtPixel`
88

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

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

0 commit comments

Comments
 (0)