azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.
This is a graph diagraming component developed for use in Azure Data Studio.
For more information on mxGraph please see mxgraph
Typings for the mxGraph library are included in this package. The typings are forked from typed-mxgraph
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the
package.json
file - Create a PR to the
main
branch with your changes - Once the PR is approved and merged, a new release will be created and published automatically.
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the
package.json
file - Run
yarn
to install the dependencies - Run
yarn build
to build the package - Run
yarn pack
to create a tarball of the package - Push the contents of the tarball to the release branch
- Create a new release in the Github UI
- Create a new tag with the version number and set the release branch as the target
- Publish the release