Skip to content

Commit 5d3ce74

Browse files
committed
Update CHANGELOG.md for 0.4.0
1 parent d880c9c commit 5d3ce74

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

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+
320
## 0.3.0
421

522
### Changed

0 commit comments

Comments
 (0)