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",

0 commit comments

Comments
 (0)