Essential Studio for Angular - v32.2.5 Release Notes
Chart
Bug Fixes
- The
columnWidthInPixelproperty works correctly when theenableSideBySidePlacementproperty is disabled.
DatePicker
Bug Fixes
-
#I792230- Resolved an issue where the top border in the Material theme did not render correctly after selecting a value. -
#I69736- Resolved an issue where the error class was not applied immediately when the max date was set dynamically. -
#I805840,#I801368- Resolved an issue where datepicker appeared beneath Angulardialogsin Angular 21.
DateRangePicker
Bug Fixes
-
#I792230- Resolved an issue where the top border in the Material theme did not render correctly after selecting a value. -
#I805840,#I801368- Resolved an issue where daterangepicker appeared beneath Angulardialogsin Angular 21.
DateTimePicker
Bug Fixes
-
#I792230- Resolved an issue where the top border in the Material theme did not render correctly after selecting a value. -
#I805840,#I801368- Resolved an issue where datetimepicker appeared beneath Angulardialogsin Angular 21.
Dialog
Bug Fixes
-
#F198040- Fixed an issue where the Dialog would unlock body scrolling while another dialog was still open.
DocumentEditor
Bug Fixes
#I802098 - Incorrect transparency applied to the header shape during rendering.
FileManager
Bug Fixes
-
#I800811- The issue with NVDA screen reader fails to announce view change options during keyboard navigation in File Manager component has been resolved. -
#I806109- The issue where upload sub-menu items are not localizing based on the culture applied in the File Manager component has been resolved.
GanttChart
Bug fixes
-
F159354- Issue in locale text of predecessor tooltip has been fixed.
Grid
Bug fixes
-
#I806203- Resolved an issue where initial filtering did not work when applying multiple date values withgreaterthanorequalandlessthanorequaloperators. -
#I807300- Resolved an issue where a script error occurs during Pdf export when the stacked header has no visible columns. -
#I792923- Memory leak issue when deleting a record withshowAddNewRowenabled has been resolved.
PDF Viewer
Bug Fixes
-
#I802786- Resolved an issue where the free text annotation was not rendering similar to Adobe PDF Viewer. -
#I803496- Resolved an issue where opacity was not applied properly for free text when setting through thefreeTextSettingsAPI in edit mode. -
#I804127- Resolved an issue where the free text annotation position changed in the downloaded PDF when opened in other viewers. -
#I804293- Resolved an issue where the free text annotation height increased when typing at zoom levels below 100%. -
#I807821- Resolved an issue where the size of existing free text annotations changed while editing. -
#I808119- Resolved an issue where the selected state of the Ink annotation tool was not removed when selecting the free text tool. -
#I809604- Resolved an issue where measurement settings were not applied to calibration annotations that were added programmatically. -
#I809631- Fixed an issue where bothstrikethroughand underline were not applied to free text annotations. -
#I808218- Fixed an issue where the primary toolbar was hidden on PDF click after updating the viewer container while the annotation toolbar was open.
RichTextEditor
Bug Fixes
-
#I807301- Now, tooltips for link quick toolbar icons are hidden when the Print Screen key is pressed. -
#I811708- Now, focus is maintained in the input element during typing and does not transfer to the editor. -
#I809024- Now, when configuring theheaderToolbarSettingsproperty within theaiAssistantSettingsoption to include theCloseitem, will function correctly without throwing any console errors. -
#I807359- Now, when images are deleted in mobile mode using the quick toolbar, the focus will stay inside the editor.
Sidebar
Bug Fixes
-
#I811704- Fixed an issue where the Sidebar did not fully collapse when theenableDockproperty was toggled fromtruetofalsedynamically.
Slider
Bug Fixes
-
#I806428- Resolved the issue where the max value position was incorrectly aligned when the orientation was set to Vertical.
Spreadsheet
Bug fixes
-
#I807278- Issue with “the threaded comment’s created time were adjusted improperly due to the web service time zone during importing” has been resolved.
TimePicker
Bug Fixes
-
#I792230- Resolved an issue where the top border in the Material theme did not render correctly after selecting a value. -
#I805840,#I801368- Resolved an issue where timepicker appeared beneath Angulardialogsin Angular 21.
TreeView
Feature
-
#I803243- Introduced the newdisableHtmlEncodeproperty to control how text content is rendered in the Treeview. When set totrue, the component will render raw text exactly as provided (including HTML tags or special characters) without encoding or truncation. To preserve and render raw HTML content correctly,enableHtmlSanitizermust also be set tofalse. This update provides greater flexibility in displaying literal text and HTML content within Treeview nodes.
Example Usage
import { TreeView } from '@syncfusion/ej2-navigations';
let data: Object[] = [
{ id: '1', name: 'Australia' },
{ id: '2', name: 'New<york' },
{ id: '3', name: 'Normal Text' }
];
// Initialize TreeView control
let treeViewObj: TreeView = new TreeView({
fields: { dataSource: data, id: 'id', text: 'name' },
disableHtmlEncode: true,
enableHtmlSanitizer: false
});
// Render initialized TreeView
treeViewObj.appendTo('#treeview');Test Results
| Component Name | Test Cases | Passed | Failed | Remarks |
|---|---|---|---|---|
| 3D Chart | 232 | 232 | 0 | All Passed |
| 3D Circular Chart | 374 | 374 | 0 | All Passed |
| Accordion | 112 | 112 | 0 | All Passed |
| AI Assist View | 431 | 431 | 0 | All Passed |
| App Bar | 67 | 67 | 0 | All Passed |
| AutoComplete | 200 | 200 | 0 | All Passed |
| Breadcrumb | 160 | 160 | 0 | All Passed |
| Bullet Chart | 169 | 169 | 0 | All Passed |
| Button | 145 | 145 | 0 | All Passed |
| ButtonGroup | 120 | 120 | 0 | All Passed |
| calendar | 178 | 178 | 0 | All Passed |
| Carousel | 60 | 60 | 0 | All Passed |
| Chart | 7539 | 7539 | 0 | All Passed |
| Chat UI | 500 | 500 | 0 | All Passed |
| Checkbox | 37 | 37 | 0 | All Passed |
| CircularGauge | 432 | 432 | 0 | All Passed |
| ColorPicker | 130 | 130 | 0 | All Passed |
| Combo Box | 146 | 146 | 0 | All Passed |
| Common | 906 | 906 | 0 | All Passed |
| Context Menu | 105 | 105 | 0 | All Passed |
| Data Grid | 4010 | 4010 | 0 | All Passed |
| Date Picker | 430 | 430 | 0 | All Passed |
| Date Range Picker | 515 | 515 | 0 | All Passed |
| Date Time Picker | 326 | 326 | 0 | All Passed |
| Diagram | 16482 | 16482 | 0 | All Passed |
| Dialog | 71 | 71 | 0 | All Passed |
| DropDown Button | 132 | 132 | 0 | All Passed |
| Dropdown List | 207 | 207 | 0 | All Passed |
| Dropdown Tree | 108 | 108 | 0 | All Passed |
| File Manager | 2198 | 2198 | 0 | All Passed |
| Floating Action Button | 174 | 174 | 0 | All Passed |
| Gantt | 5158 | 5158 | 0 | All Passed |
| HeatMap Chart | 642 | 642 | 0 | All Passed |
| Image Editor | 1653 | 1653 | 0 | All Passed |
| In-place Editor | 642 | 642 | 0 | All Passed |
| Kanban | 268 | 268 | 0 | All Passed |
| LinearGauge | 427 | 427 | 0 | All Passed |
| Listbox | 115 | 115 | 0 | All Passed |
| ListView | 84 | 84 | 0 | All Passed |
| Maps | 1390 | 1390 | 0 | All Passed |
| Mention | 45 | 45 | 0 | All Passed |
| Menu | 187 | 187 | 0 | All Passed |
| Multicolumn Combo Box | 256 | 256 | 0 | All Passed |
| Multiselect Dropdown | 448 | 448 | 0 | All Passed |
| OTP Input | 240 | 240 | 0 | All Passed |
| Pivot Table | 5349 | 5349 | 0 | All Passed |
| Progress Bar | 83 | 83 | 0 | All Passed |
| Progress Button | 132 | 132 | 0 | All Passed |
| Query Builder | 480 | 480 | 0 | All Passed |
| RadioButton | 45 | 45 | 0 | All Passed |
| RangeNavigator | 140 | 140 | 0 | All Passed |
| Rating | 198 | 198 | 0 | All Passed |
| Ribbon | 625 | 625 | 0 | All Passed |
| Rich Text Editor | 5138 | 5138 | 0 | All Passed |
| schedule | 4667 | 4667 | 0 | All Passed |
| sidebar | 91 | 91 | 0 | All Passed |
| Signature | 105 | 105 | 0 | All Passed |
| Skeleton | 144 | 144 | 0 | All Passed |
| Slider | 147 | 147 | 0 | All Passed |
| SmithChart | 49 | 49 | 0 | All Passed |
| Sparkline | 58 | 58 | 0 | All Passed |
| Speech To Text | 200 | 200 | 0 | All Passed |
| Speed Dial | 366 | 366 | 0 | All Passed |
| Split Button | 144 | 144 | 0 | All Passed |
| Stepper | 91 | 91 | 0 | All Passed |
| Stock Chart | 379 | 379 | 0 | All Passed |
| Tab | 69 | 69 | 0 | All Passed |
| Text Area | 112 | 112 | 0 | All Passed |
| TextBox | 65 | 65 | 0 | All Passed |
| Time Picker | 180 | 180 | 0 | All Passed |
| Timeline | 213 | 213 | 0 | All Passed |
| Toast | 139 | 139 | 0 | All Passed |
| Toolbar | 141 | 141 | 0 | All Passed |
| ToolTip | 136 | 136 | 0 | All Passed |
| TreeGrid | 4665 | 4665 | 0 | All Passed |
| Treemap | 329 | 329 | 0 | All Passed |
| Treeview | 371 | 371 | 0 | All Passed |