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
+12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.16.9
2
+
3
+
This version adds a possibility to disable keyboard shortcuts. Additionally you may filter keyboard events handled by the designer.
4
+
5
+
```js
6
+
// Disabled shortcuts
7
+
constconfiguration= {
8
+
keyboard:false,
9
+
// ...
10
+
};
11
+
```
12
+
1
13
## 0.16.8
2
14
3
15
Svelte package supports now native editors. If you want to use JavaScript/TypeScript code to create editors, you can do it now. Of course, you can still use Svelte components as editors.
* @description The configuration of the keyboard shortcuts. By default, the keyboard shortcuts are enabled (`true`). If `false`, the keyboard shortcuts are disabled.
58
+
*/
59
+
keyboard?: boolean|KeyboardConfiguration;
60
+
56
61
/**
57
62
* @description The handler that handles custom actions.
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dignissim ex augue, nec ultrices tellus feugiat vitae. Donec at commodo elit. Vestibulum imperdiet eget elit a feugiat. Fusce eros diam, laoreet id neque eu, molestie facilisis est. Sed tristique sollicitudin ultrices. Ut a nibh a erat euismod venenatis sit amet quis felis.</p>
38
+
<p>Here you can check how Sequential Workflow Designer works on a scrollable page. Additionally this example has disabled keyboard shortcuts.</p>
0 commit comments