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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 0.5.1
2
+
3
+
* Fixed calculation of label width in the switch step.
4
+
* Added an exclamation mark to the warning icon.
5
+
1
6
## 0.5.0
2
7
3
8
* Fixed losing the disabled state during dragging.
@@ -82,7 +87,7 @@ const config = {
82
87
83
88
#### Editor's Context
84
89
85
-
We've changed an approach how the editors should notify the designer about changes in the definition. We've deleted `revalidate()` and `notifiyDefinitionChanged()` methods from the `Designer` class. Instead of this, now editors receive an editor's context.
90
+
We've changed an approach how the editors should notify the designer about changes in the definition. We've deleted `revalidate()` and `notifyDefinitionChanged()` methods from the `Designer` class. Instead of this, now editors receive an editor's context.
86
91
87
92
```ts
88
93
interfaceStepEditorContext {
@@ -111,7 +116,7 @@ const config = {
111
116
};
112
117
```
113
118
114
-
#### Type Requirments
119
+
#### Type Requirements
115
120
116
121
The `type` of a step cannot contain special characters from now. Check [the type validator](src/core/type-validator.ts).
0 commit comments