## v9.4 / v10 - [ ] Website comparison to [cosmos.gl](https://github.com/cosmosgl/graph) (w @rokotyan ?) - [ ] https://github.com/visgl/deck.gl-community/pull/422 - [ ] https://github.com/visgl/deck.gl-community/pull/421 - [ ] https://github.com/visgl/deck.gl-community/pull/419 - [ ] https://github.com/visgl/deck.gl-community/pull/395 - [ ] https://github.com/visgl/deck.gl-community/pull/393 - [ ] https://github.com/visgl/deck.gl-community/pull/389 - [ ] https://github.com/visgl/deck.gl-community/pull/385 - [ ] https://github.com/visgl/deck.gl-community/pull/383 - [ ] https://github.com/visgl/deck.gl-community/pull/381 - [ ] https://github.com/visgl/deck.gl-community/pull/380 - [ ] https://github.com/visgl/deck.gl-community/pull/366 - [ ] https://github.com/visgl/deck.gl-community/pull/355 - [ ] https://github.com/visgl/deck.gl-community/pull/352 - [ ] https://github.com/visgl/deck.gl-community/pull/350 - [ ] https://github.com/visgl/deck.gl-community/pull/348 - [ ] https://github.com/visgl/deck.gl-community/pull/330 - [ ] https://github.com/visgl/deck.gl-community/pull/327 - [ ] https://github.com/visgl/deck.gl-community/pull/322 - [ ] https://github.com/visgl/deck.gl-community/pull/316 - [ ] https://github.com/visgl/deck.gl-community/pull/298 ## v9.3 - Loaders for graph formats - Support for tabular graphs (minimize small object creation) - ... - **Dag Support** - [ ] Generate big mock data ( with long chains and occasional branches). - [ ] Verify performance. - [ ] Auto color wheel assignment based on categorical node metric/field? - **Audit** - [ ] `MarkerLayer` seems very generic, including icon packing script, move to layers? ## v9.2 - **Features** - **Dag Support** - [x] D3DagLayout - [x] Add DAG to graph-viewer example - [x] Collapse/expand - [x] Align nodes vertically by selected metric/field. - **API cleanup** - [x] Unified stylesheet - [x] Separate generic stylesheet engine from GraphStylesheet - **examples** - [x] fix 'graph-layers' examples - [x] modernize 'graph-layers' examples - [x] Get all examples passing and migrated to TypeScript - **docs* - [x] audit docs for correctness / completeness / freshness - **website** - [x] Add examples to website. ## v9.1 - **Audit** - [x] Rename modules to use `@deck.gl-community` prefix? - [x] deckgl-react-graph-layers Move button, viewport to generic react module - [x] deckgl-react-graph-layers GraphGL component / hook is quite big - if so much helper code is needed, port to pureJS. Could it be a widget? ## v9.0 - **api and module structure** - [x] Move graph independent react components from `deck-react-graph-layers` to `@deck.gl-community/react` - [x] Refactor graph helper code to be react independent and remove `deck-react-graph-layers` module.
v9.4 / v10
v9.3
Loaders for graph formats
Support for tabular graphs (minimize small object creation)
...
Dag Support
Audit
MarkerLayerseems very generic, including icon packing script, move to layers?v9.2
Features
API cleanup
examples
*docs
website
v9.1
@deck.gl-communityprefix?v9.0
deck-react-graph-layersto@deck.gl-community/reactdeck-react-graph-layersmodule.