v25.2.3 is released
This commit is contained in:
Родитель
ae3d6e9444
Коммит
ea2d1b0e49
|
@ -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-angular-base",
|
||||
"version": "25.1.37",
|
||||
"version": "25.2.3",
|
||||
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"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-angular-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 Angular",
|
||||
"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-angular-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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"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
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### GanttChart
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### GanttChart
|
||||
|
@ -15,7 +25,9 @@
|
|||
- `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
|
||||
- `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
- `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
|
||||
- `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
|
||||
- `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
|
||||
|
||||
## 25.1.41 (2024-04-23)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-gantt",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 Gantt Component for Angular",
|
||||
"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,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -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-angular-image-editor",
|
||||
"version": "25.1.40",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 ImageEditor for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"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-angular-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 Angular",
|
||||
"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,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -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-angular-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 Angular",
|
||||
"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-angular-pdfviewer",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 PDF viewer Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,12 +2,29 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### 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,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-querybuilder",
|
||||
"version": "25.1.38",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 QueryBuilder for Angular",
|
||||
"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)
|
||||
|
||||
### 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-angular-richtexteditor",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 RichTextEditor component for Angular",
|
||||
"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,13 +2,13 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
## 25.2.3 (2024-05-08)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug fixes
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I575250` - Issue with "unable to save the spreadsheet data as excel file after choosing many cells with `Ctrl+click`" has been resolved.
|
||||
- `#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)
|
||||
|
||||
|
@ -1341,6 +1341,14 @@ 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.
|
||||
|
||||
|
||||
## 25.1.42 (2024-04-30)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- `#I575250` - Issue with "unable to save the spreadsheet data as excel file after choosing many cells with `Ctrl+click`" has been resolved.
|
||||
|
||||
## 25.1.40 (2024-04-16)
|
||||
|
||||
### Spreadsheet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-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 Angular",
|
||||
"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,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-treegrid",
|
||||
"version": "25.1.41",
|
||||
"version": "25.1.42",
|
||||
"description": "Essential JS 2 TreeGrid Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
Загрузка…
Ссылка в новой задаче