Skip to content

Commit b85ae5a

Browse files
author
pipeline
committed
v28.1.39 is released
1 parent 49ccf95 commit b85ae5a

File tree

43 files changed

+205
-41
lines changed

Some content is hidden

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

43 files changed

+205
-41
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-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I933399`- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### Switch
816

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-vue-buttons",
3-
"version": "28.1.33",
3+
"version": "28.1.37",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup.
12+
13+
## 28.1.37 (2024-12-31)
614

715
### DateRangePicker
816

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-vue-calendars",
3-
"version": "28.1.35",
3+
"version": "28.1.37",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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+
## 28.1.39 (2024-01-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
12+
513
## 28.1.38 (2025-01-07)
614

715
### 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-vue-charts",
3-
"version": "28.1.37",
3+
"version": "28.1.38",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.38 (2025-01-07)
7+
## 28.1.39 (2024-01-14)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.38 (2025-01-07)
5+
## 28.1.39 (2024-01-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I668014` - Performance improved for loading diagrams with complex hierarchical tree layouts with path nodes.
12+
- `#I672924` - EJ1 diagrams now load in EJ2 Diagram Builder even when the port shape is undefined.
13+
- `#I676157` - Fixed issue where completing Polyline drawing was not possible on iPad Safari browser.
14+
15+
## 28.1.37 (2024-12-31)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
1222
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
23+
- `#I658382` - Z-order is now updated correctly for HTML and native nodes when using `moveForward` or `sendBackward`.
1324

1425
## 28.1.36 (2024-12-24)
1526

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-vue-diagrams",
3-
"version": "28.1.35",
3+
"version": "28.1.37",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)