Skip to content

Commit e8d3efe

Browse files
author
pipeline
committed
v28.1.41 is released
1 parent b85ae5a commit e8d3efe

File tree

42 files changed

+197
-39
lines changed

Some content is hidden

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

42 files changed

+197
-39
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.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Barcode
88

components/buttons/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.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Switch
88

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+
## 28.1.41 (2025-01-21)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I675886` - Fixed an issue where values were not updated correctly when a mask was configured.
12+
513
## 28.1.39 (2024-01-14)
614

715
### DateRangePicker

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.37",
3+
"version": "28.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I651775` - The data label position for the stacked column now renders properly.
12+
- `#F195744` - The tooltip for the stacking column series now renders properly during keyboard navigation.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I676482` - The bullet chart will render properly even when the range is set to empty.
19+
520
## 28.1.39 (2024-01-14)
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-vue-charts",
3-
"version": "28.1.38",
3+
"version": "28.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/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.39 (2024-01-14)
7+
## 28.1.41 (2025-01-21)
88

99
### Circular Gauge
1010

components/diagrams/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.39 (2024-01-14)
5+
## 28.1.41 (2025-01-21)
66

77
### Diagram
88

components/documenteditor/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-documenteditor",
3-
"version": "28.1.38",
3+
"version": "28.1.39",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.41 (2025-01-21)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I679101` - Fixed the issue where an error was encountered when filtering in the ComboBox with custom values disabled and virtualization enabled.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I678070` - The issue change event is not triggered when checking SelectAll checkbox after dynamically selecting any node in the Dropdown Tree component has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `#I662148` - Fixed an issue where the value was not bound to the Multiselect component.
24+
525
## 28.1.39 (2024-01-14)
626

727
### ListBox

0 commit comments

Comments
 (0)