Skip to content

Releases: nxt3AT/sankeydiagram.net

v1.5.0 | new default theme

25 Aug 18:46
61612b6
Compare
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
Compare
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

v1.4.0

27 Jun 18:36
2b09d46
Compare
Choose a tag to compare

What's Changed

  • feat: add 2 basic /how-to/ pages (#51)

  • fix: decrease exported svg file-size to 20% (!) by removing unnecessarily-embedded icon-font from output

  • fix: increase exported svg compatibility by removing unneeded & not well-supported css from output

  • refactor: migrate frontend completely to tailwind from bulma to improve long-term maintainability (#52)

  • build: update node version in Dockerfile to 20 / LTS by @ndsvw in #50

  • build: bump node version used for building to 20 / LTS

  • build: update & improve eslint config

Support my Open Source work: https://buymeacoffee.com/jonasdoesthings
Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Apr 13:41
Compare
Choose a tag to compare

What's changed

  • Add font size setting
  • Fix bug where settings from share-link would not get processed

Full Changelog: v1.2.3...v1.3.0

v1.2.3

12 Apr 18:37
Compare
Choose a tag to compare

What's Changed

  • Bump Dependency Versions
  • Add BuyMeACoffee Info

Full Changelog: v1.2.2...v1.2.3

v1.2.2

30 Aug 17:25
d4ca2b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v.1.2.1 - Refactoring

18 Feb 15:17
Compare
Choose a tag to compare

What's Changed

  • A lot of refactoring due to nxt3 no longer existing, removed mentions of nxt3 where possible.
  • Small fix when pasting in input

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - Settings Sharing | Minor Code Optimizations

23 Oct 18:49
Compare
Choose a tag to compare

What's Changed

  • feat: save modified settings to share link (PR #36 and #37, related Issue #30)
  • refactor: various code improvements
  • build: update dependencies
  • build: remove unused files

Full Changelog: v1.1.2...v1.2.0

v1.1.2 - Anonymization Warning | Code Cleanup

01 Apr 09:42
Compare
Choose a tag to compare

What's Changed

  • add a warning modal when clicking the "anonymize data" button (closes issue #26)
  • split up js code into multiple files to improve readability

Full Changelog: v1.1.1...v1.1.2

v1.1.0 - Text File Export/Import | Developer Enhancements | Optimizations

20 Dec 21:08
Compare
Choose a tag to compare

What's Changed

  • add import and export text file function by @domvo in #33
  • shave off ~40kb of unused css
  • add eslint to the codebase

New Contributors

  • @domvo made their first contribution in #33

Full Changelog: v1.0.1...v1.1.0