Skip to content

Commit

Permalink
v19.3.53 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 12, 2021
1 parent 10aaa71 commit a91ee78
Show file tree
Hide file tree
Showing 36 changed files with 191 additions and 29 deletions.
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Common

Expand Down
9 changes: 9 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Chart

#### Bug Fixes

- `#I346472`- Selection and highlight color is not proper when using pointColorMapping is fixed.
- `#I346183` - StackingArea not rendering properly in huge data has been fixed.

## 19.3.48 (2021-11-02)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "19.3.46",
"version": "19.3.48",
"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",
Expand Down
8 changes: 8 additions & 0 deletions components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### CircularGauge

#### Bug Fixes

- `#I346747` - When the range tooltip is enabled and the pointer is hovered over, the tooltip now works properly.

## 19.3.46 (2021-10-19)

### CircularGauge
Expand Down
8 changes: 8 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Diagram

#### Bug Fixes

- `#I346110` - The issue "Text did not display on Connector line after adjusting the Bezier Connector" has been fixed.

## 19.3.48 (2021-11-02)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "19.3.47",
"version": "19.3.48",
"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",
Expand Down
53 changes: 53 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Document Editor

#### Bug Fixes

- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
- `#I345594` - Resolved the new style listing problem during localization.
- `#I344840` - Resolved the height and width for `insertImage` API.
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
- `#I342774` - Resolved the word export issue for document with content control.
- `#I340276` - Resolved issue with entering custom date time value in form field.
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
- `#I343106` - Resolved the table border rendering issue.
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
- `#I338302` - Resolved the hanging issue when opening document with table.
- `#I339240` - RTL list is now deleted properly.
- `#I340758` - Resolved the word export issue for the table with merged cells.
- `#I341140` - Track changes content is now updated properly for the existing empty line.
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
- `#I341985` - Resolved the tab space rendering issue.
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
- `#I338947` - Resolved the undo problem after paste of hebrew text.
- `#I341435` - Optimized the content change event triggering in Document Editor.
- `#I340867` - Selection issue after applying character format is resolved.
- `#I341335` - Resolved the text formatting preservation for merge fields.
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
- `#I335659` - Resolved the undo/redo some text in RTL mode.
- `#I340643` - Resolved the comment mark removal issue in comment delete.
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
- `#I339453` - Resolved the rendering issue in fixed table width case.
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
- `#I339602` – Track changes is now updated properly in header and footer.
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
- `#I339714` – Footnote order is now updated properly.
- `#I339973` - Table serialization issue in word export is resolved.
- `#I340795` – Issue with copying field is resolved.
- `#I339872` – Page number is footer is now updated properly.
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
- `#I340532` – Html elements are nor properly disposed.
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
- `#I341375` – Resolved the history issue in comment operations.
- `#I341840` – Resolved the table rendering issue.

#### New Features

- `#I345565` - Added support for Word 2013 justification.
- `#I343497` - Added support to render the texture style for table cell shading.
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.

## 19.3.48 (2021-11-02)

### Document Editor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "19.3.47",
"version": "19.3.48",
"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",
Expand Down
15 changes: 15 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Dropdown Tree

#### Bug Fixes

- `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.

### MultiSelect

#### New Features

- `#F158756` - Now, you can convert the typed value as chip or update as value of the component while focusing out the component by enabling the `addTagOnBlur` property.
- `#I346387` - Issue with "select all checkbox is not displayed properly while selecting an item from the list" has been resolved.

## 19.3.48 (2021-11-02)

### Dropdown Tree
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "19.3.47",
"version": "19.3.48",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MultiSelect } from '@syncfusion/ej2-dropdowns';
import { Template } from '@syncfusion/ej2-angular-base';


export const inputs: string[] = ['actionFailureTemplate','allowCustomValue','allowFiltering','changeOnBlur','closePopupOnSelect','cssClass','dataSource','delimiterChar','enableGroupCheckBox','enableHtmlSanitizer','enablePersistence','enableRtl','enableSelectionOrder','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','hideSelectedItem','htmlAttributes','ignoreAccent','ignoreCase','itemTemplate','locale','maximumSelectionLength','mode','noRecordsTemplate','openOnClick','placeholder','popupHeight','popupWidth','query','readonly','selectAllText','showClearButton','showDropDownIcon','showSelectAll','sortOrder','text','unSelectAllText','value','valueTemplate','width','zIndex'];
export const inputs: string[] = ['actionFailureTemplate','addTagOnBlur','allowCustomValue','allowFiltering','changeOnBlur','closePopupOnSelect','cssClass','dataSource','delimiterChar','enableGroupCheckBox','enableHtmlSanitizer','enablePersistence','enableRtl','enableSelectionOrder','enabled','fields','filterBarPlaceholder','filterType','floatLabelType','footerTemplate','groupTemplate','headerTemplate','hideSelectedItem','htmlAttributes','ignoreAccent','ignoreCase','itemTemplate','locale','maximumSelectionLength','mode','noRecordsTemplate','openOnClick','placeholder','popupHeight','popupWidth','query','readonly','selectAllText','showClearButton','showDropDownIcon','showSelectAll','sortOrder','text','unSelectAllText','value','valueTemplate','width','zIndex'];
export const outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforeOpen','beforeSelectAll','blur','change','chipSelection','close','created','customValueSelection','dataBound','destroyed','filtering','focus','open','removed','removing','select','selectedAll','tagging','valueChange'];
export const twoWays: string[] = ['value'];

Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### File Manager

Expand Down
13 changes: 12 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Gantt

#### Bug Fixes

- `#342557` - In fixed work type duration update issue has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 19.3.48 (2021-11-02)

### Gantt
Expand All @@ -12,7 +22,8 @@
- `#346516` - Issue in context menu after cell editing has been fixed.
- `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#346516` - Issue in context menu after cell editing has been fixed.
- `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.

## 19.3.47 (2021-10-26)

Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "19.3.47",
"version": "19.3.48",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Grid

Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### In-place Editor

Expand Down
8 changes: 8 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### ColorPicker

#### Bug Fixes

- Overflow issue in ColorPicker has been resolved.

## 19.3.48 (2021-11-02)

### ColorPicker
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inputs",
"version": "19.3.47",
"version": "19.3.48",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Kanban

Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### ListBase

Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Maps

Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "19.3.47",
"version": "19.3.48",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 19.3.53 (2021-11-12)

### Pivot Table

#### Bug Fixes

- The Pivot Table can now be exported properly with static field list.

#### New Features

- `#I343343` - Provided support to render value totals alone when no field in row axis.

## 19.3.48 (2021-11-02)

### Pivot Table
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pivotview",
"version": "19.3.47",
"version": "19.3.48",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Tooltip

Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### QueryBuilder

Expand Down
12 changes: 11 additions & 1 deletion components/richtexteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### RichTextEditor

#### Bug Fixes

- `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
- `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
- `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.

## 19.3.47 (2021-10-26)

### RichTextEditor

Expand Down
2 changes: 1 addition & 1 deletion components/richtexteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-richtexteditor",
"version": "19.3.46",
"version": "19.3.47",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 7 additions & 2 deletions components/schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## [Unreleased]

## 19.3.48 (2021-11-02)
## 19.3.53 (2021-11-12)

### Schedule

#### New Features

- `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided support to render the spanned events in the time slot region also based on the `spannedEventPlacement` option within the `eventSettings` property.
- `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided option to render the spanned events greater than 24 hours in either `AllDayRow` region or `TimeSlot` region.
- `#I339786` - Provided localization support for timezone collections which are displayed in the editor window.

## 19.3.48 (2021-11-02)

### Schedule

#### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion components/schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-schedule",
"version": "19.3.46",
"version": "19.3.48",
"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",
Expand Down
Loading

0 comments on commit a91ee78

Please sign in to comment.