We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47199c commit 497ac52Copy full SHA for 497ac52
CHANGELOG.md
@@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
### Added
10
- Renamable nodes
11
- Added an API in the toolbar view to add separators and custom UI fields.
12
+- Added API to check if node was created from a duplication operation (see BaseNode.createdFromDuplication and BaseNode.createdWithinGroup).
13
+
14
+### Changed
15
+- Node inspector settings are now serialized for the lifetime of an editor session (not between sessions).
16
17
### Fixed
18
- Fixed GetNodeViewTypeFromType not supporting inheritance.
19
+- Fixed nodes loosing the graph reference after the asset was changed in by an external process.
20
21
## [1.1.2]
22
0 commit comments