docs: v9.4 whats-new - an attempt to make it read better. - #10432
Merged
Conversation
chrisgervang
approved these changes
Jul 9, 2026
There was a problem hiding this comment.
Pull request overview
Improves the readability and narrative structure of the deck.gl v9.4 “What’s New” entry, positioning v9.4 in the broader v9→v10 upgrade story while reorganizing highlights under clearer themes.
Changes:
- Replaces the placeholder v9.4 release-date line with a dated intro plus guidance on how v9.4 relates to the upcoming v10 upgrade.
- Reframes “Views and Controllers” as a continuing multi-release work stream and expands the section with a clearer
parametersexample and new ViewLayout highlight. - Adds/updates internal doc links for key features (GlobeView, Views/parameters, controllers, ViewLayout, DeckRenderer/RenderNode).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Core Performance | ||
|
|
||
| - Picking in most instanced layers no longer allocates an `instancePickingColors` attribute buffer, reducing memory usage and initialization times. (deck.gl now using shader builtins `instance_index` / `gl_InstanceID`). | ||
| - Picking has been optimized. Most layers now use shader builtins (`instance_index`) instead of picking color buffers, reducing GPU memory usage and layer initialization costs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
yarn prettier --check docs/whats-new.mdyarn lint(passes with existing warnings)yarn test-website(passes; Docusaurus reports existing third-party source-map warnings and the pre-existing/docs/TEST-STATUSbroken-anchor warning)/docs/whats-newpage locally for heading hierarchy, wrapping, code formatting, and internal links.