v25.2.3 is released
This commit is contained in:
Родитель
8563248d2d
Коммит
6e044bcba2
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-base",
|
||||
"version": "25.1.35",
|
||||
"version": "25.2.3",
|
||||
"description": "A common package of Essential JS 2 React base, methods and class definitions",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### DateTimePicker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.
|
||||
|
||||
## 25.1.40 (2024-04-16)
|
||||
|
||||
### DatePicker
|
||||
|
@ -1180,6 +1172,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
|
|||
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
|
||||
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### DateTimePicker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.
|
||||
|
||||
## 25.1.39 (2024-04-09)
|
||||
|
||||
### DateTimePicker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-calendars",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Accumulation Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I574491` - The right click function now works properly in the accumulation chart with the external mouse on the mac.
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I581265` - Now, the bar chart has been exported as a CSV file, and the CSV contains the appropriate data.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Accumulation Chart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-charts",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#572526` - Now, Adding child to group node using addChildToGroup method is working properly.
|
||||
- `#I568786` - Overview now updates properly across all browser zoom levels and resolutions.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-diagrams",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-documenteditor",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### ListBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I582752` - Issue with "Script error thrown in listbox when adding and removing items" has been resolved.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
### MultiSelect
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### FileManager
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
- The [`isPrimayKey`](https://ej2.syncfusion.com/documentation/api/file-manager/columnModel/#isprimarykey) property in the File Manager component `detailsViewSettings` has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
|
||||
|
||||
## 25.1.40 (2024-04-16)
|
||||
|
||||
### FileManager
|
||||
|
|
|
@ -5,9 +5,17 @@
|
|||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
"keywords": [
|
||||
"ej2",
|
||||
"syncfusion",
|
||||
"ej2-react-filemanager"
|
||||
"react",
|
||||
"reactjs",
|
||||
"react-filemanager",
|
||||
"react-file organizer",
|
||||
"react-file organizing tool",
|
||||
"react-file picker",
|
||||
"react-file viewer",
|
||||
"react-file browser",
|
||||
"react-file selector",
|
||||
"react-directory viewer",
|
||||
"JavaScript"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### GanttChart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-gantt",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 Gantt Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,12 +2,30 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I581295`- Resolved the warning message that was thrown when using the Freeze property with `virtualization` in grid.
|
||||
- `#I578930` - The focus issue related to Excel Filter has been fixed. As of now, when you cancel the custom filter option in Excel filter, the focus stays on the current column.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#FB52421`- Frozen grid virtual scrolling displays blank page after reorder is resolved.
|
||||
- `#FB52497`- Column chooser `SelectAll` option not working properly has been fixed.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#FB52588` - Fixed the content overlap issue in exported PDF documents in hierarchy grid.
|
||||
- `#I571259` - Resolved the issue where the `selectRow` method was not working when both `virtualization` and grouping were enabled in grid.
|
||||
- `#I569550` - Fixed the issue where focusing on the grid through the tab key press did not properly focus on the first cell of the grid.
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-grids",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
"keywords": [
|
||||
"ej2",
|
||||
"syncfusion",
|
||||
"react",
|
||||
"reactjs",
|
||||
"react-grids",
|
||||
"ej2-react-grids"
|
||||
],
|
||||
"repository": {
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Image Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- The issue with "dropdown button `popup` has empty space when using toolbar property in ImageEditor" has been resolved.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Image Editor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-image-editor",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 ImageEditor for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-inputs",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#### Bug Fixes
|
||||
|
||||
- `#I577841` - Now, the drag and drop of a card between the `swimlane` row works properly in the Kanban component.
|
||||
- `#I580926` - Now, Toggle columns are working properly when the Kanban contains no cards.
|
||||
|
||||
## 25.1.35 (2024-03-15)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-kanban",
|
||||
"version": "25.1.35",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### LinearGauge
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### ListView
|
||||
|
||||
|
|
|
@ -11,7 +11,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Maps
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-maps",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.41",
|
||||
"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",
|
||||
"keywords": [
|
||||
"ej2",
|
||||
"syncfusion",
|
||||
"react",
|
||||
"reactjs",
|
||||
"react-maps",
|
||||
"ej2-react-maps"
|
||||
],
|
||||
"repository": {
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Menu
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I582079` - The issue with "Context Menu position issue occurs when using multilevel submenus" has been resolved.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Menu
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-navigations",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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 React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I51830`- Now, the form field signature does not shift upwards every time the document is saved.
|
||||
- `#I573912` - Now, the custom image signature does not appears bold when opening the saved document.
|
||||
- `#I576319` - Now, the `extractTextCompleted` event was triggered properly in client-side rendering.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### PDF Viewer
|
||||
|
@ -12,6 +22,7 @@
|
|||
- `#I582426` - Now, the old JSON data will be imported in PDF Viewer without any issues.
|
||||
- `#I576350` - Now, the customer-provided document will be downloaded without any issues or script errors.
|
||||
- `#I576386` - Now, the script error will not occur after removing the `selectorLineDashArray` property.
|
||||
- `#I572623` - Now, the signature rendered properly after loading the customer-provided document in client-side rendering.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-pdfviewer",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 PDF viewer Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-pivotview",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-popups",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,12 +2,35 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I553588` - Issue with `setRulesFromSql` method is not working while using a field name like `"Name = '|_fn { keyword ' kFinishedProduct '}_|'"` has been fixed.
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F187657` - Provided the input event support for QueryBuilder numeric textbox value changes.
|
||||
- `#I585320` - Issue with Query builder dropdown list element removed when placed two query builder in same page while calling refresh method has been fixed.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F553588` - Issue with `setRulesFromSql` method is not working while using a field name like `"Name = '|_fn { keyword ' kFinishedProduct '}_|'"` has been fixed.
|
||||
|
||||
## 25.1.40 (2024-04-16)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I578463` - Issue with popups height is not updated properly in QueryBuilder sub field has been fixed.
|
||||
|
||||
## 25.1.38 (2024-04-02)
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-querybuilder",
|
||||
"version": "25.1.38",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 QueryBuilder for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
"keywords": [
|
||||
"ej2",
|
||||
"syncfusion",
|
||||
"ej2-react-querybuilder"
|
||||
"react",
|
||||
"reactjs",
|
||||
"syncfusion react query builder",
|
||||
"react query builder",
|
||||
"react query designer",
|
||||
"react filter"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Ribbon
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#### Bug Fixes
|
||||
|
||||
- `#I577917` - Now, The tooltips are destroyed when the dialog with the editor is closed by a keyboard action.
|
||||
- `#I52134` - Now, the cursor position remains in the correct place when you use InsertHtml executeCommand to insert text into Rich Text Editor after the table.
|
||||
- `#I572493` - Now, added the new `requestType` property to the `imageUploadSuccess` event argument in Rich Text Editor.
|
||||
- `#I577198` - Now, inserting the table into the RichTextEditor works properly by using the toolbar insert table.
|
||||
|
||||
## 25.1.40 (2024-04-16)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-richtexteditor",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 RichTextEditor component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Schedule
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I577454` - Issue with "cell values were not updating correctly in merged cells when scrolling through the spreadsheet content" has been resolved.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
### Spreadsheet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-spreadsheet",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I582383` - Fixed script error that occurred when reloading the page while using persistence along with frozen column in treegrid.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
### Tree Grid
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-treegrid",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 TreeGrid Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
"keywords": [
|
||||
"ej2",
|
||||
"syncfusion",
|
||||
"ej2-react-treegrid"
|
||||
"react",
|
||||
"reactjs",
|
||||
"react-treegrid",
|
||||
"JavaScript",
|
||||
"react-treelist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче