From abcfe27fc655ce261bc9461a5f6044bb5d10b7f6 Mon Sep 17 00:00:00 2001 From: pipeline Date: Wed, 31 Jan 2024 14:30:43 +0000 Subject: [PATCH] v24.2.3 is released --- components/barcodegenerator/CHANGELOG.md | 2 +- components/buttons/CHANGELOG.md | 8 +++++++ components/calendars/CHANGELOG.md | 8 +++++++ components/calendars/package.json | 2 +- components/charts/package.json | 2 +- components/circulargauge/package.json | 11 +++++----- components/diagrams/CHANGELOG.md | 22 +++++++++++++++++++ components/diagrams/package.json | 2 +- components/documenteditor/package.json | 2 +- components/dropdowns/package.json | 2 +- components/filemanager/package.json | 2 +- components/gantt/CHANGELOG.md | 9 ++++++++ components/gantt/package.json | 2 +- components/grids/CHANGELOG.md | 11 ++++++++++ components/grids/package.json | 2 +- components/heatmap/CHANGELOG.md | 2 +- components/inputs/package.json | 2 +- components/kanban/package.json | 2 +- components/layouts/package.json | 15 +++++-------- components/maps/package.json | 2 +- components/navigations/CHANGELOG.md | 14 ++++++++++++ components/notifications/package.json | 16 +++++--------- components/pdfviewer/CHANGELOG.md | 28 ++++++++++++++++++++++++ components/pivotview/CHANGELOG.md | 12 ++++++++++ components/pivotview/package.json | 2 +- components/popups/CHANGELOG.md | 8 +++++++ components/progressbar/package.json | 11 +++++----- components/querybuilder/CHANGELOG.md | 10 ++++++++- components/querybuilder/package.json | 2 +- components/richtexteditor/CHANGELOG.md | 10 +++++++++ components/richtexteditor/package.json | 2 +- components/schedule/package.json | 14 +++++------- components/spreadsheet/CHANGELOG.md | 17 ++++++++++---- components/spreadsheet/package.json | 2 +- 34 files changed, 197 insertions(+), 61 deletions(-) diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md index cc03f57e..bd5fa48d 100644 --- a/components/barcodegenerator/CHANGELOG.md +++ b/components/barcodegenerator/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### Barcode diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md index d59e195b..20a7c329 100644 --- a/components/buttons/CHANGELOG.md +++ b/components/buttons/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Switch + +#### Bug Fixes + +- `#I547814` - The issue with "Script error thrown when using toggle in angular platform" has been resolved. + ## 24.1.46 (2024-01-17) ### Checkbox diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md index 5fc00d87..40d7de37 100644 --- a/components/calendars/CHANGELOG.md +++ b/components/calendars/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### DateTimePicker + +#### Bug Fixes + +- `#I541657` - Fixed an issue where the change event in the DateTimePicker was firing after the first time losing focus when milliseconds were included. + ## 24.1.47 (2024-01-23) ### DateRangePicker diff --git a/components/calendars/package.json b/components/calendars/package.json index 9ce47c9d..dfd22c45 100644 --- a/components/calendars/package.json +++ b/components/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-calendars", - "version": "24.1.44", + "version": "24.1.47", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/charts/package.json b/components/charts/package.json index 5c62e861..1b5717a8 100644 --- a/components/charts/package.json +++ b/components/charts/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-charts", - "version": "24.1.46", + "version": "24.1.47", "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/circulargauge/package.json b/components/circulargauge/package.json index f6590d67..8d2bdfa5 100644 --- a/components/circulargauge/package.json +++ b/components/circulargauge/package.json @@ -5,27 +5,26 @@ "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ - "react", - "reactjs", - "react-circulargauge", + "ej2", + "syncfusion", "ej2-react-circulargauge" ], "repository": { "type": "git", - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" + "url": "https://github.com/syncfusion/ej2-react-circulargauge.git" }, "main": "./dist/ej2-react-circulargauge.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-react-circulargauge.es2015.js", "readme": "ReadMe.md", "dependencies": { + "awesome-typescript-loader": "^3.1.3", + "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-circulargauge": "*" }, "devDependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", "@types/jasmine": "2.8.22", diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md index fe07c9ae..2fdffd6f 100644 --- a/components/diagrams/CHANGELOG.md +++ b/components/diagrams/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Diagram + +#### Bug Fixes + +- `#I533824` - Now, textAlign Justify is working correctly. +- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes. +- `#FB50125` - Now, symbols are rendered properly in symbol palette. + +## 24.1.47 (2024-01-23) + +### Diagram + +#### Bug Fixes + +- `#I538596` - Now, resizing group node with pivot point works fine. +- `#FB49421` - Now, selector renders at initial for multiselect tool. +- `#I534426` - Now, Complex hierarchical tree layout is working fine while injecting line routing. +- `#F186044` - Now, swimlane phase properties are dynamically updated during drag and drop operations. +- `#F185333` - Now, swimlane header properties are dynamically updated during drag and drop operations. + ## 24.1.46 (2024-01-17) ### Diagram diff --git a/components/diagrams/package.json b/components/diagrams/package.json index 0471e6f3..bdd5890f 100644 --- a/components/diagrams/package.json +++ b/components/diagrams/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-diagrams", - "version": "24.1.46", + "version": "24.1.47", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json index e7f54d6d..a50bdf91 100644 --- a/components/documenteditor/package.json +++ b/components/documenteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-documenteditor", - "version": "24.1.46", + "version": "24.1.47", "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json index 90421874..8c2f595b 100644 --- a/components/dropdowns/package.json +++ b/components/dropdowns/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-dropdowns", - "version": "24.1.46", + "version": "24.1.47", "description": "Essential JS 2 DropDown Components for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/filemanager/package.json b/components/filemanager/package.json index 02bd9edd..7b44c50c 100644 --- a/components/filemanager/package.json +++ b/components/filemanager/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-filemanager", - "version": "24.1.45", + "version": "24.1.47", "description": "Essential JS 2 FileManager Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md index 1ee78c48..8b8685cf 100644 --- a/components/gantt/CHANGELOG.md +++ b/components/gantt/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### GanttChart + +#### Bug Fixes + +- `#I540355` - RTE create column not working in dialog box issue has been fixed. +- `#I543351` - The taskbar render validation not working properly issue has been fixed. + ## 24.1.47 (2024-01-23) ### GanttChart diff --git a/components/gantt/package.json b/components/gantt/package.json index 8e0edc75..5566a8f5 100644 --- a/components/gantt/package.json +++ b/components/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-gantt", - "version": "24.1.46", + "version": "24.1.47", "description": "Essential JS 2 Gantt Component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md index 8bd938c1..5ed71421 100644 --- a/components/grids/CHANGELOG.md +++ b/components/grids/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Grid + +#### Bug fixes + +- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data. +- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid. +- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements. +- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved. + ## 24.1.47 (2024-01-23) ### Grid diff --git a/components/grids/package.json b/components/grids/package.json index 85c48cd6..231553e9 100644 --- a/components/grids/package.json +++ b/components/grids/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-grids", - "version": "24.1.46", + "version": "24.1.47", "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md index 30072c88..20937bfa 100644 --- a/components/heatmap/CHANGELOG.md +++ b/components/heatmap/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### HeatMap diff --git a/components/inputs/package.json b/components/inputs/package.json index a258d9f3..75e254b2 100644 --- a/components/inputs/package.json +++ b/components/inputs/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-inputs", - "version": "24.1.45", + "version": "24.1.47", "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/kanban/package.json b/components/kanban/package.json index 020f7e07..438f14a4 100644 --- a/components/kanban/package.json +++ b/components/kanban/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-kanban", - "version": "24.1.46", + "version": "24.1.47", "description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/layouts/package.json b/components/layouts/package.json index 674a96ef..fb522e80 100644 --- a/components/layouts/package.json +++ b/components/layouts/package.json @@ -5,29 +5,26 @@ "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ - "react-splitter", - "react-split-panes", - "react-split-area", - "react-split-view", - "react-split-layout", - "react-dashboardlayout" + "ej2", + "syncfusion", + "ej2-react-layouts" ], "repository": { "type": "git", - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" + "url": "https://github.com/syncfusion/ej2-react-layouts.git" }, "main": "./dist/ej2-react-layouts.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-react-layouts.es2015.js", "readme": "ReadMe.md", "dependencies": { + "awesome-typescript-loader": "^3.1.3", + "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-layouts": "*" }, "devDependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", "@types/jasmine": "2.8.22", diff --git a/components/maps/package.json b/components/maps/package.json index 79503bc1..08d5dc55 100644 --- a/components/maps/package.json +++ b/components/maps/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-maps", - "version": "24.1.41", + "version": "24.1.47", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md index ba6bfd14..3fa0d279 100644 --- a/components/navigations/CHANGELOG.md +++ b/components/navigations/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Menu + +#### Bug Fixes + +- The issue with "Sub menu not opening properly while opens the next to next menu" has been resolved. + +### Tab + +#### Bug fixes + +- `#I546255` - An issue tab switching on disable item has been resolved. + ## 24.1.46 (2024-01-17) ### Menu diff --git a/components/notifications/package.json b/components/notifications/package.json index 3994067b..43174432 100644 --- a/components/notifications/package.json +++ b/components/notifications/package.json @@ -5,30 +5,26 @@ "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ - "react", - "ej2-react-notifications", - "react-notifications", - "react-toast", - "react-toaster", - "react-message", - "react-skeleton" + "ej2", + "syncfusion", + "ej2-react-notifications" ], "repository": { "type": "git", - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" + "url": "https://github.com/syncfusion/ej2-react-notifications.git" }, "main": "./dist/ej2-react-notifications.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-react-notifications.es2015.js", "readme": "ReadMe.md", "dependencies": { + "awesome-typescript-loader": "^3.1.3", + "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-notifications": "*" }, "devDependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", "@types/jasmine": "2.8.22", diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 66b27827..a3700009 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,34 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### PDF Viewer + +#### Bug Fixes + +- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode. +- `#I537053` - Now, the highlight button does not appear focused even after being clicked again. +- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document. +- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes. +- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes. +- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down. +- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer. +- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%. +- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices. +- `#I533379` - Now, the freetext fill color is updated correctly. +- `#I539640` - Now, the ink annotation is rendered properly in the downloaded document in Stand-alone PDF Viewer. + +## 24.1.47 (2024-01-23) + +### PDF Viewer + +#### Bug Fixes + +- `#I537869` - Now, the text markup annotation comments are properly displayed after exporting and importing the text markup annotation. +- `#I538222` - Now, the annotations are appeared properly in the provided rotated PDF document. +- `#I536060` - Now, the form field values export programmatically when updating the `isChecked` property on checkbox. + ## 24.1.46 (2024-01-17) ### PDF Viewer diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md index 4ca5ddd0..00f9271c 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### PivotTable + +#### Bug fixes + +- `#I544455` - When we bind no fields to the value axis using the server-side engine, the static pivot field list will now be rendered properly. + +#### New features + +- `#F184050` - Added error handling support when fetching data from an OLAP cube using an incorrect MDX query during the pivot table's initial rendering. + ## 24.1.47 (2024-01-23) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index 9225f197..ea54c781 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-pivotview", - "version": "24.1.46", + "version": "24.1.47", "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 React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/popups/CHANGELOG.md b/components/popups/CHANGELOG.md index 07dd3fc9..c3bc899d 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### Tooltip + +#### Bug Fixes + +- `#I533557` - The console error that occurs when the parent component containing the Tooltip component is removed from the DOM has been resolved. + ## 24.1.46 (2024-01-17) ### Tooltip diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 6b16710d..fc9abaec 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -5,27 +5,26 @@ "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ - "react", - "reactjs", - "react-progressbar", + "ej2", + "syncfusion", "ej2-react-progressbar" ], "repository": { "type": "git", - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" + "url": "https://github.com/syncfusion/ej2-react-progressbar.git" }, "main": "./dist/ej2-react-progressbar.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-react-progressbar.es2015.js", "readme": "ReadMe.md", "dependencies": { + "awesome-typescript-loader": "^3.1.3", + "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-progressbar": "*" }, "devDependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", "@types/jasmine": "2.8.22", diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index 345e9acc..9f129354 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.1.46 (2024-01-17) + +### QueryBuilder + +#### Bug Fixes + +- `#I867810` - Issue with Script error thrown in the header template while adding and deleting the conditions has been fixed. + +## 24.1.46 (2024-01-17) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 2b6ae948..edbd8389 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-querybuilder", - "version": "24.1.45", + "version": "24.1.46", "description": "Essential JS 2 QueryBuilder for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index b3ebdd7b..037fcfd4 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.2.3 (2024-01-31) + +### RichTextEditor + +#### Bug Fixes + +- `#I534487` - Now, applying the bold format to the Rich Text Editor when focusing on another Rich Text Editor in the page works properly. + ## 24.1.47 (2024-01-23) ### RichTextEditor @@ -9,6 +17,8 @@ #### Bug Fixes - `#I542710` - Now, pressing the `tab` key in the list applies the nested list properly when the mention component is used in the Rich Text Editor. +- `#I541522` - Now, when the window is resized to the minimum width, the Rich Text Editor's content font size is updated properly. +- `#I534094` - Now, when using the `click` event with a custom toolbar template, the Rich Text Editor works properly. ## 24.1.46 (2024-01-17) diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index b9f00be1..1522cac4 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-richtexteditor", - "version": "24.1.46", + "version": "24.1.47", "description": "Essential JS 2 RichTextEditor component for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/schedule/package.json b/components/schedule/package.json index 1ab07864..42817630 100644 --- a/components/schedule/package.json +++ b/components/schedule/package.json @@ -5,28 +5,26 @@ "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ - "react", - "reactjs", - "react-schedule", - "react-scheduler", - "ej2-react-scheduler" + "ej2", + "syncfusion", + "ej2-react-schedule" ], "repository": { "type": "git", - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" + "url": "https://github.com/syncfusion/ej2-react-schedule.git" }, "main": "./dist/ej2-react-schedule.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-react-schedule.es2015.js", "readme": "ReadMe.md", "dependencies": { + "awesome-typescript-loader": "^3.1.3", + "source-map-loader": "^0.2.1", "@syncfusion/ej2-base": "*", "@syncfusion/ej2-react-base": "*", "@syncfusion/ej2-schedule": "*" }, "devDependencies": { - "awesome-typescript-loader": "^3.1.3", - "source-map-loader": "^0.2.1", "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", "@types/jasmine": "2.8.22", diff --git a/components/spreadsheet/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 27ad192e..5443530c 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,14 +2,14 @@ ## [Unreleased] -## 24.1.47 (2024-01-23) +## 24.2.3 (2024-01-31) ### Spreadsheet -#### Bug fixes +#### Features -- `#I530807` - Issue with "position of the named range drop-down popup is incorrect on mobile devices" has been resolved. -- `#I530834` - Issue with "on mobile devices, list validation drop-down popup appears in the wrong position on the list validation applied cell" has been resolved. +- `#I530805` - Provided draggable support for the find dialogue when rendering on the mobile device. +- `#I517662` - Provided methods for programmatically selecting and deselecting the chart and image. ## 24.1.41 (2023-12-18) @@ -1318,6 +1318,15 @@ The Spreadsheet is an user interactive component to organize and analyze data in - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices. +## 24.1.47 (2024-01-23) + +### Spreadsheet + +#### Bug fixes + +- `#I530807` - Issue with "position of the named range drop-down popup is incorrect on mobile devices" has been resolved. +- `#I530834` - Issue with "on mobile devices, list validation drop-down popup appears in the wrong position on the list validation applied cell" has been resolved. + ## 24.1.46 (2024-01-17) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 2ef6fc40..6bf7afa8 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-react-spreadsheet", - "version": "24.1.46", + "version": "24.1.47", "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",