Skip to content

Commit 724bf17

Browse files
author
pipeline
committed
v25.1.40 is released
1 parent 96ddef6 commit 724bf17

File tree

43 files changed

+196
-43
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

+196
-43
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/base/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
### Common
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I572913` - Resolved the console error that occurred when dynamically showing the popup on focus out.
12+
513
## 25.1.37 (2024-03-26)
614

715
### DateTimePicker

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": "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 Vue",
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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)