Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osvalds committed Sep 29, 2023
1 parent 3d37b36 commit 141a1f7
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@

# Important!

**This project does not have a maintainer or active project members. There won’t be any support or attention to pull requests. Please do not contact previous maintainers unless you are qualified and have the resources to make a serious commitment to fully take over ownership of the project.**
# Whimsical fork of dagre

This fork was made to support a [new feature](https://github.com/WhimsicalCode/dagre/commit/f8f9511069a7603e00bece24b49de33cba1d04b5) in `dagre` - variable padding for clusters.
This enables us to have a better looking layout when calculating layout with `dagre`.
This fork is made on the `0.8.6` version because the new maintainers of `dagre` have started to
use private class members in `graphlib` (dependency of `dagre`) which is not supported by
the Google Closure Compiler. When these changes were applied to the newer (`1.0.5-pre`) version, cluster children
`ranksep` (the vertical distance between nodes) looked very different compared to `0.8.6`

## How to release a new version
1. Make changes
2. Update version in `package.json`
3. Run `make dist`
4. Commit changes
5. Tag commit with new version
6. Push commit and tag
7. Create a new release on GitHub (This will trigger gha that will publish to github packages).



Expand Down

0 comments on commit 141a1f7

Please sign in to comment.