Skip to content

Commit 8972ce5

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

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

Diff for: components/barcodegenerator/CHANGELOG.md

+1-1
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

Diff for: components/calendars/CHANGELOG.md

+20
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

Diff for: components/calendars/package.json

+1-1
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",

Diff for: components/charts/CHANGELOG.md

+8
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

Diff for: components/charts/package.json

+1-1
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",

Diff for: components/diagrams/CHANGELOG.md

+9
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

Diff for: components/diagrams/package.json

+1-1
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",

Diff for: components/documenteditor/CHANGELOG.md

+16
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

Diff for: components/documenteditor/package.json

+1-1
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",

Diff for: components/dropdowns/CHANGELOG.md

+10
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)

Diff for: components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/dropdowns/src/drop-down-tree/dropdowntree.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class DropDownTreeComponent extends DropDownTree implements IComponentBas
7979
public headerTemplate: any;
8080
/**
8181
* Specifies the way to customize the selected values in the Dropdown Tree component based on application needs. If the **valueTemplate** property is set, the template content overrides the displayed item text.
82-
* The property accepts [template string] (https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID holding the content. The context for the valueTemplate comes from the data object passed to it.
82+
* The property accepts [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID holding the content. The context for the valueTemplate comes from the data object passed to it.
8383
* @default null
8484
* @angulartype string | object
8585
* @reacttype string | function | JSX.Element

Diff for: components/filemanager/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
## [Unreleased]
44

5+
## 28.2.11 (2025-03-11)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I696366` - Resolved the issue with copying and pasting a folder from the navigation pane to the layout pane in File Manager component.
12+
- `#I691585` - Resolved the selection doesn't persist issue when both virtualization and persistence are enabled.
13+
514
## 28.2.9 (2025-03-04)
615

716
### FileManager
817

918
#### Bug Fixes
1019

1120
- `#I691585` - Resolved the errors in the File Manager component while selecting multiple file items with virtualization support.
21+
- `#I683396` - The issue context menu is not closed when scrolling in the FileManager component layout content has been resolved.
1222

1323
## 28.2.6 (2025-02-18)
1424

@@ -17,7 +27,6 @@
1727
#### Bug Fixes
1828

1929
- `#I656917` - The issue with the selected item count when enabling range selection in the File Manager component has been resolved.
20-
- `#I683396` - The issue context menu is not closed when scrolling in the FileManager component layout content has been resolved.
2130

2231
## 28.2.5 (2025-02-11)
2332

Diff for: components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-filemanager",
3-
"version": "28.2.6",
3+
"version": "28.2.9",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/gantt/CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 28.2.11 (2025-03-11)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
`#I693977` - Resolved an issue where the `durationUnit` property did not function correctly when the work field was mapped.
12+
`#I698273` - Milestone end date is not validated properly during cell editing issue has been resolved.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 28.2.9 (2025-03-04)
617

718
### GanttChart
@@ -11,8 +22,6 @@
1122
`#I689599` - Resolved a console error that occurred when undoing a deleted split task.
1223
`#I692333` - When the `includeWeekend` property is set to true, the split taskbar cannot be dragged and dropped issue has been resolved.
1324

14-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15-
1625
## 28.2.7 (2025-02-25)
1726

1827
### GanttChart

Diff for: components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/grids/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 28.2.11 (2025-03-11)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#F195594` - Resolved a script error that occurred when focusing on hidden cells after clicking the scrollbar.
12+
- `#I679119` - The issue with filtering the `Date` column by month or day value has been resolved.
13+
- `#I684300` - Fixed an issue where virtual scrolling did not conclude properly when adding a new record at the bottom.
14+
- `#I695471` - The issue where the `notEqual` filter in menu filtering failed for `Date` and `DateTime` columns has been resolved.
15+
- `#I691688` - Resolved the issue where the grid `captionTemplate` key value conflicted with React `key` prop.
16+
- `#I693712` - Resolved the issue where `customAttributes` were not applied when splitting stacked header columns with frozen columns.
17+
518
## 28.2.9 (2025-03-04)
619

720
### Grid

Diff for: components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-grids",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/inplaceeditor/README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ npm install @syncfusion/ej2-angular-inplace-editor
2424

2525
In-place Editor component is also offered in following list of frameworks.
2626

27-
1. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/inplace-editor)
28-
2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/inplace-editor)
29-
3. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
30-
3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/inplace-editor)
31-
4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/inplace-editor)
32-
5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
27+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
28+
| :-----: | :-----: | :-----: | :-----: | :-----: |
3329

3430
## Key Features
3531

Diff for: components/inputs/CHANGELOG.md

+8
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+
### Form Validator
8+
9+
#### Bug Fixes
10+
11+
- `#I696386` - Resolved an exception issue in the Number Validator of the FormValidator.
12+
513
## 28.2.9 (2025-03-04)
614

715
### Uploader

Diff for: components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-inputs",
3-
"version": "28.2.3",
3+
"version": "28.2.9",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/interactivechat/CHANGELOG.md

+1-1
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.7 (2025-02-25)
66

77
### AI AssistView
88

Diff for: components/interactivechat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-interactive-chat",
3-
"version": "28.2.6",
3+
"version": "28.2.7",
44
"description": "Essential JS 2 Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 28.2.9 (2025-03-04)
11+
## 28.2.11 (2025-03-11)
1212

1313
### Maps
1414

Diff for: components/multicolumncombobox/CHANGELOG.md

+1-1
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
### MultiColumn ComboBox
88

Diff for: components/navigations/CHANGELOG.md

+20
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+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#I625957` - The issue with the "enableItems" and "insertAfter" methods not functioning correctly when the "enableScrolling" property of the context menu is enabled has been resolved.
12+
13+
### Menu
14+
15+
#### Bug Fixes
16+
17+
- `#I695706` - The accessibility violation issue encountered when opening the submenu of the menu component has been resolved.
18+
19+
### Toolbar
20+
21+
#### Bug Fixes
22+
23+
- `#I689782` - An issue with the toolbar focus style not being applied in Tailwind 3 and Fluent 2 themes while using keyboard navigation in the Mac Safari browser has been resolved.
24+
525
## 28.2.6 (2025-02-18)
626

727
### Toolbar

Diff for: components/pdfviewer/CHANGELOG.md

+16
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+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I696432` - Now, the form fields no longer disappear when reloading the PDF document after a pinch zoom without the form designer module.
12+
- `#I695167` - Now, the custom data value is updated properly for non-rendered pages using the `updateFormField` API.
13+
- `#I695648` - Now, the exception did not occur when saving the provided document without scrolling.
14+
15+
#### Breaking Changes
16+
17+
-`#I695236` - The `validateFormFields` API will no longer be triggered after completing the required form fields and initiating `download` or `saveAsBlob`. To proceed with `download` or `saveAsBlob` without filling in the required fields, simply disable the `validateFormFields` event by setting [`enableFormFieldsValidation`](https://helpej2.syncfusion.com/documentation/api/pdfviewer/#enableformfieldsvalidation) to false.
18+
19+
-`#I695236` - The `validateFormFields` API will no longer be triggered after completing the required form fields and initiating `download` or `saveAsBlob`. To proceed with `download` or `saveAsBlob` without filling in the required fields, simply disable the `validateFormFields` event by setting [`enableFormFieldsValidation`](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#enableformfieldsvalidation) to false.
20+
521
## 28.2.9 (2025-03-04)
622

723
### PDF Viewer

Diff for: components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pdfviewer",
3-
"version": "28.2.7",
3+
"version": "28.2.9",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)