Skip to content

Releases: newcat/baklavajs

v1.9.1

25 Jul 22:19
Compare
Choose a tag to compare
  • The editor.load function now returns all warnings that occured during load (#155)
  • IDs of connections are also loaded now instead of being generated randomly on load (#154)

v1.9.0

30 Jun 20:14
Compare
Choose a tag to compare
  • It is now possible to apply custom classes to nodes [docs] (thanks @finchMFG)
  • Added the ability to move mulitple nodes at once (thanks @finchMFG)
  • Added the minimap component to the list of exported components (thanks @ashleysommer)

v1.8.7

04 Jun 01:41
Compare
Choose a tag to compare
  • Fixed an infinite loop when using the calculateOnChange method of the engine plugin and calling engine.calculate() manually (thanks @benkimball) (#138)

v1.8.6

14 Mar 00:41
Compare
Choose a tag to compare
  • Fix issues with DPI scaling (#20)
    • Moving Nodes
    • Panning

v1.8.5

07 Mar 22:24
Compare
Choose a tag to compare
  • Change move cursor to grab / grabbing when moving nodes (thanks @LukasLoeffler) (#124)
  • Vue Devtools should not throw errors anymore (#118)

v1.8.3

16 Feb 23:27
Compare
Choose a tag to compare
  • The arrows in context menus are now displayed using SVG instead of a Unicode character, since the character was not displayed on macOS
  • The shadow from the sidebar is now removed when the sidebar is closed.

v1.8.2

08 Dec 23:09
Compare
Choose a tag to compare
  • SelectOption: Fix overflow for long items (#111)

v1.8.1

18 Nov 23:39
Compare
Choose a tag to compare
  • Fix background not repeating sometimes
  • Moved the background color configuration to variables.scss so it can be configured

v1.8.0

18 Nov 00:11
Compare
Choose a tag to compare
  • Added moving background with advanced styling options (thanks @GabrielVidal1). See docs for more information
  • Internal: Updated dependencies

v1.7.5

19 Oct 20:36
Compare
Choose a tag to compare
  • Fix #104: Add type information for ViewPlugin.components field. Casting is therefore not necessary anymore when using custom components (thanks @gidonkatten)