Releases: syncfusion/ej2-javascript-ui-controls
v29.2.7
v29.2.5
v29.2.5 is released
v29.2.4
v29.2.4 is released
v29.1.41
v29.1.41 is released
v29.1.40
v29.1.40 is released
v29.1.38
v29.1.38 is released
v29.1.35
v29.1.35 is released
v29.1.33
v29.1.33 is released
v28.2.12
Common
Bug Fixes
#I701045
- Resolved the security vulnerability in thesetValue
method of the base package.
Diagram
Bug Fixes
#I693646
- Node overlapping, stretching, and incorrect positioning will no longer occur in complex hierarchical tree layouts.
DocumentEditor
Bug Fixes
#I691095
- Fixed an issue where thegetComments
API returned the same comment ID for both parent and reply comments.#I695884
- Resolved a browser hanging issue caused by table row splitting when opening an attached document.#I691853
- Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times.#I693444
- Addressed an issue where the toggling of a checkbox content control did not reflect its character format.#I701050
- Fixed a blob document import issue in the Document Editor when using a Docker container.#I689203
- Resolved an issue where content deletion with track changes was not functioning correctly.#I695107
- Fixed a cursor disappearance issue when pressing and holding the arrow button.
Grid
Bug Fixes
#FB65738
- The issue where using thegreater than or equal to
operator to filter the value zero also filtered outnull
orundefined
values has been resolved.#I694874
- Fixed an issue that caused a script error when expanding grouped rows and selecting all columns in the column chooser.#FB65764
- Resolved an issue where opening the checkbox filter with thehide search box
option enabled caused an error.
PDF Viewer
Bug Fixes
#I693186
- Now, the Angular change detection event does not trigger continuously while zooming.#I686925
- Now, the text search works correctly when searching for multiple words in Unicode text.#I689380
- Now, the File size will not increase when saving the document without making any changes.
RichTextEditor
Bug Fixes
-
#I694952
- Now, the change event works properly when the value changes in the Rich Text Editor. -
#I691323
- Now, the image caption is handled properly in the Rich Text Editor after posting. -
#I942836
- Now, the Rich Text Editor works properly when disabling the toolbar and resizing the editor. -
#I943056
- Now, the Rich Text Editor works properly when resizing theiframe
editor and disabling the toolbar, preventing a script error on initial rendering. -
#I695002
- Now, the Rich Text Editor works properly when pasting content copied from Google Sheets. -
#I649583
- Now, the tooltip descriptions work properly when shortcut keys are displayed in a localized environment.
TreeView
Bug Fixes
#I694965
- Resolved an issue where the parent node check state was not maintained in nested data after filtering when Select All was used in theDropdownTree
component.
v28.2.11
Chart
Bug Fixes
#I696021
- Now, the chart SVG height and width are set correctly for the rotated axis label.
ContextMenu
Bug Fixes
#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.
DatePicker
Bug Fixes
#FD65170
- Fixed an issue where the day of the week value was not displayed correctly when usingccc
in the date format.
DateTimePicker
Bug Fixes
#FD65170
- Fixed an issue where the day of the week value was not displayed correctly when usingccc
in the date format.
Diagram
Bug Fixes
#I692003
- Undo and redo now working correctly for group nodes aftergrouping
,rotating
, andungrouping
.#I692517
-excludeFromLayout
now works in complex hierarchical tree Layout.
DocumentEditor
Bug Fixes
#F196134
- Fixed a script error that occurred when copying content containing checkbox content control properties.#I688686
- Fixed the selection issue when applying upper-case formatting to text.#I644193
- Fixed the XML mapping issue when copy pasting content controls within Document Editor.#I691211
- Fixed the incorrect drop down list display by using the display text instead of the value.#I691064
- Fixed the issue of removing and adding highlights to editable ranges using thehighlightEditableRanges
property.#I686376
- Fixed a script error that occurred when undoing after performing Enter and Apply Style actions.#I693248
- Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices.#I684310
,#I693656
- Fixed the border rendering issue for nested content controls.#I691211
- Improved typing performance inside a table when the document contains more than 400 content controls.
FileManager
Bug Fixes
#I696366
- Resolved the issue with copying and pasting a folder from the navigation pane to the layout pane in File Manager component.#I691585
- Resolved the selection doesn't persist issue when both virtualization and persistence are enabled.
Form Validator
Bug Fixes
#I696386
- Resolved an exception issue in the Number Validator of the FormValidator.
GanttChart
Bug fixes
#I693977
- Resolved an issue where the durationUnit
property did not function correctly when the work field was mapped.
#I698273
- Milestone end date is not validated properly during cell editing issue has been resolved.
Grid
Bug fixes
#F195594
- Resolved a script error that occurred when focusing on hidden cells after clicking the scrollbar.#I679119
- The issue with filtering theDate
column by month or day value has been resolved.#I684300
- Fixed an issue where virtual scrolling did not conclude properly when adding a new record at the bottom.#I695471
- The issue where thenotEqual
filter in menu filtering failed forDate
andDateTime
columns has been resolved.#I691688
- Resolved the issue where the gridcaptionTemplate
key value conflicted with Reactkey
prop.#I693712
- Resolved the issue wherecustomAttributes
were not applied when splitting stacked header columns with frozen columns.
Menu
Bug Fixes
#I695706
- The accessibility violation issue encountered when opening the submenu of the menu component has been resolved.
MultiSelect
Bug Fixes
#I695096
- Fixed an issue where data was not displaying correctly during scrolling.
Numeric TextBox
Bug Fixes
#I688819
- Fixed an issue where thefloatLabelType
property caused the component height to increase in both "always" and "auto" cases within the Fluent 2 theme.
PDF Viewer
Bug Fixes
#I696432
- Now, the form fields no longer disappear when reloading the PDF document after a pinch zoom without the form designer module.#I695167
- Now, the custom data value is updated properly for non-rendered pages using theupdateFormField
API.#I695648
- Now, the exception did not occur when saving the provided document without scrolling.
Breaking Changes
-#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
to false.
Pivot Table
Bug fixes
#I694587
- The cell border will now be applied correctly to empty cells in the exported Excel document.#I696261
- Localization will now be applied correctly to the Grand Total legend text in the Pivot Chart.
RichTextEditor
Bug Fixes
-
#I694952
- Now, the change event works properly when the value changes in the Rich Text Editor. -
#I691323
- Now, the image caption is handled properly in the Rich Text Editor after posting.
TimePicker
Bug Fixes
#F196127
- Fixed an issue where the change event was not triggered correctly upon the second update of time using the keyboard.
Toolbar
Bug Fixes
#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.