From 28747f50f9cfa7e7ad11860e962097df5daaf151 Mon Sep 17 00:00:00 2001 From: pipeline Date: Fri, 26 Jul 2024 00:05:34 +0000 Subject: [PATCH] v26.2.5 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/charts/CHANGELOG.md | 14 ++++++++++++++ .../charts/node_modules/@types/eslint/README.md | 2 +- components/charts/node_modules/aws-sdk/README.md | 2 +- components/charts/package.json | 2 +- components/diagrams/CHANGELOG.md | 9 +++++++++ .../diagrams/node_modules/@types/eslint/README.md | 2 +- components/diagrams/node_modules/aws-sdk/README.md | 2 +- components/diagrams/package.json | 2 +- .../documenteditor/node_modules/aws-sdk/README.md | 2 +- components/documenteditor/package.json | 2 +- .../dropdowns/node_modules/aws-sdk/README.md | 2 +- components/dropdowns/package.json | 2 +- components/gantt/CHANGELOG.md | 11 +++++++++++ .../gantt/node_modules/@types/eslint/README.md | 2 +- components/gantt/node_modules/aws-sdk/README.md | 2 +- components/gantt/package.json | 2 +- .../grids/node_modules/@types/eslint/README.md | 2 +- components/grids/node_modules/aws-sdk/README.md | 2 +- components/grids/package.json | 2 +- components/heatmap/CHANGELOG.md | 2 +- components/imageeditor/CHANGELOG.md | 8 ++++++++ .../imageeditor/node_modules/aws-sdk/README.md | 2 +- components/imageeditor/package.json | 2 +- components/inputs/CHANGELOG.md | 2 +- components/kanban/CHANGELOG.md | 2 +- components/lists/CHANGELOG.md | 2 +- components/pdfviewer/CHANGELOG.md | 10 ++++++++++ .../ej2-pdf/node_modules/@types/node/README.md | 2 +- .../pdfviewer/node_modules/aws-sdk/README.md | 2 +- components/pdfviewer/package.json | 2 +- .../pivotview/node_modules/aws-sdk/README.md | 2 +- components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 2 +- components/querybuilder/CHANGELOG.md | 2 +- components/richtexteditor/CHANGELOG.md | 6 ++++++ .../node_modules/@types/eslint/README.md | 2 +- .../richtexteditor/node_modules/aws-sdk/README.md | 2 +- components/richtexteditor/package.json | 2 +- components/schedule/CHANGELOG.md | 2 +- components/splitbuttons/CHANGELOG.md | 2 +- components/spreadsheet/CHANGELOG.md | 2 +- components/treegrid/CHANGELOG.md | 2 +- 43 files changed, 95 insertions(+), 37 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index aa3bc6ac..8dff5a3c 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Barcode diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md index 81ad9b06..125e4987 100644 --- a/components/charts/CHANGELOG.md +++ b/components/charts/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 26.2.5 (2024-07-26) + +### Chart + +#### Bug Fixes + +- `#I612449` - The secondary axis labels will render properly with scrollbar on the secondary axis. + +### RangeNavigator + +#### Bug Fixes + +- `#I613716` - Now, the series is rendered properly when the y-values are the same. + ## 26.2.4 (2024-07-24) ### Chart diff --git a/components/charts/node_modules/@types/eslint/README.md b/components/charts/node_modules/@types/eslint/README.md index 9c477f12..a5f2930b 100644 --- a/components/charts/node_modules/@types/eslint/README.md +++ b/components/charts/node_modules/@types/eslint/README.md @@ -8,7 +8,7 @@ This package contains type definitions for eslint (https://eslint.org). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint. ### Additional Details - * Last updated: Thu, 18 Apr 2024 18:35:25 GMT + * Last updated: Mon, 22 Jul 2024 16:38:53 GMT * Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) # Credits diff --git a/components/charts/node_modules/aws-sdk/README.md b/components/charts/node_modules/aws-sdk/README.md index acd449a7..328a84a6 100644 --- a/components/charts/node_modules/aws-sdk/README.md +++ b/components/charts/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/charts/package.json b/components/charts/package.json index 99c3ecd8..29d1d547 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-charts", - "version": "26.1.42", + "version": "26.2.4", "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", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index 46be12c3..c06149d4 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 26.2.5 (2024-07-26) + +### Diagram + +#### Bug Fixes + +- `#I604552` - Swimlane wrapper updated wrongly when phase offset set for vertical swimlane and container defined. +- `#I605961` - Connector will no longer split, when the connector's source or target id matched with node id which dropped on connector highlighter. + ## 26.2.4 (2024-07-24) ### Diagram diff --git a/components/diagrams/node_modules/@types/eslint/README.md b/components/diagrams/node_modules/@types/eslint/README.md index 9c477f12..a5f2930b 100644 --- a/components/diagrams/node_modules/@types/eslint/README.md +++ b/components/diagrams/node_modules/@types/eslint/README.md @@ -8,7 +8,7 @@ This package contains type definitions for eslint (https://eslint.org). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint. ### Additional Details - * Last updated: Thu, 18 Apr 2024 18:35:25 GMT + * Last updated: Mon, 22 Jul 2024 16:38:53 GMT * Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) # Credits diff --git a/components/diagrams/node_modules/aws-sdk/README.md b/components/diagrams/node_modules/aws-sdk/README.md index acd449a7..328a84a6 100644 --- a/components/diagrams/node_modules/aws-sdk/README.md +++ b/components/diagrams/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 504b2a1a..6b20db30 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-diagrams", - "version": "26.1.42", + "version": "26.2.4", "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", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/node_modules/aws-sdk/README.md b/components/documenteditor/node_modules/aws-sdk/README.md index e3d1e411..328a84a6 100644 --- a/components/documenteditor/node_modules/aws-sdk/README.md +++ b/components/documenteditor/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index 07a38025..07ba24f2 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-documenteditor", - "version": "26.1.42", + "version": "26.2.4", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/node_modules/aws-sdk/README.md b/components/dropdowns/node_modules/aws-sdk/README.md index e3d1e411..328a84a6 100644 --- a/components/dropdowns/node_modules/aws-sdk/README.md +++ b/components/dropdowns/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 69c1bdb9..c1b5ba23 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-dropdowns", - "version": "26.1.42", + "version": "26.2.4", "description": "Essential JS 2 DropDown Components for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 17e91b2a..583c0953 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 26.2.5 (2024-07-26) + +### GanttChart + +#### Bug fixes + +- `#I608398` - `autoCalculateDateScheduling` property not working properly with `loadChildOnDemand` feature issue has been fixed. +- `#896027` - `UpdateTaskId` method not working properly issue has been fixed. + +- `#896027` - `UpdateTaskId` method not working properly issue has been fixed. + ## 26.2.4 (2024-07-24) ### GanttChart diff --git a/components/gantt/node_modules/@types/eslint/README.md b/components/gantt/node_modules/@types/eslint/README.md index 9c477f12..a5f2930b 100644 --- a/components/gantt/node_modules/@types/eslint/README.md +++ b/components/gantt/node_modules/@types/eslint/README.md @@ -8,7 +8,7 @@ This package contains type definitions for eslint (https://eslint.org). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint. ### Additional Details - * Last updated: Thu, 18 Apr 2024 18:35:25 GMT + * Last updated: Mon, 22 Jul 2024 16:38:53 GMT * Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) # Credits diff --git a/components/gantt/node_modules/aws-sdk/README.md b/components/gantt/node_modules/aws-sdk/README.md index acd449a7..328a84a6 100644 --- a/components/gantt/node_modules/aws-sdk/README.md +++ b/components/gantt/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/gantt/package.json b/components/gantt/package.json index fcbf7be6..48a45757 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-gantt", - "version": "26.1.42", + "version": "26.2.4", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/node_modules/@types/eslint/README.md b/components/grids/node_modules/@types/eslint/README.md index 9c477f12..a5f2930b 100644 --- a/components/grids/node_modules/@types/eslint/README.md +++ b/components/grids/node_modules/@types/eslint/README.md @@ -8,7 +8,7 @@ This package contains type definitions for eslint (https://eslint.org). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint. ### Additional Details - * Last updated: Thu, 18 Apr 2024 18:35:25 GMT + * Last updated: Mon, 22 Jul 2024 16:38:53 GMT * Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) # Credits diff --git a/components/grids/node_modules/aws-sdk/README.md b/components/grids/node_modules/aws-sdk/README.md index acd449a7..328a84a6 100644 --- a/components/grids/node_modules/aws-sdk/README.md +++ b/components/grids/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/grids/package.json b/components/grids/package.json index df92c63c..a6221390 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-grids", - "version": "26.1.42", + "version": "26.2.4", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 18c3912f..152ba8ea 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### HeatMap diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md index a0d04a9e..cb57c405 100644 --- a/components/imageeditor/CHANGELOG.md +++ b/components/imageeditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 26.2.5 (2024-07-26) + +### Image Editor + +#### Bug Fixes + +- `#I614410` - The issue with "Pinch zoom functionality is not working properly on touch devices" has been resolved. + ## 26.2.4 (2024-07-24) ### Image Editor diff --git a/components/imageeditor/node_modules/aws-sdk/README.md b/components/imageeditor/node_modules/aws-sdk/README.md index e3d1e411..328a84a6 100644 --- a/components/imageeditor/node_modules/aws-sdk/README.md +++ b/components/imageeditor/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json index eedceee8..bf189299 100644 --- a/components/imageeditor/package.json +++ b/components/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-image-editor", - "version": "26.1.41", + "version": "26.2.4", "description": "Essential JS 2 ImageEditor for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md index d55fb552..211dce45 100644 --- a/components/inputs/CHANGELOG.md +++ b/components/inputs/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### TextBox diff --git a/components/kanban/CHANGELOG.md b/components/kanban/CHANGELOG.md index 2de74952..a1127157 100644 --- a/components/kanban/CHANGELOG.md +++ b/components/kanban/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Kanban diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md index aa98f34f..77efbfa3 100644 --- a/components/lists/CHANGELOG.md +++ b/components/lists/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### ListBox diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 99fb7d2b..54e2a65b 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## 26.2.5 (2024-07-26) + +### PDF Viewer + +#### Bug Fixes + +- `#I605917` - Now, duplicate form fields are not added to the collection when loading the provided document. +- `#I610387` - Now, the spinner shown properly when we click the save button. +- `#I611496` - Now, the page render request is sent correctly when the `zoomMode` is set with a specific viewer container size and the page render request is not sent if `restrictZoomRequest` is set to true and `enableTileRendering` is set to false. + ## 26.2.4 (2024-07-24) ### PDF Viewer diff --git a/components/pdfviewer/node_modules/@syncfusion/ej2-pdf/node_modules/@types/node/README.md b/components/pdfviewer/node_modules/@syncfusion/ej2-pdf/node_modules/@types/node/README.md index f41d7a62..7d75f1c5 100644 --- a/components/pdfviewer/node_modules/@syncfusion/ej2-pdf/node_modules/@types/node/README.md +++ b/components/pdfviewer/node_modules/@syncfusion/ej2-pdf/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Tue, 16 Jul 2024 20:07:33 GMT + * Last updated: Tue, 23 Jul 2024 18:09:25 GMT * Dependencies: [undici-types](https://npmjs.com/package/undici-types) # Credits diff --git a/components/pdfviewer/node_modules/aws-sdk/README.md b/components/pdfviewer/node_modules/aws-sdk/README.md index e3d1e411..328a84a6 100644 --- a/components/pdfviewer/node_modules/aws-sdk/README.md +++ b/components/pdfviewer/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 0c9475fb..4e353225 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "26.1.42", + "version": "26.2.4", "description": "Essential JS 2 PDF viewer Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/pivotview/node_modules/aws-sdk/README.md b/components/pivotview/node_modules/aws-sdk/README.md index e3d1e411..328a84a6 100644 --- a/components/pivotview/node_modules/aws-sdk/README.md +++ b/components/pivotview/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 7a5a31b1..2a63fdee 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "26.1.42", + "version": "26.2.4", "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index ff050066..00935538 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Tooltip diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index bc4bbd93..c940c23e 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### QueryBuilder diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index bbe333e9..a4201366 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -14,6 +14,12 @@ - `#I572346` - Now, the mention tags should not be added within the span while pasting in the Rich Text Editor. +- `#I609672` - Now, the previously uploaded image is removed from the server when a new image is uploaded in the insert image dialog in the Rich Text Editor. + +- `#I609672` - Now, pasting an image into the Rich Text Editor in the Firefox browser from the local machine, the image will be uploaded properly. + +- `#I610812` - Now, the floating toolbar will work properly when the Rich Text Editor is rendered inside the dialog. + ## 26.1.42 (2024-07-16) ### RichTextEditor diff --git a/components/richtexteditor/node_modules/@types/eslint/README.md b/components/richtexteditor/node_modules/@types/eslint/README.md index 9c477f12..a5f2930b 100644 --- a/components/richtexteditor/node_modules/@types/eslint/README.md +++ b/components/richtexteditor/node_modules/@types/eslint/README.md @@ -8,7 +8,7 @@ This package contains type definitions for eslint (https://eslint.org). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint. ### Additional Details - * Last updated: Thu, 18 Apr 2024 18:35:25 GMT + * Last updated: Mon, 22 Jul 2024 16:38:53 GMT * Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) # Credits diff --git a/components/richtexteditor/node_modules/aws-sdk/README.md b/components/richtexteditor/node_modules/aws-sdk/README.md index acd449a7..328a84a6 100644 --- a/components/richtexteditor/node_modules/aws-sdk/README.md +++ b/components/richtexteditor/node_modules/aws-sdk/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 5b7fb32d..0baf57d9 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "26.1.42", + "version": "26.2.4", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/CHANGELOG.md b/components/schedule/CHANGELOG.md index 956414a1..3bbf714f 100644 --- a/components/schedule/CHANGELOG.md +++ b/components/schedule/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Schedule diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 06c29359..98b5d0aa 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### DropDownButton diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 836f4719..2bb3d33f 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Spreadsheet diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md index c4437827..4e8cfdf4 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 26.2.4 (2024-07-24) +## 26.2.5 (2024-07-26) ### Tree Grid