The fromGraphLib() utility can now be used without providing the graph reference through context (this was an oversight during the conversion of DirectedGraph into a standalone package).
For backward compatibility, passing graph through context is still supported but is now deprecated. Instead, the graph should be provided via the graph option.
Description
The
fromGraphLib()
utility can now be used without providing the graph reference through context (this was an oversight during the conversion ofDirectedGraph
into a standalone package).For backward compatibility, passing graph through context is still supported but is now deprecated. Instead, the graph should be provided via the
graph
option.Replaces #2599