Skip to content

Commit 8972ce5

Browse files
author
pipeline
committed
v28.2.11 is released
1 parent 228c775 commit 8972ce5

File tree

43 files changed

+288
-45
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

+288
-45
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.2.9 (2025-03-04)
5+
## 28.2.11 (2025-03-11)
66

77
### Barcode
88

components/calendars/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.2.11 (2025-03-11)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F196127` - Fixed an issue where the change event was not triggered correctly upon the second update of time using the keyboard.
12+
13+
### DatePicker
14+
15+
#### Bug Fixes
16+
17+
- `#FD65170` - Fixed an issue where the day of the week value was not displayed correctly when using `ccc` in the date format.
18+
19+
### DateTimePicker
20+
21+
#### Bug Fixes
22+
23+
- `#FD65170` - Fixed an issue where the day of the week value was not displayed correctly when using `ccc` in the date format.
24+
525
## 28.2.9 (2025-03-04)
626

727
### 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-angular-calendars",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
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 Angular",
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.2.11 (2025-03-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I696021` - Now, the chart SVG height and width are set correctly for the rotated axis label.
12+
513
## 28.2.9 (2025-03-04)
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-angular-charts",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 28.2.11 (2025-03-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I692003` - Undo and redo now working correctly for group nodes after `grouping`, `rotating`, and `ungrouping`.
12+
- `#I692517` - `excludeFromLayout` now works in complex hierarchical tree Layout.
13+
514
## 28.2.9 (2025-03-04)
615

716
### 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-angular-diagrams",
3-
"version": "28.2.6",
3+
"version": "28.2.9",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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+
## 28.2.11 (2025-03-11)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties.
12+
- `#I688686` - Fixed the selection issue when applying upper-case formatting to text.
13+
- `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor.
14+
- `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value.
15+
- `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property.
16+
- `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions.
17+
- `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices.
18+
- `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls.
19+
- `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls.
20+
521
## 28.2.9 (2025-03-04)
622

723
### DocumentEditor

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

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.11 (2025-03-11)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I695096` - Fixed an issue where data was not displaying correctly during scrolling.
12+
513
## 28.2.9 (2025-03-04)
614

715
### ComboBox
@@ -20,6 +28,8 @@
2028

2129
#### Bug Fixes
2230

31+
- `#I694022` - Fixed an issue where the `ValueTemplate` was not functioning correctly for the preselected value when virtualization was enabled.
32+
2333
- `#I688364` - Fixed an issue with the positioning issue of the Multi select component popup while enabling the RTL mode.
2434

2535
## 28.2.7 (2025-02-25)

0 commit comments

Comments
 (0)