Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@ Class-specific improvements:

### @deck.gl/mapbox

In interleaved mode, `MapboxOverlay` now always renders layers in groups by `beforeId` or `slot`. This enables cross-layer extension handling (e.g. MaskExtension, CollisionFilterExtension) by default, without needing the previously experimental `_renderLayersInGroups` prop.
- In interleaved mode, `MapboxOverlay` now always renders layers in groups by `beforeId` or `slot`. This enables cross-layer extension handling (e.g. MaskExtension, CollisionFilterExtension) by default, without needing the previously experimental `_renderLayersInGroups` prop.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewer feedback to shorten entry not addressed

Low Severity

The reviewer explicitly requested this entry be shortened to "just talk about what's changed," noting "the first part is getting into the what but similar to the other ones we prefer to just focus on the use case change." The PR description itself contains the shorter intended text ("enabling cross-layer extension handling by default"), but the committed line still includes implementation details about specific extensions (MaskExtension, CollisionFilterExtension) and the _renderLayersInGroups prop. Only the missing - bullet prefix was fixed; the content was not shortened as requested.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6991972. Configure here.

- Multi-view setups now work consistently across overlaid and interleaved modes.
- Basemap now works correctly when canvas has zero dimensions.
- Heatmap layer now blends correctly in interleaved mode.

### @deck.gl/google-maps

- Overlaid layers now render at the correct DOM position when `interleaved: false`.

## deck.gl v9.2

Expand Down
Loading