Skip to content

Commit c53870e

Browse files
author
pipeline
committed
v24.1.46 is released
1 parent a576316 commit c53870e

Some content is hidden

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

47 files changed

+314
-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-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
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-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### Common
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I535107` - Need to set `HtmlAttributes` Id in input element checkbox has been resolved.
12+
13+
## 24.1.45 (2024-01-09)
14+
15+
### Switch
16+
17+
#### Bug Fixes
18+
19+
- `#I530742` - The issue with "Switch unintentionally changed when we touch the switch and drag vertically" has been resolved.
20+
521
## 24.1.41 (2023-12-18)
622

723
### RadioButton

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": "24.1.41",
3+
"version": "24.1.45",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.45 (2024-01-09)
5+
## 24.1.44 (2024-01-03)
66

77
### TimePicker
88

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": "24.1.43",
3+
"version": "24.1.44",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I537751` - Now, the `enableZoom` property in the `scrollbarSettings` is working properly.
12+
- `#I535723` - Now, the showTooltip is working properly on mobile devices.
13+
- `#I528752` - Now, the chart values update properly during the resized event when integrating the EJ2 JS chart in a Blazor application.
14+
515
## 24.1.45 (2024-01-09)
616

717
### AccumulationChart

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": "24.1.44",
3+
"version": "24.1.45",
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
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.1.45 (2024-01-09)
8+
## 24.1.46 (2024-01-17)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 24.1.46 (2024-01-17)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
12+
513
## 24.1.45 (2024-01-09)
614

715
### Diagram

0 commit comments

Comments
 (0)