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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 0.15.2
2
+
3
+
This version introduces a new approach to customizing the designer. Prior to this version, customization was challenging and required numerous CSS overrides. Now, the designer provides SCSS files with mixins, simplifying the customization process.
4
+
5
+
We have prepared a [tutorial on creating a custom theme](https://nocode-js.com/docs/sequential-workflow-designer/features/custom-theme), which is exclusively available for pro version clients.
6
+
7
+
Please note that the `designer.css`, `designer-light.css`, and `designer-dark.css` files are still available as they were before. If you have been using these files without any overrides, you don't need to make any changes.
8
+
9
+
### Breaking Changes
10
+
11
+
* The `sqd-grid-path` class of the line grid is renamed to `sqd-line-grid-path`.
12
+
* Selectors in the `designer.css`, `designer-light.css` and `designer-dark.css` files have been changed.
13
+
1
14
## 0.14.1
2
15
3
16
This version includes the ability to hide the context menu for Angular and React packages.
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,20 @@
4
4
5
5
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-designer)
6
6
7
-
Sequential workflow designer with 0 external dependencies for web. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow builders.
7
+
Sequential workflow designer with 0 external dependencies for web applications. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow builders.
8
8
9
9
Features:
10
10
11
11
* 0 external dependencies,
12
-
* full generic & configurable,
13
-
* light/dark themes,
14
-
* works on modern browsers,
15
-
* works on mobile,
12
+
* fully generic and configurable,
13
+
* use light/dark themes or customize easily,
14
+
* compatible with modern browsers and mobile devices,
16
15
* the definition is stored as JSON,
17
-
*has support for[React](./react/) and [Angular](./angular/designer/).
16
+
*supports[React](./react/) and [Angular](./angular/designer/).
18
17
19
18
📝 Check the [documentation](https://nocode-js.com/docs/category/sequential-workflow-designer) for more details.
20
19
21
-
🤩 Don't miss [the pro version](https://github.com/nocode-js/sequential-workflow-designer-pro-demo).
20
+
🤩 Don't miss [the pro version](https://nocode-js.com/sequential-workflow-designer-pro-pricing).
22
21
23
22
## 👀 Examples
24
23
@@ -40,6 +39,8 @@ Features:
40
39
Pro:
41
40
42
41
*[🤩 Pro Components](https://nocode-js.github.io/sequential-workflow-designer-pro-demo/demos/webpack-pro-app/public/pro-components.html)
0 commit comments