Skip to content

Commit 3ff09c0

Browse files
author
pipeline
committed
v25.2.5 is released
1 parent 9ae8e3b commit 3ff09c0

File tree

32 files changed

+181
-33
lines changed

32 files changed

+181
-33
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.4 (2024-05-14)
5+
## 25.2.5 (2024-05-21)
66

77
### Barcode
88

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

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+
## 25.2.5 (2024-05-21)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I587516` - Fixed an issue where the timepicker `prevValue` property was holding the current selected value instead of the previous value.
12+
513
## 25.1.40 (2024-04-16)
614

715
### DatePicker

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

components/charts/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.5 (2024-05-21)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I580553` - Accessibility issues are resolved, and now the score has become stable.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I581265` - Now, the Stacking Bar chart has been exported as a CSV file, and the CSV contains the appropriate data.
18+
519
## 25.2.4 (2024-05-14)
620

721
### 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-react-charts",
3-
"version": "25.2.3",
3+
"version": "25.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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.5 (2024-05-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I577994` - Now, After zooming and exporting the HTML content, the scroll Padding values are considered.
12+
- `#I586462` - Now, undo redo working properly after editing swimlane child node’s annotation.
13+
514
## 25.2.4 (2024-05-14)
615

716
### 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-react-diagrams",
3-
"version": "25.2.3",
3+
"version": "25.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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+
## 25.2.5 (2024-05-21)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I584933` - Resolved the Manage Styles is missing from the DocumentEditor.
12+
- `#I585396` - Resolved the odd cursor behaviour with superscript and subscript.
13+
- `#I583968` - Resolved the insert field issue when local paste is enabled.
14+
- `#I587711` - Resolved the spellcheck change all does not work on document opening case.
15+
- `#I586658` - Resolved the backspace issue while deleting list item.
16+
- `#I585406` - Resolved the spellcheck annotation disappears issue when cursor is in range.
17+
518
## 25.2.4 (2024-05-14)
619

720
### 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-react-documenteditor",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.5 (2024-05-21)
6+
7+
### DropDownTree
8+
9+
- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
10+
11+
### MultiSelect
12+
13+
#### Bug Fixes
14+
15+
- `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
16+
17+
### DropDownList
18+
19+
#### Bug Fixes
20+
21+
- `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
22+
- `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
23+
524
## 25.2.4 (2024-05-14)
625

726
### MultiSelect

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

components/gantt/CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,19 @@
22

33
## [Unreleased]
44

5-
## 25.2.4 (2024-05-14)
5+
## 25.2.5 (2024-05-21)
66

77
### GanttChart
88

99
#### Bug fixes
1010

11-
- `#I583075` - Duration is not calculated properly issue has been fixed.
12-
- `#I578781` - Delay in update of multiple dependency task issue has been fixed.
13-
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
14-
- `#I585348` - Record gets disappeared when adding new record in last page issue has been fixed.
15-
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
16-
- `#F187977` - The script error caused by multiple resources assigned to a single task issue has been resolved.
17-
- `#I580459` - When Germany `timezone` use, alignment issue occurs in weekend highlight and taskbar issue has been fixed.
11+
- `#I586588` - Event markers are hidden behind the taskbar in PDF exported file issue has been fixed.
12+
- `#I586588` - Console error throws while merging two segments with duration of one day issue has been fixed.
13+
- `#I463798` - Parent date changes when Unscheduled task is added issue has been fixed.
14+
- `#I582983` - The issue about date miscalculation when dragging the taskbar with timeline virtualization has been fixed.
1815

19-
- `#I583075` - Duration is not calculated properly issue has been fixed.
20-
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
16+
- `#I586588` - Event markers are hidden behind the taskbar in PDF exported file issue has been fixed.
17+
- `#I463798` - Parent date changes when Unscheduled task is added issue has been fixed.
2118

2219
## 25.2.3 (2024-05-08)
2320

@@ -2415,6 +2412,15 @@
24152412
- **Localization** - Provides inherent support to localize the UI.
24162413

24172414

2415+
## 25.2.4 (2024-05-14)
2416+
2417+
### GanttChart
2418+
2419+
#### Bug fixes
2420+
2421+
- `#I583075` - Duration is not calculated properly issue has been fixed.
2422+
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
2423+
24182424
## 21.1.36 (2023-06-28)
24192425

24202426
### GanttChart

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-react-gantt",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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+
## 25.2.5 (2024-05-21)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I582334` - Resolved the issue where the page orientation Landscape throws script error while pdf export.
12+
- `#I584344` - Localization not applied on grid's group expand icons issue was resolved.
13+
- `#I586600` - Resolved the issue where the Interface `BeforeDataBoundArgs` mismatches the actual event arguments.
14+
- `#I587235` - Resolved the issue where the `INVALID FORMAT` console warning documentation reference link not found issue.
15+
- `#I587421` - Resolved the duplicate ID accessibility issue occurring when using multiple data grids with column chooser on the same page.
16+
517
## 25.2.3 (2024-05-08)
618

719
### Grid

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.4 (2024-05-14)
5+
## 25.2.5 (2024-05-21)
66

77
### Image Editor
88

components/maps/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,33 @@
1111

1212
## [Unreleased]
1313

14+
## 25.2.5 (2024-05-21)
15+
16+
### Maps
17+
18+
#### Bug fixes
19+
20+
- `#I585591` - When setting different sizes for the Maps, the `latitude` and `longitude` values from the `tooltipRender` event will now be proper.
21+
- `#I584215` - Markers will now be rendered properly when the left mouse click is on hold and mouse wheel action is performed.
22+
- `#I584211` - Markers will now be in proper position when the panning action is performed in the Maps when the marker animation is in progress.
23+
1424
## 25.2.4 (2024-05-14)
1525

1626
### Maps
1727

1828
#### Bug Fixes
1929

30+
- `#I583752` - Legends for the markers will now maintain the toggled state when zoomed in or out.
31+
- `#I584887` - Exceptions will no longer be thrown when toggling the legend by enabling the `removeDuplicateLegend` property in the Maps.
32+
- `#I584215` - Panning will now work properly when the Maps is zoomed to the maximum level using keyboard interaction.
33+
34+
## 25.2.3 (2024-05-08)
35+
36+
### Maps
37+
38+
#### Bug Fixes
39+
40+
- `#I561947` - The duration of the tooltip in the Maps on the mobile device can be changed using the `duration` property in `tooltipSettings`. When the value is set to **0**, the tooltip will not be removed.
2041
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
2142

2243
## 25.1.41 (2024-04-23)

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

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-react-navigations",
3-
"version": "25.2.3",
3+
"version": "25.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.2.5 (2024-05-21)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I577813` - Now, the document is loading properly without any script errors when a value has already been included in the session storage by default.
12+
- `#I583019` - Now, the annotation collection and action collection will match in multiple undo.
13+
- `#I582982` - Now, the Undo does not retains the deleted annotation in annotation collection.
14+
- `#I580839`, `#I580793` - Now, the extra page is not appeared in the print preview when print the provided document.
15+
- `#I582676` - Now, the annotation order in the comment panel does not change when adding new annotations in the standalone PDF Viewer.
16+
- `#I586052` - Now, able to use markup annotations over shape annotations.
17+
- `#I586408` - Now, the form field ID is not missing in `FormFieldResizerArgs` event.
18+
- `#I583890` - Now, the Edit and Delete option will get disabled when use isCommentLock
19+
- `#I582388` - Now, the form field tab order is working properly for the customer-provided document.
20+
- `#I577318`, `#I577549` - Now, the `deleteFormField` method is working properly for the non-render pages.
21+
522
## 25.2.4 (2024-05-14)
623

724
### PDF Viewer
825

926
#### Bug Fixes
1027

11-
- `#I575320`- Now, the Form Fields data does not wrongly appear when exporting.
12-
- `#I583505`- Now, the Export annotations is properly working when drawing the annotation outside page boundaries.
28+
- `#I575320` - Now, the Form Fields data does not wrongly appear when exporting.
29+
- `#I583505` - Now, the Export annotations is properly working when drawing the annotation outside page boundaries.
1330
- `#I581452` - Now, the form field background and border color are set to transparent properly.
1431
- `#I585089` - Now, the annotation selector is properly removed when undoing annotations in select mode.
1532

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-react-pdfviewer",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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.5 (2024-05-21)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#F187958` - After disabling the defer layout update via check box option, defer layout update elements will be properly rendered when refreshing the pivot table component.
12+
- `#F188052` - Empty string members will now be properly filtered when virtualization is enabled in the pivot table.
13+
514
## 25.2.4 (2024-05-14)
615

716
### Pivot Table

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-react-pivotview",
3-
"version": "25.2.3",
3+
"version": "25.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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-popups",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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-react-querybuilder",
3-
"version": "25.2.3",
3+
"version": "25.2.4",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/ribbon/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.5 (2024-05-21)
6+
7+
### Ribbon
8+
9+
#### Bug Fixes
10+
11+
- `#I585010` - Now setting the ribbon ID dynamically using `htmlAttributes` breaks the UI with ribbon mode switching has been resolved.
12+
513
## 25.1.41 (2024-04-23)
614

715
### Ribbon

0 commit comments

Comments
 (0)