Skip to content

Commit

Permalink
Update to v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StefansArya committed Jan 29, 2023
1 parent 0465523 commit 6b22627
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.8.8

### Features
- Handle namespaced variable or nodes
- Add support for branched cable on route cable
- Add `initPorts` for dynamically initializing ports

### Bug Fix
- Disable port manipulation on locked instance
- Put id as title if doesn't have custom title
- Fix route port call on branched cable
- Avoid calling update on cable connection when the node having input route
- Show cable flow on route cable
- Cast port name to string

v0.8.7 is skipped

# 0.8.6

### Improvement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blackprint/engine",
"description": "Blackprint engine for JavaScript environment",
"version": "0.8.6",
"version": "0.8.8",
"author": "Blackprint",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6b22627

Please sign in to comment.