Skip to content

Commit

Permalink
update package and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppelkeks committed Mar 17, 2023
1 parent f2e2bbf commit 6208076
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.9] - 2023-03-16
### Added
- Added createInputPort to [Node] attribute. This allows to hide the input port for a node. [#6](https://github.com/Gentlymad-Studios/NewGraph/issues/6)
- Added comments to ContextMenu, EdgeDropMenu so it is easier to understand & extend
- Added comments to ContextMenu, EdgeDropMenu so it is easier to understand & extend

## [0.3.0] - 2023-03-17
### Added
- Added ShouldColorizeBackground that can be overridden in NodeEditors to prevent the background from being automatically colorized
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.gentlymad.newgraph",
"version": "0.2.9",
"version": "0.3.0",
"displayName": "NewGraph",
"description": "A general data oriented node graph solution. This is build upon the idea to visualize complex data structures as graph networks without having to modify already established data classes, except adding [Node], [Port] and [SerializeReference] attributes to call classes that should show in the Graph View.",
"unity": "2022.2",
Expand Down

0 comments on commit 6208076

Please sign in to comment.