This commit is contained in:
pipeline 2023-12-05 03:18:48 +00:00
Родитель a0d24d56b1
Коммит 5690313aa4
25 изменённых файлов: 125 добавлений и 21 удалений

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

@ -2,7 +2,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### Barcode

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

@ -2,6 +2,14 @@
## [Unreleased]
## 23.2.7 (2023-12-05)
### Chip
#### Bug Fixes
- `#I525416` - The issue when updating the `chips` property when multiple chip component rendered in the page has been resolved.
## 23.1.43 (2023-10-31)
### RadioButton

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "23.2.4",
"version": "23.2.6",
"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,7 +2,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### Chart

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "23.2.4",
"version": "23.2.6",
"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",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "23.2.5",
"version": "23.2.6",
"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,31 @@
## [Unreleased]
## 23.2.7 (2023-12-05)
### MultiSelect
#### Bug Fixes
- `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
## 23.2.6 (2023-11-28)
### DropDownList
#### Bug Fixes
- `#I519795` - Fixed an issue where the `BeforeOpenEvent` was triggered twice when the open event was Cancelled.
- `#I520598` - Resolved issue where the equal to operator on `props.dataSource` in the `updateDataSource` function would always evaluate to false when it was an empty array.
## 23.2.5 (2023-11-23)
### Mention
#### Bug Fixes
- `#I519427` - Fixed a popup positioning issue that occurred when filtering.
## 23.2.4 (2023-11-20)
### ListBox

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

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

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

@ -2,6 +2,14 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
### FileManager
#### Bug Fixes
- `#I519514` - The folder creation issue in the File Manager component navigation pane has been resolved.
## 23.2.4 (2023-11-20)
### FileManager

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

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

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

@ -2,7 +2,20 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### GanttChart
#### Bug Fixes
- `#I525741` - Timeline rendered wrongly when changing the timeline from Fit to view to other view issue has been fixed.
- `#I522431` - Parent task duration not update while child task date is edited issue has been fixed.
- `#I520506` - Switching from yearly to quarterly view gives white space issue has been fixed.
- `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
## 23.2.5 (2023-11-23)
### GanttChart
@ -12,8 +25,11 @@
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
- `#I520146` - Timeline render in advance the project start date while resizing taskbar issue has been fixed.
- `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
- `#I516954` - Dependency line not render after adding child record issue has been fixed.
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I515425` - Issue with observable data binding in Gantt chart issue has been fixed.
- `#I521906` - Milestone not working properly while drop at weekend issue has been fixed.
- `#I516954` - Dependency line not render after adding child record issue has been fixed.
## 23.2.4 (2023-11-20)

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

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

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "23.2.4",
"version": "23.2.6",
"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,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### ImageEditor

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

@ -2,7 +2,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### Toast

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

@ -2,7 +2,16 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### PDF Viewer
#### Bug Fixes
- `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
- `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
## 23.2.6 (2023-11-29)
### PDF Viewer
@ -13,6 +22,7 @@
- `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
- `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
- `#I517119` - now, the Search does not highlights the wrong area after zoom in standalone PDF Viewer.
- `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
## 23.2.5 (2023-11-23)

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

@ -2,7 +2,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### PivotTable

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

@ -2,7 +2,7 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### ProgressBar

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

@ -2,7 +2,16 @@
## [Unreleased]
## 23.2.6 (2023-11-28)
## 23.2.7 (2023-12-05)
### Ribbon
#### Features
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
## 23.2.5 (2023-11-23)
### Ribbon

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

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

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

@ -5,7 +5,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
import { RibbonTabsDirective } from './tabs.directive';
export const inputs: string[] = ['activeLayout','backStageMenu','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];
export const outputs: string[] = ['created','launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];
export const outputs: string[] = ['created','launcherIconClick','overflowPopupClose','overflowPopupOpen','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];
export const twoWays: string[] = [''];
/**
@ -30,6 +30,8 @@ export class RibbonComponent extends Ribbon implements IComponentBase {
public tagObjects: any;
created: any;
launcherIconClick: any;
overflowPopupClose: any;
overflowPopupOpen: any;
ribbonCollapsing: any;
ribbonExpanding: any;
tabSelected: any;

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

@ -2,6 +2,20 @@
## [Unreleased]
## 23.2.7 (2023-12-05)
### RichTextEditor
#### Bug Fixes
- `#I525285`- Now, when copying content from a Word document and pasting it into the Rich Text Editor, it would not remove the non-breaking space.
- `#I515735`- Now, the alternative dialog opens based on the image position, preventing unwanted scrolling.
- `#I517343`- Now, the table style status is updated properly in the table quick toolbar dropdown items in the Rich Text Editor.
- `#I524361`- Now, pressing the enter key when `enterKey` is configured as `BR` and the cursor is at the start of the line works properly.
-`#I518641` - Now, the RichTextEditor is working properly when click the full screen toolbar icon.
## 23.2.6 (2023-11-28)
### RichTextEditor
@ -10,6 +24,7 @@
- `#I515378` - Now, the toolbar status will be properly updated when the toolbar is enabled dynamically in the Rich Text Editor.
- `#I512106` - Now, the quick toolbar will be destroyed without any script errors during page navigation.
- `#I521260` - When clicking the escape key, the table creation popup closes properly in the RichTextEditor component.
## 23.2.5 (2023-11-23)

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

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

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

@ -2,6 +2,17 @@
## [Unreleased]
## 23.2.7 (2023-12-05)
### TreeGrid
#### Bug Fixes
- `#I517211` - Exception throws on dynamically changing the stacked column and normal column.
- `#FB48417` - Fixed the issue where a Script Error was thrown when searching for an invalid value and when rendering empty data.
- `#FB48417` - Fixed the issue where a Script Error was thrown when searching for an invalid value and when rendering empty data.
## 23.2.6 (2023-11-28)
### TreeGrid

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

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