Skip to content

Releases: newcat/baklavajs

v2.0.2-beta.5

24 Jul 23:09
Compare
Choose a tag to compare
v2.0.2-beta.5 Pre-release
Pre-release
  • Fix blurry nodes in Chromium-based browsers (#249)
  • Add events for node calculation (#308)
  • Always show node interface components for outputs (#311)
  • Allow creating connections by clicking instead of dragging
  • Add more slots to the <Node> component
  • Fix z-index issues with sliders

v2.0.2-beta.4

01 Jun 22:01
Compare
Choose a tag to compare
v2.0.2-beta.4 Pre-release
Pre-release
  • Fix TypeScript error when using DynamicNode (#246)
  • Add user-select webkit vendor prefix (thanks @stevensona)
  • Save panning and scaling for the root graph (#261)
  • Fix slider percentage calculation in SliderInterface (thanks @mleonowicz)
  • Add utility functions for getting and setting node positions: getNodePosition | setNodePosition (#284)
  • Export the NodePalette component (#287)
  • Create rename events for nodes (#281) (potentially breaking if you're overriding the title property when subclassing AbstractNode or Node<I, O>)
  • Allow setting the width of the sidebar and making it not resizable (#283)
  • Fixed pressing delete key deleting nodes when input is selected (#252)

v2.0.2-beta.3

29 Dec 00:24
Compare
Choose a tag to compare
v2.0.2-beta.3 Pre-release
Pre-release
  • Added Dynamic Nodes
  • Improved docs
  • Include UMD build for @baklavajs/renderer-vue

v2.0.2-beta.1

21 Nov 00:49
Compare
Choose a tag to compare
v2.0.2-beta.1 Pre-release
Pre-release
  • Fix issues with connections not moving after loading a saved graph (thanks @tkmnet) (#224, #227)
  • Clarify documentation in regards to the initial size of the editor (#221)

v2.0.2-beta.0

02 Nov 23:52
Compare
Choose a tag to compare
v2.0.2-beta.0 Pre-release
Pre-release

Initial beta release. For a list of changes, visit https://v2.baklava.tech/migration.html

v1.10.2

07 Oct 23:35
Compare
Choose a tag to compare
  • Fixed unresolved reference to baklavajs-core types (#212) (thanks @hborchardt)
  • Editor: Added default <slot> to allow adding custom content
  • Added data-xxx attributes to connections
  • Fixed laggy connections / connection issues (#211, #215)

Full Changelog: v1.10.1...v1.10.2

v1.10.1

24 May 21:52
Compare
Choose a tag to compare
  • Fixed CommonJS build (#200)

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