Skip to content

Releases: chrisjpatty/flume

🚀 v0.4.0 Circular Graph Prevention

07 Aug 18:23
Compare
Choose a tag to compare

🚀 The RootEngine now disallows logic graphs setup with circular nodes from overwhelming the call stack. By default, each root node input is allowed up to 1000 maximum loops before the engine logs an error and returns undefined for the value of that input. Inputs without circular dependencies are allowed to continue as normal.

🚀 New RootEngine options key maxLoops for overriding the above behavior. Passing an integer to this key will override the maximum number of loops. Passing -1 will disable this check entirely, and allow infinite loops.

🚀 v0.2.3 Zoom & Pan Disabling

24 Jul 04:42
Compare
Choose a tag to compare

🚀 New prop disablePan defaults to false.
🚀 New prop disableZoom defaults to false.

v0.2.1

24 Jul 02:44
Compare
Choose a tag to compare

🐛 Comments now take stage transforms into account when dragging.
🌈 Visually improved the look of comments with 16px font, light border, and lower drop shadow.

🎉 v0.2.0 Comment Blocks

24 Jul 02:04
Compare
Choose a tag to compare

🚀 Comments are now available in the context menu.
🚀 Comments may be positioned and resized.
🚀 Double-clicking comments enters edit mode.
🚀 Right click on comments allows them to be edited, deleted, and the color changed.
🚀 New prop onCommentsChange called when comments change.
🚀 New prop comments for setting the comments
🚀 New prop hideComments for hiding existing comments. Defaults to false.
🚀 New prop disableComments for disabling the adding of comments. Defaults to false.
🚀 New imperative handle getComments
🚀 New Color Picker component.
🌈 Prettierify recent files