Skip to content

Releases: newcat/baklavajs

v1.10.0

21 May 21:59
Compare
Choose a tag to compare
  • Fixed SelectOption not showing text for falsy values (#199) (thanks @hborchardt)
  • Added a loading flag to the editor (#195)
  • Added beforeNodeMove and nodeMove events to the ViewPlugin (#172)
  • Added node snapping (#184)
  • Added a type tooltip to node interface ports when using the @baklavajs/plugin-interface-types plugin (#152)
  • In addition to the UMD bundle, generate a CommonJS bundle for every package (#194)

v1.9.3

28 Apr 19:31
Compare
Choose a tag to compare
  • Fix: Slider option now correctly handles negative values (#192) (thanks @tobias-wilfert)
  • Fix: Zoom causes nodes to blur (#178) (thanks @SK0P3iN)
  • Updated dependencies

v1.9.2

30 Jul 23:14
Compare
Choose a tag to compare
  • Prepare @baklavajs/plugin-engine and @baklavajs/plugin-interface-types for Vue 3 release
  • Initial release of @baklavajs/plugin-options-vue3 and @baklavajs/plugin-renderer-vue3

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)