File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.4.0
4
+
5
+ ### Changed
6
+ - Make the node finder search bar case insensitive. By @matthijsjanssens
7
+ - Add a ` UserState ` parameter to ` build_node ` . By @setzer22
8
+ - Updated to egui 0.19. By @MathiasPius
9
+ - Separate ` UserState ` from ` GraphState ` to allow more flexible borrowing patterns. By @kkngsm
10
+ - Expose ` UserState ` and the ` node_id ` to ` value_widget ` for more flexible widgets. By @setzer22
11
+
12
+ ### Added
13
+ - Connections snap to available ports. By @kkngsm
14
+ - Add box selection and multi-node movement. By @setzer22
15
+ - Nodes can decide whether to show the delete button. By @huisedenanhai
16
+
17
+ ### Bugfixes
18
+ - Disconnect responses are now return before node removal responses. By @bpostlethwaite
19
+
3
20
## 0.3.0
4
21
5
22
### Changed
You can’t perform that action at this time.
0 commit comments