Skip to content

Commit c1882bd

Browse files
author
pipeline
committed
v25.2.7 is released
1 parent c0bf265 commit c1882bd

File tree

29 files changed

+121
-27
lines changed

29 files changed

+121
-27
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-
## 25.2.6 (2024-05-28)
5+
## 25.2.7 (2024-06-04)
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+
## 25.2.7 (2024-06-04)
6+
7+
### Speed Dial
8+
9+
#### Bug Fixes
10+
11+
- `#I591414` - Now the issue with unable to click the Speed Dial items when `opensOnHover` property is enabled has been resolved.
12+
513
## 25.2.6 (2024-05-28)
614

715
### Switch

components/buttons/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-buttons",
3-
"version": "25.2.4",
3+
"version": "25.2.6",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.7 (2024-06-04)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I594041` - Fixed an issue where the `tab` key and `escape` key were not functioning correctly.
18+
519
## 25.2.5 (2024-05-21)
620

721
### TimePicker

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": "25.2.5",
3+
"version": "25.2.6",
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/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.7 (2024-06-04)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I586051` - Resolved the script error when passing null value to open API.
12+
- `#F188215` - Resolved the Horizontal scrollbar in Continuous layout type.
13+
- `#I576525` - Resolved the script error issue when inserting bookmarks with the same name.
14+
- `#I578500` - Resolved the hanging and layout issue when split the widow control paragraph inside table.
15+
- `#I588495` - Resolved the hanging issue when opening a document with big image inside table.
16+
- `#I592601` - Resolved a script error when undoing style changes.
17+
- `#I592608` - Resolved a content syncing issue when switching paste options.
18+
519
## 25.2.6 (2024-05-28)
620

721
### 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": "25.2.5",
3+
"version": "25.2.6",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#I587743` - Fixed an accessibility issue in MultiSelect to improve usability for all users.
1112
- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.
1213

1314
## 25.2.5 (2024-05-21)

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

components/filemanager/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-filemanager",
3-
"version": "25.2.3",
3+
"version": "25.2.6",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.7 (2024-06-04)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I588548` - Taskbar template not working with `enableMultitaskbar` feature issue has been fixed.- `#I590430` - Delete dependency button in context menu not showing for parent taskbar issue has been fixed.
12+
- `#I589264` - `updateRecordById` method not working properly when `enableImmutableMode` enabled issue has been fixed.
13+
- `#I590132` - Editing issue for the grid rendered inside a custom column issue has been fixed.
14+
- `#I587961` - Incorrect dependency value while using remote data issue has been fixed.
15+
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
16+
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
17+
- `#I591024` - Dependency line is not shown on initial load and after edit in virtual mode issue has been fixed.
18+
19+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
20+
521
## 25.2.6 (2024-05-28)
622

723
### GanttChart
@@ -15,7 +31,7 @@
1531
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
1632
- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed.
1733

18-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
34+
- `#I588524` - Custom value in segment not maintained issue has been fixed.
1935

2036
## 25.2.5 (2024-05-21)
2137

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": "25.2.5",
3+
"version": "25.2.6",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.2.7 (2024-06-04)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I580162` - Resolved the issue where custom group aggregate function not working properly when using `disablePageWiseAggregates`.
12+
513
## 25.2.6 (2024-05-28)
614

715
### 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": "25.2.5",
3+
"version": "25.2.6",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.6 (2024-05-28)
5+
## 25.2.7 (2024-06-04)
66

77
### Image Editor
88

components/inputs/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-
## 25.2.6 (2024-05-28)
5+
## 25.2.7 (2024-06-04)
66

77
### TextBox
88

components/kanban/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-kanban",
3-
"version": "25.2.3",
3+
"version": "25.2.6",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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+
## 25.2.6 (2024-05-28)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I586334` - The issue where the TreeView checkbox state is read twice in the NVDA tool when using the Edge browser has been resolved.
12+
513
## 25.2.4 (2024-05-14)
614

715
### ContextMenu

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": "25.2.4",
3+
"version": "25.2.6",
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/pdfviewer/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+
## 25.2.7 (2024-06-04)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I583706` - Now, the PDF Viewer scroll bar was not updated after deleting the existing value using API from the signature field.
12+
513
## 25.2.6 (2024-05-28)
614

715
### 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": "25.2.5",
3+
"version": "25.2.6",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.6 (2024-05-28)
5+
## 25.2.7 (2024-06-04)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 25.2.6 (2024-05-28)
6-
7-
### Tooltip
8-
9-
#### Bug Fixes
10-
11-
- `#I593268` - The flickering issue that occurred when the Tooltip component was opened has been resolved.
12-
135
## 25.1.42 (2024-04-30)
146

157
### Tooltip
@@ -654,6 +646,14 @@ Dialog is a window that displays information to the user, and used to get the us
654646
- **Keyboard Interaction** - The Dialog can be intractable through keyboard.
655647

656648

649+
## 25.2.6 (2024-05-28)
650+
651+
### Tooltip
652+
653+
#### Bug Fixes
654+
655+
- `#I593268` - The flickering issue that occurred when the Tooltip component was opened has been resolved.
656+
657657
## 25.1.41 (2024-04-23)
658658

659659
### Tooltip

components/popups/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-popups",
3-
"version": "25.2.4",
3+
"version": "25.2.6",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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+
## 25.2.7 (2024-06-04)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I887637` - Issue with Script error thrown in QueryBuilder when `clicking` the button group component in header template has been fixed.
12+
513
## 25.2.4 (2024-05-14)
614

715
### QueryBuilder

components/richtexteditor/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+
## 25.2.7 (2024-06-04)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I590215` - Now, clicking the cancel and close icon of the insert image dialog while uploading the image will cancel the image uploading API request.
12+
- `#I592457` - Now, when pasting an image in an empty paragraph with a `br` tag inside, the `br` tag is removed after the image is pasted in the Rich Text Editor..
13+
514
## 25.2.6 (2024-05-28)
615

716
### RichTextEditor

components/richtexteditor/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-richtexteditor",
3-
"version": "25.2.5",
3+
"version": "25.2.6",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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-schedule",
3-
"version": "25.2.4",
3+
"version": "25.2.6",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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-treegrid",
3-
"version": "25.2.5",
3+
"version": "25.2.6",
44
"description": "Essential JS 2 TreeGrid Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)