Skip to content

Commit ee7f80f

Browse files
author
pipeline
committed
v28.1.36 is released
1 parent 9861b83 commit ee7f80f

File tree

40 files changed

+230
-34
lines changed

40 files changed

+230
-34
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.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5-
## 28.1.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I664001`- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved.
12+
13+
## 28.1.33 (2024-12-12)
614

715
### Switch
816

917
#### Features
1018

11-
- The Switch component now includes a `beforeChange` event, allowing users to intercept and manage state changes before they occur, such as for validation or cancellation.
19+
- The Switch component now includes a `beforeChange` event, which enables users to intercept and manage state changes before they occur. This feature supports custom logic, such as validation or cancellation, thereby offering greater flexibility.
1220

1321
### Chip
1422

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": "18.64.1",
3+
"version": "28.1.33",
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: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## [Unreleased]
44

5-
## 28.1.35 (2024-12-18)
5+
## 28.1.36 (2024-12-24)
66

77
### DateRangePicker
88

99
#### Bug Fixes
1010

11-
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
11+
- `#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.
12+
13+
- `#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type.
1214

1315
## 19.3.46 (2021-10-19)
1416

@@ -1285,7 +1287,15 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12851287

12861288
- **StrictMode** - Allows to entering the only valid time in a textbox.
12871289

1288-
- **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.## 19.1.56 (2021-04-13)
1290+
- **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.## 28.1.35 (2024-12-18)
1291+
1292+
### DateRangePicker
1293+
1294+
#### Bug Fixes
1295+
1296+
- `#F171486` - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.
1297+
1298+
## 19.1.56 (2021-04-13)
12891299

12901300
### DateRangePicker
12911301

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I665246` - Now, the chart point click and double-click events are working properly in the waterfall chart.
12+
- `#I662191` - Now, zooming is restricted for the mouse wheel, similar to selection zoom.
13+
- `#I666272` - Now, the y-axis range is set properly for the waterfall series.
14+
- `#I666317` - The exceptions that occurred during React Jest testing have been resolved.
15+
516
## 28.1.35 (2024-12-18)
617

718
### 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.33",
3+
"version": "28.1.35",
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.35 (2024-12-18)
7+
## 28.1.36 (2024-12-24)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.36 (2024-12-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I662730` - The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved.
12+
- `#I662735` - The undo/redo functionality now restores intermediate connector segments.
13+
- `#I663194` - Connectors now retain their previous state after undoing runtime source and target ID changes.
14+
- `#I663672` - The `elementType` in the `elementDraw` event now correctly updates for `Polyline` and `Freehand` in the completed state.
15+
- `#I663175` - The diagram page no longer flickers during pinch zoom.
16+
517
## 28.1.35 (2024-12-18)
618

719
### Diagram

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.33",
3+
"version": "28.1.35",
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)