Releases: newcat/baklavajs
Releases · newcat/baklavajs
v1.10.0
- 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
- 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
- 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
- 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
- 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
- Fixed an infinite loop when using the
calculateOnChange
method of the engine plugin and calling engine.calculate()
manually (thanks @benkimball) (#138)
v1.8.6
- Fix issues with DPI scaling (#20)
v1.8.5
- Change
move
cursor to grab
/ grabbing
when moving nodes (thanks @LukasLoeffler) (#124)
- Vue Devtools should not throw errors anymore (#118)
v1.8.3
- 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
SelectOption
: Fix overflow for long items (#111)