Skip to content

Releases: nxt3AT/sankeydiagram.net

v1.7.0

10 Aug 11:21
a3906e3

Choose a tag to compare

What's Changed

Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.6.3...v1.7.0

v1.6.2

22 May 19:11
f62e057

Choose a tag to compare

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

17 Mar 16:25

Choose a tag to compare

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

04 Mar 16:19

Choose a tag to compare

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:
sankeydiagram-net-export

Full Changelog: v1.5.4...v1.6.0

v.1.5.4

03 Jan 12:10

Choose a tag to compare

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

23 Sep 19:01

Choose a tag to compare

What's Changed

Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.5.2...v1.5.3

v1.5.2

08 Sep 19:21

Choose a tag to compare

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

31 Aug 12:34

Choose a tag to compare

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

25 Aug 18:46
61612b6

Choose a tag to compare

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

02 Jul 17:17
2b09d46

Choose a tag to compare

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