refactor: remove reference to legacy insert cells methods by tbouffard · Pull Request #876 · maxGraph/maxGraph

@tbouffard

These legacy methods have a large number of parameters, are hard to read and hard to evolve.

So, to prepare the deprecation of these methods, use the new methods that take a single object parameter in code, examples and documentation.
The storybook stories will be updated later.

Also simplify some calls by not always setting the parent when it was set to the default parent (this is the default
value, so no need to pass it in this case), nor setting an empty string value (same result as not setting it).

In addition, apply various JSDoc improvements.

@tbouffard tbouffard marked this pull request as ready for review

July 16, 2025 16:24

coderabbitai[bot]

@tbouffard

@tbouffard

@tbouffard tbouffard deleted the refactor/remove_ref_to_legacy_insert_cell_methods branch

July 20, 2025 15:09