Skip to content

Commit d79b919

Browse files
author
pipeline
committed
v24.2.3 is released
1 parent 8690b71 commit d79b919

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+820
-1814
lines changed

ReadMe.md

Lines changed: 0 additions & 271 deletions
This file was deleted.

config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
"form-validator",
178178
"signature",
179179
"multiline-textbox",
180+
null,
181+
"workflow-editor",
180182
null
181183
]
182184
}

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ gulp.task('combine-samplelists', function (done) {
327327
});
328328

329329
gulp.task('combine-seo-list', function (done) {
330-
combineSampleList(commonConfig.platform, isCompSample, true, done);
330+
combineSampleList(commonConfig.platform, true, done);
331331
});
332332

333333
function combineSampleList(platform, seo, done) {

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-samples",
3-
"version": "24.1.41",
3+
"version": "24.2.3",
44
"description": "Samples for Syncfusion Essential JS 2",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -57,6 +57,11 @@
5757
},
5858
"devDependencies": {
5959
"@syncfusion/ej2-react-notifications": "*",
60+
"@types/chai": "^4.3.11",
61+
"@types/jasmine": "^5.1.4",
62+
"@types/jasmine-ajax": "^3.3.5",
63+
"@types/mocha": "^10.0.6",
64+
"@types/requirejs": "^2.1.37",
6065
"aws-sdk": "2.1415.0",
6166
"browser-sync": "2.29.3",
6267
"cheerio": "^1.0.0-rc.12",

src/diagram/bpmn-editor.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/diagram/commands.html

Lines changed: 2 additions & 61 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)