You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 0.3.0
2
+
3
+
This version introduces component extensions. By this it's possible to create own components. Breaking changes:
4
+
5
+
* Static method `Designer.utils.getParents()` is deleted. You should use the `getStepParents()` method from the `Designer` class. Example: `designer.getStepParents(needleStep)`
6
+
* The `ComponentType` is not an enum anymore. It's type (`string`). This change doesn't affect serialized JSONs.
7
+
1
8
## 0.2.3
2
9
3
10
Improved rendering of the switch step for 3 and more branches.
0 commit comments