Skip to content

Commit b1b7b96

Browse files
author
pipeline
committed
v23.2.5 is released
1 parent c288e3d commit b1b7b96

File tree

127 files changed

+158
-49
lines changed

Some content is hidden

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

127 files changed

+158
-49
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

components/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "23.1.36",
3+
"version": "23.2.4",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/chai": "^3.4.28",
3131
"@types/es6-promise": "0.0.28",
32-
"@types/jasmine": "^2.2.29",
32+
"@types/jasmine": "2.8.22",
3333
"@types/jasmine-ajax": "^3.1.27",
3434
"@types/react": "^15.0.24",
3535
"@types/react-dom": "^15.5.0",

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "23.1.41",
3+
"version": "23.2.4",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/charts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions

components/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -37,7 +37,7 @@
3737
"source-map-loader": "^0.2.1",
3838
"@types/chai": "^3.4.28",
3939
"@types/es6-promise": "0.0.28",
40-
"@types/jasmine": "^2.2.29",
40+
"@types/jasmine": "2.8.22",
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/requirejs": "^2.1.26",
4343
"vue": "2.6.14",

components/circulargauge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "23.1.38",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/requirejs": "^2.1.26",
3434
"vue": "2.6.14",

components/diagrams/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/documenteditor/CHANGELOG.md

Lines changed: 15 additions & 0 deletions

components/documenteditor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -34,7 +34,7 @@
3434
"source-map-loader": "^0.2.1",
3535
"@types/chai": "^3.4.28",
3636
"@types/es6-promise": "0.0.28",
37-
"@types/jasmine": "^2.2.29",
37+
"@types/jasmine": "2.8.22",
3838
"@types/jasmine-ajax": "^3.1.27",
3939
"@types/requirejs": "^2.1.26",
4040
"vue": "2.6.14",

components/gantt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions

components/gantt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/requirejs": "^2.1.26",
3434
"vue": "2.6.14",

components/grids/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/requirejs": "^2.1.26",
3434
"vue": "2.6.14",

components/heatmap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "23.1.36",
3+
"version": "23.2.4",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/imageeditor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

components/imageeditor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -30,7 +30,7 @@
3030
"source-map-loader": "^0.2.1",
3131
"@types/chai": "^3.4.28",
3232
"@types/es6-promise": "0.0.28",
33-
"@types/jasmine": "^2.2.29",
33+
"@types/jasmine": "2.8.22",
3434
"@types/jasmine-ajax": "^3.1.27",
3535
"@types/requirejs": "^2.1.26",
3636
"vue": "2.6.14",

components/kanban/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

components/layouts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-layouts",
3-
"version": "23.1.36",
3+
"version": "23.2.4",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/requirejs": "^2.1.26",
3434
"vue": "2.6.14",

components/navigations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

components/navigations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -39,7 +39,7 @@
3939
"source-map-loader": "^0.2.1",
4040
"@types/chai": "^3.4.28",
4141
"@types/es6-promise": "0.0.28",
42-
"@types/jasmine": "^2.2.29",
42+
"@types/jasmine": "2.8.22",
4343
"@types/jasmine-ajax": "^3.1.27",
4444
"@types/requirejs": "^2.1.26",
4545
"vue": "2.6.14",

components/notifications/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

components/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-notifications",
3-
"version": "23.1.40",
3+
"version": "23.2.4",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)