Skip to content

Commit

Permalink
v25.2.3 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed May 8, 2024
1 parent 8563248 commit 6e044bc
Show file tree
Hide file tree
Showing 41 changed files with 193 additions and 48 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.1.42 (2024-04-30)
## 25.2.3 (2024-05-08)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-base",
"version": "25.1.35",
"version": "25.2.3",
"description": "A common package of Essential JS 2 React base, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
16 changes: 8 additions & 8 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

## [Unreleased]

## 25.1.42 (2024-04-30)

### DateTimePicker

#### Bug Fixes

- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.

## 25.1.40 (2024-04-16)

### DatePicker
Expand Down Expand Up @@ -1180,6 +1172,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.


## 25.1.42 (2024-04-30)

### DateTimePicker

#### Bug Fixes

- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.

## 25.1.39 (2024-04-09)

### DateTimePicker
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.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 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.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
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.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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
1 change: 1 addition & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.1.41",
"version": "25.1.42",
"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
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 11 additions & 3 deletions components/filemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-filemanager"
"react",
"reactjs",
"react-filemanager",
"react-file organizer",
"react-file organizing tool",
"react-file picker",
"react-file viewer",
"react-file browser",
"react-file selector",
"react-directory viewer",
"JavaScript"
],
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.3 (2024-05-08)

### GanttChart

#### Bug fixes

- `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.

## 25.1.42 (2024-04-30)

### 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.1.41",
"version": "25.1.42",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
18 changes: 18 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 4 additions & 3 deletions components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@syncfusion/ej2-react-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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"react",
"reactjs",
"react-grids",
"ej2-react-grids"
],
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-image-editor",
"version": "25.1.40",
"version": "25.1.42",
"description": "Essential JS 2 ImageEditor for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
1 change: 1 addition & 0 deletions components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lineargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## [Unreleased]

## 25.1.42 (2024-04-30)
## 25.2.3 (2024-05-08)

### LinearGauge

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

## [Unreleased]

## 25.1.42 (2024-04-30)
## 25.2.3 (2024-05-08)

### ListView

Expand Down
10 changes: 9 additions & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@syncfusion/ej2-react-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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"react",
"reactjs",
"react-maps",
"ej2-react-maps"
],
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

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.1.41",
"version": "25.1.42",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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.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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 6e044bc

Please sign in to comment.