Skip to content

Commit

Permalink
v19.3.54 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 17, 2021
1 parent a91ee78 commit 9e1e577
Show file tree
Hide file tree
Showing 34 changed files with 595 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.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### 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.54 (2021-11-17)

### Chart

#### Bug Fixes

- `#I346999` - Data label connector line is now working properly for value zero.
- `#I347279` - Marker color is now working properly for `MulticoloredLine` series type.

## 19.3.53 (2021-11-12)

### 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.48",
"version": "19.3.53",
"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
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 19.3.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### CircularGauge

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

## [Unreleased]

## 19.3.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### Diagram

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

## [Unreleased]

## 19.3.54 (2021-11-17)

### Document Editor

#### Bug Fixes

- `I344713`- Resolved table header row rendering issue.
- `I341963` - Resolved the table rendering issue.
- `I344704` - Resolved the empty paragraph tracking issue.
- `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.

## 19.3.53 (2021-11-12)

### 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.48",
"version": "19.3.53",
"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
2 changes: 1 addition & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.3.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### Dropdown Tree

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.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### File Manager

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

## [Unreleased]

## 19.3.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### Gantt

Expand Down
19 changes: 18 additions & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

## [Unreleased]

## 19.3.53 (2021-11-12)
## 19.3.54 (2021-11-17)

### Grid

#### Bug Fixes

- `#I346575` - Command button click event argument type not returned properly is fixed.
- `#I347290` - Persist selection is not working properly when enable selection dynamically is fixed.
- `#I344276` - `HTMLtag` is not disable properly in tooltip has been fixed.
- `#I346882` - Throws script error while enabling with `filterbarTemplate` with `ShowFilterBarOperator` is fixed.
- `#F170007` - Autofit issue while render empty records has been fixed.
- `#I345285` - Footer aggregate is not aligned properly has been fixed.

#### New Features

- `#I338539` - Provided the tag helper support for single level stacked header in Angular Grid.

## 19.3.48 (2021-11-02)

### Grid

Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "19.3.47",
"version": "19.3.53",
"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",
Expand Down
16 changes: 11 additions & 5 deletions components/grids/src/grid/columns.directive.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
import { Template } from '@syncfusion/ej2-angular-base';

import { StackedColumnsDirective } from './stacked-column.directive';

let input: string[] = ['allowEditing', 'allowFiltering', 'allowGrouping', 'allowReordering', 'allowResizing', 'allowSearching', 'allowSorting', 'autoFit', 'clipMode', 'columns', 'commands', 'customAttributes', 'dataSource', 'defaultValue', 'disableHtmlEncode', 'displayAsCheckBox', 'edit', 'editTemplate', 'editType', 'enableGroupByFormat', 'field', 'filter', 'filterBarTemplate', 'filterTemplate', 'foreignKeyField', 'foreignKeyValue', 'format', 'formatter', 'freeze', 'headerTemplate', 'headerText', 'headerTextAlign', 'headerValueAccessor', 'hideAtMedia', 'index', 'isFrozen', 'isIdentity', 'isPrimaryKey', 'lockColumn', 'maxWidth', 'minWidth', 'showColumnMenu', 'showInColumnChooser', 'sortComparer', 'template', 'textAlign', 'type', 'uid', 'validationRules', 'valueAccessor', 'visible', 'width'];
let outputs: string[] = [];
Expand All @@ -22,14 +22,14 @@ let outputs: string[] = [];
inputs: input,
outputs: outputs,
queries: {

childColumns: new ContentChild(StackedColumnsDirective)
}
})
export class ColumnDirective extends ComplexBase<ColumnDirective> {
public directivePropList: any;



public childColumns: any;
public tags: string[] = ['columns'];
/**
* Defines the data type of the column.
* @default null
Expand Down Expand Up @@ -289,7 +289,13 @@ export class ColumnDirective extends ComplexBase<ColumnDirective> {
* @default null
*/
public formatter: any;

/**
* defines which side the column need to freeze
* The available built-in freeze directions are
* * Left - Freeze the column at left side.
* * Right - Freeze the column at right side.
* @default null
*/
public freeze: any;
/**
* Defines the header text of column which is used to display in column header.
Expand Down
1 change: 1 addition & 0 deletions components/grids/src/grid/grid-all.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NgModule, ValueProvider } from '@angular/core';
import { CommonModule } from '@angular/common';
import { StackedColumnDirective, StackedColumnsDirective } from './stacked-column.directive';
import { ColumnDirective, ColumnsDirective } from './columns.directive';
import { AggregateColumnDirective, AggregateColumnsDirective } from './aggregate-columns.directive';
import { AggregateDirective, AggregatesDirective } from './aggregates.directive';
Expand Down
5 changes: 5 additions & 0 deletions components/grids/src/grid/grid.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { StackedColumnDirective, StackedColumnsDirective } from './stacked-column.directive';
import { ColumnDirective, ColumnsDirective } from './columns.directive';
import { AggregateColumnDirective, AggregateColumnsDirective } from './aggregate-columns.directive';
import { AggregateDirective, AggregatesDirective } from './aggregates.directive';
Expand All @@ -12,6 +13,8 @@ import { GridComponent } from './grid.component';
imports: [CommonModule],
declarations: [
GridComponent,
StackedColumnDirective,
StackedColumnsDirective,
ColumnDirective,
ColumnsDirective,
AggregateColumnDirective,
Expand All @@ -21,6 +24,8 @@ import { GridComponent } from './grid.component';
],
exports: [
GridComponent,
StackedColumnDirective,
StackedColumnsDirective,
ColumnDirective,
ColumnsDirective,
AggregateColumnDirective,
Expand Down
1 change: 1 addition & 0 deletions components/grids/src/grid/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {StackedColumnDirective,StackedColumnsDirective} from './stacked-column.directive';
export {ColumnDirective,ColumnsDirective} from './columns.directive';
export {AggregateColumnDirective,AggregateColumnsDirective} from './aggregate-columns.directive';
export {AggregateDirective,AggregatesDirective} from './aggregates.directive';
Expand Down
Loading

0 comments on commit 9e1e577

Please sign in to comment.