Skip to content

Commit 2ceb1f8

Browse files
author
pipeline
committed
v24.2.5 is released
1 parent 7225355 commit 2ceb1f8

File tree

43 files changed

+239
-26
lines changed

Some content is hidden

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

43 files changed

+239
-26
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.2.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### SpeedDial
8+
9+
#### Bug Fixes
10+
11+
- `FAB` and `SpeedDial` control `readme.md` file updated.
12+
513
## 24.2.3 (2024-01-31)
614

715
### Switch

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I860067` - Resolved an issue where users were unable to focus on the Today button using the Tab key.
12+
513
## 24.2.3 (2024-01-31)
614

715
### DateTimePicker

components/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### StockChart
8+
9+
#### Bug Fixes
10+
11+
- `#I549996` - Now, the stock chart axis labels render properly.
12+
513
## 24.2.4 (2024-02-06)
614

715
### Chart

components/charts/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-angular-charts",
3-
"version": "24.2.3",
3+
"version": "24.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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
12+
513
## 24.2.4 (2024-02-06)
614

715
### Diagram

components/diagrams/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-angular-diagrams",
3-
"version": "24.2.3",
3+
"version": "24.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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I554171` - Resolved the document corruption in save as blob exported document.
12+
- `#I544606` - Resolved the arabic text selection issue when selecting justified rtl paragraph.
13+
- `#I544673` - Resolved the page number field text update issue.
14+
- `#I543368` - Resolved the numbers of each section has been changed to roman numerals issue.
15+
- `#I543923` - Resolved the extra table is being displayed on the first page.
16+
517
## 24.2.4 (2024-02-06)
618

719
### DocumentEditor

components/documenteditor/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-angular-documenteditor",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I552553` - Issue with "Multiselect box mode, the selected value is not clear while using backspace" has been resolved.
18+
- `#I545627` - Resolved an issue where the "aria-label" in Multiselect was not being read by JAWS.
19+
520
## 24.2.4 (2024-02-06)
621

722
### ListBox

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-angular-dropdowns",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I553140` - The high risk vulnerability issue with 'unset-value' dependency in the FileManager component is resolved.
12+
513
## 24.1.47 (2024-01-23)
614

715
### FileManager

components/gantt/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I544540` - Offset value not calculated properly issue has been fixed.
12+
- `#I552745` - Pressing enter key in dialog refresh the Gantt issue has been fixed.
13+
- `#I551289` - The zoom in action before horizontal scroll, after the zoom action triggers, alignment issues occur issue has been fixed.
14+
- `#I532096` - Failing Karma Test cases in Angular issue has been fixed.
15+
16+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17+
518
## 24.2.4 (2024-02-06)
619

720
### GanttChart
@@ -13,7 +26,7 @@
1326
- `#I549638` - The taskbar edit action is not working in RTL mode issue has been fixed.
1427
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
1528

16-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
29+
- `#I544478` - Validation rules not working for numeric field issue has been fixed.
1730

1831
## 24.2.3 (2024-01-31)
1932

components/gantt/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-angular-gantt",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I545865` - Resolved the issue where the grid aggregate value was not updating correctly after filtering and editing.
12+
- `#I545552` - The Excel filter is not displaying the advanced filtering sub menu items when selecting number/text/date filtering options on mobile and tablet devices.
13+
514
## 24.2.4 (2024-02-06)
615

716
### Grid

components/grids/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-angular-grids",
3-
"version": "24.2.3",
3+
"version": "24.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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Shape Settings not updated properly for annotations" has been resolved.
12+
- `#I550096` - The issue with "The Image Editor rendered over a dialog, reloads the page while selecting the browse here content of the image editor" has been resolved.
13+
514
## 24.2.4 (2024-02-06)
615

716
### Image Editor
@@ -11,6 +20,7 @@
1120
- The issue with "Undo redo not proper with annotations and frame" has been resolved.
1221
- The issue with "Toolbar updating event argument values are not updated properly" has been resolved.
1322
- The issue with "Text area is unable to deselect while placing an external text area with Image Editor" has been resolved.
23+
- The issue with "Slider mouse up event not proper" has been resolved.
1424

1525
## 24.1.46 (2024-01-17)
1626

components/imageeditor/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-angular-image-editor",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,11 @@ The In-place Editor component is used to edit and update the input value dynamic
261261
- **Globalization** - Provides right to left and localization support.
262262

263263

264+
## 24.2.4 (2024-02-06)
265+
266+
### In-place Editor
267+
268+
#### Bug Fixes
269+
270+
- `#I540657` - Fixed issue where the PasteCleanupSettings feature was not working properly when the type was set to 'RTE'.
271+

components/inplaceeditor/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-angular-inplace-editor",
3-
"version": "21.3.6",
3+
"version": "24.2.4",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### MaskedTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#FB49729` - Issue with "Console error occurs When Submitting the Form" has been resolved.
12+
513
## 24.2.4 (2024-02-06)
614

715
### Uploader

components/inputs/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-angular-inputs",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.2.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Dashboard Layout
88

components/lists/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-angular-lists",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 24.2.4 (2024-02-06)
14+
## 24.2.5 (2024-02-13)
1515

1616
### Maps
1717

components/navigations/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-angular-navigations",
3-
"version": "24.2.3",
3+
"version": "24.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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.2.4 (2024-02-06)
5+
## 24.2.5 (2024-02-13)
66

77
### Toast
88

components/pdfviewer/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I543533` - Now, the `annotationPropertiesChange` event is triggered when updating the freetext annotation value for the first time.
12+
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
13+
- `#I549061` - Now, the text markup selection is working properly in mobile devices.
14+
- `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
15+
- `#I542451` - Now, the background color of the freeText annotation does not appear as black after downloading the document in a Stand-alone PDF Viewer.
16+
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
17+
518
## 24.2.4 (2024-02-06)
619

720
### PDF Viewer

components/pdfviewer/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-angular-pdfviewer",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.2.5 (2024-02-13)
6+
7+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
12+
- `#I548199` - When using the server-side engine, the "SaveAs" toolbar option will now work properly in the pivot table with a CSV data source.
13+
- `#I548188` - Filter dialog members will now be properly sorted for date type fields in the pivot table.
14+
- `#I549549` - The number formatting dialog will not be closed unnecessarily when you click the overlay in the pivot table.
15+
- `#I548580` - When using the server-side engine, drill-through data for calculated field values in the pivot table will now be properly displayed.
16+
517
## 24.2.4 (2024-02-06)
618

719
### PivotTable

components/pivotview/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-angular-pivotview",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)