This commit is contained in:
pipeline 2023-05-23 12:07:07 +00:00
Родитель 5561658921
Коммит ea8babeb30
47 изменённых файлов: 565 добавлений и 32 удалений

Просмотреть файл

@ -2,6 +2,22 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### RadioButton
#### Bug Fixes
- `#I463728` - The issue with "Provide the boolean value support for radio button while using the v-model property in VUE platform" has been resolved.
## 21.2.5 (2023-05-16)
### RadioButton
#### Bug Fixes
- `#F182133` - The issue with "Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
## 21.2.3 (2023-05-03)
### Switch

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "21.2.3",
"version": "21.2.5",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### TimePicker
#### Bug Fixes
- `#SF-461465` - Issue with "Time picker dropdown width not responsive to input and icon" has been resolved.
## 21.1.41 (2023-04-18)
### DatePicker
@ -10,6 +18,20 @@
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component."
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component" has been resolved.
### DateTimePicker
#### Bug Fixes
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
### TimePicker
#### Bug Fixes
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
## 21.1.38 (2023-04-04)
### DatePicker
@ -1245,6 +1267,22 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
## 21.2.5 (2023-05-16)
### TimePicker
#### Bug Fixes
- `#454411` - Issue with "Value is not updated for timepicker component when setting programmatically" has been resolved.
## 21.2.4 (2023-05-09)
### DatePicker
#### Bug Fixes
- `#SF-459727` - Issue with "unable to prevent the datepicker popup from closing in mobile mode" has been resolved.
## 19.3.56 (2021-12-02)
### TimePicker

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "21.1.41",
"version": "21.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,36 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Chart
#### Bug Fixes
- `#F182033` - The marker is now proper while zooming the chart.
## 21.2.5 (2023-05-16)
### Chart
#### Bug Fixes
- `#F181976` - Now the tooltip is proper when using two axes in a chart.
- `#I451537` - Now, the axis label value is correct when an interval is not given.
- `#I451537` - Fixed an issue where the axis label was not displaying correctly.
- `#I451537` - Now, the secondary axis label will be correctly displayed without an interval.
- `#I452395` - Fixed an issue where the y-axis axis label was displaying double values.
- `#I452390` - Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
## 21.2.4 (2023-05-09)
### Chart
#### Bug Fixes
- `#I457088` - Fixed the console error thrown on clicking on the legend.
- `#I459170` - Now the accumulation data label is visible when using a template.
## 21.2.3 (2023-05-03)
### Chart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "21.2.3",
"version": "21.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,32 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Diagram
#### Bug Fixes
- `#I464229` - Now, Complex hierarchical tree layout is working fine while injecting line distribution.
## 21.2.5 (2023-05-16)
### Diagram
#### Bug Fixes
- `#I456104` - Now, swimlane child nodes are selectable after save and load.
## 21.2.4 (2023-05-09)
### Diagram
#### Bug Fixes
- `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
- `#I458205` - Now, bezier connector annotation alignment is working properly.
- `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
## 21.2.3 (2023-05-03)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "21.2.3",
"version": "21.2.5",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,55 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Document Editor
#### Bug Fixes
- `#I455945` - Resolved the issue in Shape position.
- `#I457467` - Now, getStyle() API will return the paragraph format.
- `#I454858` - Resolved the image missing issue in footer.
- `#I451667` - Horizontal scroll bar is not update properly based on cursor position.
- `#I457039` - Resolved the console error while giving accept all.
- `#I453407` - Resolved the script error when loading the document with smileys.
#### New Features
- `#I448978` - Added preservation support for text wrapping break.
- `#F179297` - Added navigation support between the multiple comments in a single line while clicking the comment icon.
- `#I433546` - Added support to show start and end markers for restricted range.
- `#I450206` - Added support to restrict maximum number of columns when creating a table.
## 21.2.5 (2023-05-16)
### Document Editor
#### Bug Fixes
- `#I449912` - Resolved layout issue while opening document.
- `#I450342` - Resolved the wrong Font issue while opening a document.
- `#I458331` - Resolved the paragraph combine issue when insert and delete comment.
- `#I458334` - Cursor position issue is resolved when shift enter key is pressed.
- `#I449581` - Resolved the script error when loading the track changes document with author field empty
- `#I452303` - Layout issue is now not occurred when editing the document.
- `#I452150` - Resolved the hanging issue when opening the attached document.
- `#I453495` - Resolved the Overlapping issue when we do enter/page break before the shape.
- `#I453196` - Resolved the issue in when perform undo action for Arabic content
- `#I454659` - Resolved the issue occurred when performing track changes for Arabic content.
- `#I449049` - A performance issue is resolved when typing inside the table.
## 21.2.4 (2023-05-09)
### Document Editor
#### Bug Fixes
- `#I451421` - Resolved the issue with list indentation.
- `#I450834` - Resolved the Script issue while opening SFDT.
- `#I452243` - Resolved the issue with modifying the style in existing styles.
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
## 21.2.3 (2023-05-03)
### Document Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "21.1.41",
"version": "21.2.5",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,39 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
## 21.2.5 (2023-05-16)
### ListBox
#### Bug Fixes
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
### DropDownList
#### Bug Fixes
- `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
### ComboBox
#### Bug Fixes
- `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
## 21.2.4 (2023-05-09)
### ListBox
#### Bug Fixes
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
## 21.2.3 (2023-05-03)
### ListBox

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 21.2.5 (2023-05-16)
### File Manager
#### Bug fixes
- `#I458668` - The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
- `#I464322` - The issue with `fileOpen` event in the File Manager component has been resolved.
## 21.2.3 (2023-05-03)
### File Manager

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,15 @@
## [Unreleased]
## 21.2.3 (2023-05-03)
## 21.2.6 (2023-05-23)
### Gantt Chart
#### Bug Fixes
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
### Gantt
@ -10,6 +18,39 @@
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 21.2.5 (2023-05-16)
### Gantt Chart
#### Bug Fixes
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
- `#I181309` - splitter position not updating after resize issue has been fixed.
- `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
- `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
- `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
- `#I434098` - Issue while rendering resource view without child mapping has been fixed.
- `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
- `#I434098` - Issue while rendering resource view without child mapping has been fixed.
## 21.2.4 (2023-05-09)
### Gantt Chart
#### Bug Fixes
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
-`#I449944` - Zoom out is not enabled.
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
## 21.2.3 (2023-05-03)
### Gantt Chart
@ -17,7 +58,7 @@
#### Bug Fixes
- `#I441205` - Two spinner appears while performing action issue has been fixed.
- -`#I451257`- No proper template for manual milestone parent.
- `#I451257` - No proper template for manual milestone parent.
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
## 21.1.41 (2023-04-18)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,50 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Grid
#### Bug Fixes
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
- `#I455549` - Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
- `#I458689` - Resolved the issue where the bottom border was not shown when using `virtualization` with a limited number of records.
- `#I456631` - Resolved the issue where the search functionality was not working properly within brackets.
- `#I458148` - `ResetOnRowClick` resets only the checked rows in the current page while using remote data binding has been resolved.
- `#I453406` - Removed the deprecated attribute `cellspacing` from the grid table and added the CSS property `border-spacing` instead.
- `I#459037` - Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
## 21.2.5 (2023-05-16)
### Grid
#### Bug Fixes
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
## 21.2.4 (2023-05-09)
### Grid
#### Bug Fixes
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
- `#I451314` - Provided support for exporting to PDF with custom data sources.
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
## 21.2.3 (2023-05-03)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "21.1.41",
"version": "21.2.5",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,15 @@
## [Unreleased]
## 21.2.3 (2023-05-03)
## 21.2.4 (2023-05-09)
### Heatmap
#### Bug fixes
- `#I456795` - The extra text element in the HeatMap component's DOM has now been properly removed.
## 21.1.41 (2023-04-18)
### Heatmap

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "21.1.37",
"version": "21.2.4",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,22 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Image Editor
#### Bug Fixes
- Issue with "Circle Selection after cropping" has been resolved.
## 21.2.5 (2023-05-16)
### Image Editor
#### Bug Fixes
- Issue with "Blinking while resizing selection in mobile mode" has been resolved.
## 21.2.3 (2023-05-03)
### Image Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-image-editor",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inplace-editor",
"version": "21.1.37",
"version": "21.2.3",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,14 +2,13 @@
## [Unreleased]
## 21.2.3 (2023-05-03)
## 21.2.6 (2023-05-23)
### NumericTextBox
### Uploader
#### Bug Fixes
- `#F181652` - The issue of "ng model value not being updated properly when we use min and max value" has been resolved.
- `#I455470` - The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
- `#I460888` - Issue with "Console error occurs when deleting files after data load" has been resolved.
## 21.1.38 (2023-04-04)
@ -1288,6 +1287,15 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
## 21.2.3 (2023-05-03)
### NumericTextBox
#### Bug Fixes
- `#F181652` - The issue of "ng model value not being updated properly when we use min and max value" has been resolved.
- `#I455470` - The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
## 21.1.39 (2023-04-11)
### Uploader

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "21.1.39",
"version": "21.2.4",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-kanban",
"version": "21.1.39",
"version": "21.2.3",
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Splitter
#### Bug Fixes
- `#I451526` - The issue with the "Pane resizing would not works properly" has been resolved.
## 20.4.48 (2023-02-01)
### Splitter

Просмотреть файл

@ -11,6 +11,22 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Maps
#### Bug fixes
- `#I457059` - Marker template will now be properly clustered in the Maps component.
## 21.2.4 (2023-05-09)
### Maps
#### Bug fixes
- `#F181587` - The click event will now be properly triggered in the button element in the tooltip template.
## 21.1.41 (2023-04-18)
### Maps

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-maps",
"version": "21.2.3",
"version": "21.2.4",
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,48 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Accordion
#### Bug Fixes
- `#I461717` - An issue with the accordion old templates is not cleared after the property change has been fixed.
## 21.2.5 (2023-05-16)
### TreeView
#### Bug fixes
- `#I459316` - Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.
- `#I450146` - Provided the horizontal scroll support for the TreeView component in mobile mode.
### Tab
#### Bug Fixes
- `#I459687` - An issue with the "Drag and drop is not working in the tab after setting `args.cancel` to true in the `dragStart` event" has been fixed.
## 21.2.4 (2023-05-09)
### ContextMenu
#### New Features
- `#I458989` - Provided the new parameter target to `beforeOpen` event argument of context menu component.
#### Bug Fixes
- `#I461864` - The issue with "Error is not handled gracefully in context menu enableItems method" has been resolved.
### Tab
#### Bug Fixes
- `#I458102` - An issue where the tab header did not update with dynamic data when the tab directives were rendered as HTML elements has been fixed.
- `#I457021` - The issue where the `data-id` attribute was being removed from tab items upon property change has been fixed.
## 21.2.3 (2023-05-03)
### Toolbar

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-navigations",
"version": "21.1.39",
"version": "21.2.5",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,35 @@
## [Unreleased]
## 21.2.5 (2023-05-16)
### PDF Viewer
#### Bug Fixes
- `#I460490` - Now, the signature style is saved when we save the typed signature option.
- `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
- `#I459487` - Now, the script error does not occur when importing the values programmatically.
- `#I461544` - Now, scrolling the multiline textbox field works when we set it to read-only.
- `#I462652` - Now, the form field validation works properly for non-rendered pages.
- `#I460704` - Now, the script error does not occur when pressing the delete key.
## 21.2.4 (2023-05-09)
### PDF Viewer
#### New Features
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field,
#### Bug Fixes
- `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
- `#I452436` - Now, the radio button and checkbox are added properly.
- `#I403367` - Now, underlining and text selection are working properly in the provided document.
- `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
- `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
## 21.2.3 (2023-05-03)
### PDF Viewer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,30 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Pivot Table
#### Bug Fixes
- The pivot table with server-side engine will now works properly.
## 21.2.5 (2023-05-16)
### Pivot Table
#### Bug Fixes
- Drill down/up will now work properly for headers with comma in an OLAP data source.
## 21.2.4 (2023-05-09)
### Pivot Table
#### Bug fixes
- `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
## 21.2.3 (2023-05-03)
### Pivot Table

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "21.2.3",
"version": "21.2.5",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-popups",
"version": "21.2.3",
"version": "21.2.4",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### QueryBuilder
#### Bug Fixes
- `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
## 21.1.37 (2023-03-29)
### QueryBuilder

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-querybuilder",
"version": "21.1.37",
"version": "21.2.3",
"description": "Essential JS 2 QueryBuilder for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,36 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### RichTextEditor
#### Bug Fixes
- `#I458845` - Now, entering any value at the end of the content in the Rich Text Editor works properly.
- `#I456729` - Now, the table row delete works properly even after cell merging is done in the table in the Rich Text Editor.
- `#I456729` - Now, the multilevel lists are aligned properly when pasting the list content from MS Word into the Rich Text Editor.
- `#I459516` - Now, when using the backspace key in Rich Text Editor, the random spaces will not be removed.
- `#I449973` - Now, when inserting the Mention list into the Rich Text Editor using the `Tab` key, the mention character will no longer appear.
## 21.2.5 (2023-05-16)
### RichTextEditor
#### Bug Fixes
- `#I456729` - Now, pasting the content alone with images from MS Word works properly in the Rich Text Editor.
- `#I420916` - Now, RichTextEditor is in RTL mode, the direction of the toolbar items has changed properly.
## 21.2.4 (2023-05-09)
### RichTextEditor
#### Bug Fixes
- `#I439501` - Now, when pasting the list content from MS Word, the roman number list formats are aligned properly.
- `#I456849` - Now, when the image is loaded from the Rich Text Editor value the resizing works properly.
## 21.1.41 (2023-04-18)
### RichTextEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-richtexteditor",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,31 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Schedule
#### Bug fixes
- `#I459507` - An issue with the following events option not being displayed while editing the edited occurrence of the recurrence series has been fixed.
## 21.2.5 (2023-05-16)
### Schedule
#### Bug fixes
- `#I459154` - An issue with Schedule performance while rendering large set all-day appointments in vertical views has been fixed.
## 21.2.4 (2023-05-09)
### Schedule
#### Bug fixes
- `#I457705` - An issue with appointment not dropped on target cell when start and end time is same has been fixed.
- `#I457928` - An issue with the appointment misalignment has been fixed.
## 21.1.41 (2023-04-18)
### Schedule

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "21.1.41",
"version": "21.2.5",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 21.2.5 (2023-05-16)
### ProgressButton
#### Bug Fixes
- `#I463462` - Issue in ProgressButton, spinner is not loaded properly has been resolved.
## 21.1.41 (2023-04-18)
### DropDownButton

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-splitbuttons",
"version": "21.1.41",
"version": "21.2.5",
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-spreadsheet",
"version": "21.1.41",
"version": "21.2.3",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,31 @@
## [Unreleased]
## 21.2.6 (2023-05-23)
### Tree Grid
#### Bug Fixes
- `#I459413` - Fixed an issue where the expanded status in remote data was not updating correctly for nested child records.
## 21.2.5 (2023-05-16)
### Tree Grid
#### Bug Fixes
- `#I826966` - Fixed a bug where records were getting missed when adding a record at the bottom of the virtualization enabled sample.
- `#I454734` - Resolved filtering is not working properly when using remote data with hierarchy mode as "Both".
## 21.2.4 (2023-05-09)
### Tree Grid
#### Bug Fixes
- `#I181658` - Fixed the issue where a script error was thrown when moving a dropdown option with key input (Arrow Keys) in edit template.
## 21.2.3 (2023-05-03)
### Tree Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-treegrid",
"version": "21.2.3",
"version": "21.2.5",
"description": "Essential JS 2 TreeGrid Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",