File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Assets/com.alelievr.NodeGraphProcessor Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " com.alelievr.node-graph-processor" ,
33 "displayName" : " Node Graph Processor" ,
4- "version" : " 0.10.3 " ,
4+ "version" : " 0.10.4 " ,
55 "unity" : " 2019.3" ,
66 "description" : " Node graph editor framework focused on data processing using Unity UIElements and C# 4.7" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.10.4]
8+
9+ ### Added
10+ - Added deletable bool API on the BaseNode
11+
12+ ### Fixed
13+ - Fix missing and inconsistent field drawers on inherited node fields
14+ - Fix inconsistent field drawer positions after unsupported fields
15+ - Fixed port sync code
16+ - Fixed exception to log not handling correctly the stacktraces
17+
718## [ 0.10.1]
819
920### Fixed
You can’t perform that action at this time.
0 commit comments