Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
{{editor}}'s edit
{{editor}}'s edit
Uh oh!
There was an error while loading. Please reload this page.
Version 0.22.0 released on 2025-12-11.
⚡ This new version makes default style properties globally configurable and includes bug fixes for a smoother developer experience. ⚡
Resources
Highlights
Globally configurable default style properties
Previously, changing default styles required local configuration per Graph instance using a Stylesheet.
It was also not possible to configure the rounding factor used when a vertex uses a non absolute arcSize, because there was no dedicated cell style property for that.
This release solves these limitations by making the built-in defaults globally configurable.
The StyleDefaultsConfig object has been extended to allow customization of default style values that were previously hardcoded as constants.
All direct references to DEFAULT_* constants in the codebase are now replaced with StyleDefaultsConfig property access. This means you can change these defaults at runtime without updating stylesheets on every Graph instance.
New configurable properties include:
You can now globally customize these defaults at runtime like this:
Note
This change is especially useful if you want a consistent look across multiple graphs without duplicating stylesheet configuration, and if you need fine control over rounding/arc behavior that was not configurable before.
Bug fixes
This release also includes bug fixes that improve overall stability and consistency of rendering and styling.
If you encounter any regressions or unexpected behavior, please open an issue with a minimal reproduction so we can address it quickly.
What's Changed
🎉 New Features
🐛 Bug Fixes
📝 Documentation
⚙️ Refactor
🛠 Chore
New Contributors
Full Changelog: v0.21.0...v0.22.0
This discussion was created from the release 0.22.0.