Skip to content

v0.3.0

Compare
Choose a tag to compare
@NiklasRentzCAU NiklasRentzCAU released this 25 Jul 12:38
· 153 commits to main since this release

A new release for the latest KLighD 2.2.0 release

Usage

The new version of the CLI is attached to this release and the VS Code extension is published to the marketplaces. Please refer to the initial release for usage information.
From this release onwards, the packages are also hosted on https://www.npmjs.com/

Features

  • incremental communication for graph models #26
  • new KIELER-style shadows, for better performance and easier translation to pdf #21
  • added scale threshold for rendering regions in full detail #22
  • added descriptions on diagram option hover #61
  • show default selection style as in KlighD #96

Changes

  • optimizations from Google Maps for Models project #3 #19
  • changed the constant line width to a minimum line width option #22
  • BREAKING Removed text bounds estimation from the server part #20. This requires KLighD 2.2.0 or later to function correctly.
  • changed default value for text->diagram navigation to false
  • BREAKING changed handling of properties on graph and rendering elements to be closer to its original implementation in KLighD #63. This requires KLighD 2.2.0 or later.
  • use gradient vector instead of gradient angle for colors to work around an issue in Inkscape #38
  • views opened do not take focus until clicked manually #99

Fixes

  • fixed drawing of rectangles around texts with disabled smart zoom #22
  • fixed drawing titles containing hierarchical renderings #27 #30
  • disallow non-closed line renderings (e.g. polylines, splines) to be filled with any color #67
  • fixed action execution in some special cases #84 #93
  • fixed an encoding issue on Windows for selecting diagram elements #98

and some more minor internal changes and fixes and adaptions to changes in KLighD 2.2.0.