Skip to content

Commit c2ba16c

Browse files
author
pipeline
committed
v27.1.58 is released
1 parent b4e2968 commit c2ba16c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+209
-28
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-
## 27.1.57 (2024-10-29)
5+
## 27.1.58 (2024-11-05)
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+
## 27.1.58 (2024-11-05)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#F95768`- The issue with "Checkbox not getting checked while using `usestate` in react" has been resolved.
12+
513
## 27.1.53 (2024-10-15)
614

715
### Checkbox

components/calendars/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-
## 27.1.57 (2024-10-29)
5+
## 27.1.58 (2024-11-05)
66

77
### DateTimePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F188458` - Now the page scroll remains the same after clearing the series.
12+
- `#I647466` - The zoom settings properties are now properly updated on data binding.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `I917094` - The series property now updates correctly on data binding.
19+
520
## 27.1.57 (2024-10-29)
621

722
### 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": "27.1.55",
3+
"version": "27.1.57",
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/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7+
## 27.1.58 (2024-11-05)
8+
9+
### Circular Gauge
10+
11+
#### Bug fixes
12+
13+
`#I644577` - The target element is now correctly identified in the `gaugeMouseDown` event.
14+
715
## 27.1.57 (2024-10-29)
816

917
### Circular Gauge

components/circulargauge/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-circulargauge",
3-
"version": "27.1.50",
3+
"version": "27.1.57",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I641865` - Now, the node can be moved inside the lane when the `AllowMovingOutsideLane` constraint is applied to the nodes.
12+
513
## 27.1.57 (2024-10-29)
614

715
### Diagram
@@ -10,8 +18,10 @@
1018

1119
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
1220
- `#I637207` - Nodes are now resizable via touch interactions.
13-
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
21+
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG.
1422
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
23+
- `#I642023`, `#I642126` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly.
24+
- `#I642048` - Multiple selected child nodes of a Swimlane can now be properly repositioned within the same lane.
1525

1626
## 27.1.55 (2024-10-22)
1727

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": "27.1.55",
3+
"version": "27.1.57",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I914903` - Resolved the endNote layouting issue.
12+
513
## 27.1.57 (2024-10-29)
614

715
### DocumentEditor

0 commit comments

Comments
 (0)