Releases: nxt3AT/sankeydiagram.net
v1.7.0
What's Changed
- feat: allow basic math expressions in value (#73) by @JonasDoesThings in #74
-> Example:subscriptions [(250/12)] gym
-> Docs: https://sankeydiagram.net/how-to/create-a-sankey-diagram
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.6.3...v1.7.0
v1.6.2
What's Changed
feat: add "force diagram re-process" button
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- feat: add value-label prefix setting
- refactor: remove unnecessary clipboard.js library and use modern browser-native api instead
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- feat: new "outside" node-label placement setting
- feat: add feedback widget for quick feedback & bug reports
- docs: addd https://sankeydiagram.net/llms.txt to teach LLMs about the SankeyDiagram.net syntax
- build: bump dependencies
new "outside" label-placement setting comparison:

Full Changelog: v1.5.4...v1.6.0
v.1.5.4
What's Changed
- refactor: fix bing seo meta-description complaint
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- feat(content): add list of color names by BuyMeACoffee request (https://sankeydiagram.net/how-to/css-color-names-list-hex-code, see #51)
- refactor(content): minor docs changes
- build: bump browserlist db
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- refactor: add additional example to the examples pages & minor text tweaks
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- feat: add setting to sort nodes on the same level by their line-number in input instead alphabetically (issue #41)
- feat: if a custom color is set for a flow, use this custom color for the according node too
- feat: add how-to/examples page
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.5.0...v1.5.1
v1.5.0 | new default theme
Important
This is a huge update, adding tons of customisation settings and greatly improving the default theme.
However, if you want to go back to the old theme, you can use the button in the bottom of the settings menu to load the old theme!
If you have any feedback on the new theme, please open a GitHub Issue or E-Mail me!
What's Changed
Features
- feat: add setting for configuring flow opacity (closes #58)
- feat: add setting to configure node seperator-line width (closes #59)
- feat: add setting to color node seperator-lines (closes #59)
- feat: add setting to disable watermark (closes #57)
- feat: add setting to enable background box behind node labels
- feat: add setting to color all flows where the source starts with the same word in the same color
- feat(ui): group settings into categories
- feat(ui): add button to load old-default theme
Fixes
- fix: trigger "input" event on setting deserialisation for fields
- fix: correctly deserialise and trigger checkbox fields
- fix: don't completely fail setting deserialisation if one item fails
- fix: improve edge-case with linkPath rendering (closes #62)
Refactors
- refactor: improve default theme using new settings
- refactor: add more distance from the seperator-line to node labels
- refactor: improve default placeholder-input diagram
- refactor(ui): add link to changelog to navbar
- docs: update screenshots & og banner
- docs: improve README
- style: add eslint rule for single-quotes instead of double-quotes
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.4.1...v1.5.0
v.1.4.1
What's Changed
- fix: add more decimal-precision if necessary to prevent small comma numbers to be rounded down to 0
- refactor: raise limit of decimal-precision setting from 3 to 15
- refactor: add more how-to content
- refactor: remove ".html" from navbar links to sub-pages
Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.4.0...v1.4.1