Skip to content

Commit

Permalink
v25.2.5 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed May 21, 2024
1 parent 9ae8e3b commit 3ff09c0
Show file tree
Hide file tree
Showing 32 changed files with 181 additions and 33 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.4 (2024-05-14)
## 25.2.5 (2024-05-21)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-buttons",
"version": "25.2.3",
"version": "25.2.4",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### TimePicker

#### Bug Fixes

- `#I587516` - Fixed an issue where the timepicker `prevValue` property was holding the current selected value instead of the previous value.

## 25.1.40 (2024-04-16)

### DatePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-calendars",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
14 changes: 14 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Accumulation Chart

#### Bug Fixes

- `#I580553` - Accessibility issues are resolved, and now the score has become stable.

### Chart

#### Bug Fixes

- `#I581265` - Now, the Stacking Bar chart has been exported as a CSV file, and the CSV contains the appropriate data.

## 25.2.4 (2024-05-14)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
9 changes: 9 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Diagram

#### Bug Fixes

- `#I577994` - Now, After zooming and exporting the HTML content, the scroll Padding values are considered.
- `#I586462` - Now, undo redo working properly after editing swimlane child node’s annotation.

## 25.2.4 (2024-05-14)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
13 changes: 13 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### DocumentEditor

#### Bug Fixes

- `#I584933` - Resolved the Manage Styles is missing from the DocumentEditor.
- `#I585396` - Resolved the odd cursor behaviour with superscript and subscript.
- `#I583968` - Resolved the insert field issue when local paste is enabled.
- `#I587711` - Resolved the spellcheck change all does not work on document opening case.
- `#I586658` - Resolved the backspace issue while deleting list item.
- `#I585406` - Resolved the spellcheck annotation disappears issue when cursor is in range.

## 25.2.4 (2024-05-14)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
19 changes: 19 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### DropDownTree

- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.

### MultiSelect

#### Bug Fixes

- `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.

### DropDownList

#### Bug Fixes

- `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
- `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.

## 25.2.4 (2024-05-14)

### MultiSelect
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "25.2.3",
"version": "25.2.4",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
26 changes: 16 additions & 10 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@

## [Unreleased]

## 25.2.4 (2024-05-14)
## 25.2.5 (2024-05-21)

### GanttChart

#### Bug fixes

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

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

## 25.2.3 (2024-05-08)

Expand Down Expand Up @@ -2415,6 +2412,15 @@
- **Localization** - Provides inherent support to localize the UI.


## 25.2.4 (2024-05-14)

### GanttChart

#### Bug fixes

- `#I583075` - Duration is not calculated properly issue has been fixed.
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.

## 21.1.36 (2023-06-28)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "25.2.3",
"version": "25.2.4",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Grid

#### Bug fixes

- `#I582334` - Resolved the issue where the page orientation Landscape throws script error while pdf export.
- `#I584344` - Localization not applied on grid's group expand icons issue was resolved.
- `#I586600` - Resolved the issue where the Interface `BeforeDataBoundArgs` mismatches the actual event arguments.
- `#I587235` - Resolved the issue where the `INVALID FORMAT` console warning documentation reference link not found issue.
- `#I587421` - Resolved the duplicate ID accessibility issue occurring when using multiple data grids with column chooser on the same page.

## 25.2.3 (2024-05-08)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.2.4 (2024-05-14)
## 25.2.5 (2024-05-21)

### Image Editor

Expand Down
21 changes: 21 additions & 0 deletions components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,33 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Maps

#### Bug fixes

- `#I585591` - When setting different sizes for the Maps, the `latitude` and `longitude` values from the `tooltipRender` event will now be proper.
- `#I584215` - Markers will now be rendered properly when the left mouse click is on hold and mouse wheel action is performed.
- `#I584211` - Markers will now be in proper position when the panning action is performed in the Maps when the marker animation is in progress.

## 25.2.4 (2024-05-14)

### Maps

#### Bug Fixes

- `#I583752` - Legends for the markers will now maintain the toggled state when zoomed in or out.
- `#I584887` - Exceptions will no longer be thrown when toggling the legend by enabling the `removeDuplicateLegend` property in the Maps.
- `#I584215` - Panning will now work properly when the Maps is zoomed to the maximum level using keyboard interaction.

## 25.2.3 (2024-05-08)

### Maps

#### Bug Fixes

- `#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.
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.

## 25.1.41 (2024-04-23)
Expand Down
2 changes: 1 addition & 1 deletion components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-maps",
"version": "25.1.41",
"version": "25.2.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-navigations",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
21 changes: 19 additions & 2 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,31 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### PDF Viewer

#### Bug Fixes

- `#I577813` - Now, the document is loading properly without any script errors when a value has already been included in the session storage by default.
- `#I583019` - Now, the annotation collection and action collection will match in multiple undo.
- `#I582982` - Now, the Undo does not retains the deleted annotation in annotation collection.
- `#I580839`, `#I580793` - Now, the extra page is not appeared in the print preview when print the provided document.
- `#I582676` - Now, the annotation order in the comment panel does not change when adding new annotations in the standalone PDF Viewer.
- `#I586052` - Now, able to use markup annotations over shape annotations.
- `#I586408` - Now, the form field ID is not missing in `FormFieldResizerArgs` event.
- `#I583890` - Now, the Edit and Delete option will get disabled when use isCommentLock
- `#I582388` - Now, the form field tab order is working properly for the customer-provided document.
- `#I577318`, `#I577549` - Now, the `deleteFormField` method is working properly for the non-render pages.

## 25.2.4 (2024-05-14)

### PDF Viewer

#### Bug Fixes

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

Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pdfviewer",
"version": "25.2.3",
"version": "25.2.4",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Pivot Table

#### Bug fixes

- `#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.
- `#F188052` - Empty string members will now be properly filtered when virtualization is enabled in the pivot table.

## 25.2.4 (2024-05-14)

### Pivot Table
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pivotview",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-popups",
"version": "25.2.3",
"version": "25.2.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-querybuilder",
"version": "25.2.3",
"version": "25.2.4",
"description": "Essential JS 2 QueryBuilder for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/ribbon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.5 (2024-05-21)

### Ribbon

#### Bug Fixes

- `#I585010` - Now setting the ribbon ID dynamically using `htmlAttributes` breaks the UI with ribbon mode switching has been resolved.

## 25.1.41 (2024-04-23)

### Ribbon
Expand Down
Loading

0 comments on commit 3ff09c0

Please sign in to comment.