-
Notifications
You must be signed in to change notification settings - Fork 2.2k
website: Update whatsnew #9784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website: Update whatsnew #9784
Conversation
Co-authored-by: Ib Green <[email protected]>
Improved documentation for GeocoderWidget by adding usage preview, missing prop descriptions, and type information. Updated default 'id' and 'label' props in the implementation from 'geolocate'/'Geolocate' to 'geocoder'/'Geocoder' for consistency.
Set the default 'id' prop to 'context' in ContextMenuWidget
Updated StatsWidget documentation to use WidgetPreview and _StatsWidget imports. Added missing id doc
Clarified types and descriptions for 'id', 'style', and 'className' options in the Widget API reference. Improved explanations and added default values
Changed the default id for ViewSelectorWidget from 'view-selector-widget' to 'view-selector' in the implementation. Improved documentation with usage example and clarified id prop.
docs/whats-new.md
Outdated
|
||
- [`View.clone()`](./api-reference/core/view.md) - New method that simplifies creating new Views with modified props, similar to `Layer.clone()`. | ||
- [`View.clone()`](./api-reference/core/view.md) - New method that simplifies creating new Views with modified props, similar to `Layer.clone()` | ||
- Async DeckPicker methods - New asynchronous methods for non-blocking operations and (depending on platform and usage) improved picking performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ibgreen Correct me if I'm wrong, but these aren't in the public API yet. Async picker methods are implemented.. but I don't see then exposed yet on Deck
.
I think we have two options here.. keep this as an undocumented change for now, or add new pick...Async()
to Deck
and document it in near pickObject
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refined descriptions and links for new features in the upcoming release, including improved documentation for custom widgets, styling, core API changes, and added details for MapboxOverlay layer slot support.
For #9172, preview the changes here: https://felixpalmer.github.io/deck.gl/docs/whats-new
I've done a review of what new features are in
master
in the codebase & the docs. I've cross-referenced who is responsible for each change, could you check you're happy with the added text:@ibgreen-openai widgets, core async picker, View.clone, WebGPU layers
@chrisgervang Multi-view support, widget theming, pydeck integration
There are a few docs pages missing still, these can be added in follow up PRs
Change List