Skip to content

Commit 0ab9d79

Browse files
author
pipeline
committed
v25.1.40 is released
1 parent 3621563 commit 0ab9d79

File tree

36 files changed

+208
-24
lines changed

36 files changed

+208
-24
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.1.39 (2024-04-09)
5+
## 25.1.40 (2024-04-16)
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.1.39 (2024-04-09)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I574511` - The issue with "script error thrown while clicking the checkbox through JS." has been resolved.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Checkbox

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.1.35",
3+
"version": "25.1.39",
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 25.1.39 (2024-04-09)
5+
## 25.1.40 (2024-04-16)
66

7-
### DateTimePicker
7+
### DatePicker
88

99
#### Bug Fixes
1010

11-
- `#I572932` - Resolved issue where users were unable to enter the date manually as it automatically moved focus to the next field when pressing a key.
11+
- `#I572913` - Resolved the console error that occurred when dynamically showing the popup on focus out.
1212

1313
## 25.1.37 (2024-03-26)
1414

@@ -1172,6 +1172,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11721172
- **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.
11731173

11741174

1175+
## 25.1.39 (2024-04-09)
1176+
1177+
### DateTimePicker
1178+
1179+
#### Bug Fixes
1180+
1181+
- `#I572932` - Resolved issue where users were unable to enter the date manually as it automatically moved focus to the next field when pressing a key.
1182+
11751183
## 19.2.46 (2021-07-06)
11761184

11771185
### 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.1.37",
3+
"version": "25.1.39",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I574804` - Now, the title is wrapped properly when it exits the chart in wrap mode.
12+
- `#I573884` - Now, all legend items with the same value in point mode will render properly.
13+
514
## 25.1.39 (2024-04-09)
615

716
### 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.1.38",
3+
"version": "25.1.39",
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#FB51986` - Now, The Diagram is rendered with swimlane when passing element container as a second parameter.
12+
- `#FB52116` - Now, The user handle is not visible while dragging the node/connector.
13+
- `#I570099` - Now, Phase is selectable after deleting first phase without swimlane header.
14+
- `#I51986` - Now, aria-label value is added in text edit mode for annotation resolving accessibility error.
15+
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
16+
- `#I568115` - Prevented overlapping of Nodes during collapse of multiple nodes with Layout Animation.
17+
- `#FB52027` - Now, the text edit for Bpmn text annotation working properly.
18+
519
## 25.1.39 (2024-04-09)
620

721
### Diagram
822

923
#### Bug Fixes
1024

1125
- `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true.
12-
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
1326
- `#I565099` - Now, the undo redo works properly for swimlane after cut and delete.
1427

1528
## 25.1.38 (2024-04-02)

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.1.38",
3+
"version": "25.1.39",
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/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.1.38",
3+
"version": "25.1.39",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,28 @@
22

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I565976` - Issue with "The getSortedList data not update correctly while removeItem method after drag and drop action in listbox" has been resolved.
12+
513
## 25.1.39 (2024-04-09)
614

15+
### AutoComplete
16+
17+
#### Bug Fixes
18+
19+
- `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled.
20+
721
### ListBox
822

923
#### Bug Fixes
1024

25+
- `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved.
26+
- `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved.
1127
- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.
1228

1329
### DropDownTree

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
12+
513
## 25.1.39 (2024-04-09)
614

715
### FileManager
@@ -10,6 +18,7 @@
1018

1119
- `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
1220
- `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
21+
- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
1322

1423
## 25.1.38 (2024-04-02)
1524

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
12+
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
13+
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
14+
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
15+
16+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
17+
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
18+
519
## 25.1.39 (2024-04-09)
620

721
### GanttChart
822

923
#### Bug fixes
1024

25+
- `#I574841` - Console error occurs while opening dialog where fields and column are different.
1126
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
1227
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
1328
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
1429
- `#I566103` - Baseline not showing in multi taskbar view.
1530
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
1631
- `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.
1732

33+
- `#I574841` - Console error occurs while opening dialog where fields and column are different.
1834
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
1935
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
2036
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.

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.1.38",
3+
"version": "25.1.39",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I577961` - The issue where checkbox selection was not working properly upon touching the header checkbox has been fixed.
12+
- `#FB52524` - Script error thrown when refreshing `aggregateModule` with grouping has been fixed.
13+
- `#I576058` - The issue with validation message positioning in dialog edit mode with frozen columns has been resolved.
14+
- `#I576570` - The issue where command column buttons were removed upon deleting a record in the infinite scrolling grid has been fixed.
15+
516
## 25.1.39 (2024-04-09)
617

718
### 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-react-grids",
3-
"version": "25.1.38",
3+
"version": "25.1.39",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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.1.40 (2024-04-16)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved.
12+
513
## 25.1.39 (2024-04-09)
614

715
### Image Editor

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-react-image-editor",
3-
"version": "25.1.38",
3+
"version": "25.1.39",
44
"description": "Essential JS 2 ImageEditor for React",
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+
## 25.1.40 (2024-04-16)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I571768` - Resolved Console error that occurred when uploading a file with button click without showFileList.
12+
513
## 25.1.38 (2024-04-02)
614

715
### ColorPicker

components/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## 25.1.40 (2024-04-16)
15+
16+
### LinearGauge
17+
18+
#### Bug Fixes
19+
20+
- `#I573933` - The tooltips will now be properly aligned with the axis line when the `offset` property is set in the axis line.
21+
1422
## 18.3.47 (2020-11-05)
1523

1624
### LinearGauge

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## 25.1.40 (2024-04-16)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
21+
- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
22+
1423
## 25.1.37 (2024-03-26)
1524

1625
### Maps

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.40 (2024-04-16)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
12+
13+
### Stepper
14+
15+
#### Bug Fixes
16+
17+
- `#I570244` - The issue with stepper component styles being overridden using CSS `important` has been resolved.
18+
19+
### Accordion
20+
21+
#### Bug Fixes
22+
23+
- An issue where the `expandedIndices` returns empty when the HTML sanitizer is enabled has been fixed.
24+
525
## 25.1.38 (2024-04-02)
626

727
### Menu

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.1.38",
3+
"version": "25.1.39",
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",

0 commit comments

Comments
 (0)