Skip to content

Commit

Permalink
v20.3.57 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 15, 2022
1 parent 30eaf84 commit 140572a
Show file tree
Hide file tree
Showing 46 changed files with 292 additions and 43 deletions.
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "20.3.52",
"version": "20.3.56",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.3.57 (2022-11-15)

### Chips

#### Bug Fixes

- `#293361` - When setting `enabled` value as `false` in Chip component then the disabled chip item get focused issue has been resolved.

## 20.3.50 (2022-10-18)

### Checkbox
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "20.3.50",
"version": "20.3.56",
"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",
Expand Down
34 changes: 33 additions & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 20.3.56 (2022-11-08)
## 20.3.50 (2022-10-18)

### Calendar

Expand Down Expand Up @@ -1243,6 +1243,38 @@ 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.


## 20.3.56 (2022-11-08)

### DatePicker

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute is not disabled the form components" has been resolved.

### TimePicker

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

### DateTimePicker

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

### DateRangePicker

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

### Calendar

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

## 20.3.49 (2022-10-11)

### DatePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "20.3.49",
"version": "20.3.56",
"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",
Expand Down
10 changes: 10 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 20.3.57 (2022-11-15)

### Chart

#### Bug Fixes

- `#I415271` - Now technical indicator visible property working properly .
- `#I412377` - Space is not removed when removing the axis has been fixed .
- `#I415516` - Chart height is not proper issue has been fixed .

## 20.3.56 (2022-11-08)

### 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": "20.3.52",
"version": "20.3.56",
"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
11 changes: 11 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 20.3.57 (2022-11-15)

### Diagram

#### Bug Fixes

- `#I412223` - Now, the connector position is updated properly after resizing overview panel.
- `#I405669` - Now, adding BPMN Text annotation node inside swimlane at runtime is working properly.
- `#I412144` - Now, the segment thumb do not gets rendered while render orthogonal connector as a straight line.
- `#I412144` - Provided the support for orthogonal segment overlap with the source and target node.

## 20.3.50 (2022-10-18)

### 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": "20.3.50",
"version": "20.3.56",
"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
8 changes: 7 additions & 1 deletion components/diagrams/src/diagram/connectors.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
import { ConnectorFixedUserHandlesDirective } from './connector-fixeduserhandle.directive';
import { ConnectorAnnotationsDirective } from './connector-annotation.directive';

let input: string[] = ['addInfo', 'annotations', 'bezierSettings', 'bridgeSpace', 'connectionPadding', 'connectorSpacing', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'maxSegmentThumb', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
let input: string[] = ['addInfo', 'allowNodeOverlap', 'annotations', 'bezierSettings', 'bridgeSpace', 'connectionPadding', 'connectorSpacing', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'maxSegmentThumb', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
let outputs: string[] = [];
/**
* Connectors Directive
Expand Down Expand Up @@ -44,6 +44,12 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
* @default undefined
*/
public addInfo: any;
/**
* Specifies a value indicating whether to overlap the connector over with the source and target node.
* If the LineRouting is enabled in the diagram, then allowNodeOverlap property will not work.
* @default false
*/
public allowNodeOverlap: any;
/**
*
*/
Expand Down
20 changes: 17 additions & 3 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 20.3.57 (2022-11-15)

### Document Editor

#### Bug Fixes

- `#I415922` - Resolved the browser hanging issue while opening the document.
- `#I415359` - Resolved the table layouting issue while resizing the table.
- `#I414775` - Resolved the layouting issue while inserting page break.
- `#I414224` - Table resizing is now working properly in header/footer.
- `#I413303`, `#I417629` - Resolved the script error while opening the word document.
- `#I413477` - Resolved the script error while deleting text with comment.
- `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.

## 20.3.56 (2022-11-08)

### Document Editor
Expand All @@ -12,10 +26,10 @@
- `#I412146` - Resolved the script error while opening the document.
- `#I408099` - Resolved the list numbering issue.
- `#I412284` - Table border is now rendering properly.
- `#I413316` - Resolved the script error while removing few pages.
- `#I413316` - Resolved the script error while deleting content of few pages.
- `#I414066` - Resolved the script error while modifying locale key.
- `#I412817` - Formatting is now working properly in track changes protection mode.
- `#I413284` - Strike through is now rendering similar to MS Word.
- `#I412817` - Formatting is now applied properly in track changes protection mode.
- `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
- `#I412529` - Resolved the script error while opening html document with nested list.

#### New Features
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": "20.3.52",
"version": "20.3.56",
"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]

## 20.3.56 (2022-11-08)
## 20.3.57 (2022-11-15)

### ListBox

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

#### Bug Fixes

- `#I415519` - When setting the `getImageUrl` with the handler doesn't trigger a server-side GetImage operation in File Manager component issue has been resolved.

## 20.3.49 (2022-10-11)

### File Manager

#### Bug Fixes

- `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.

## 20.3.47 (2022-09-29)
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "20.3.47",
"version": "20.3.56",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
26 changes: 24 additions & 2 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,39 @@

## [Unreleased]

## 20.3.56 (2022-11-08)
## 20.3.57 (2022-11-15)

### Gantt

#### Bug Fixes

- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
- `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
- `#I65261` - Filtering functionality issues in duration column.
- `#I65321` - Task duration is not calculated properly in dialog edit.

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

## 20.3.56 (2022-11-08)

### Gantt

#### Bug Fixes

- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
- `#I414481` - Dynamically updating the `renderBaseline` property in immutable mode issue has been fixed.

## 20.3.52 (2022-10-26)

### Gantt

#### Bug Fixes

- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.

## 20.3.50 (2022-10-18)

### Gantt
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": "20.3.50",
"version": "20.3.56",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 14 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 20.3.57 (2022-11-15)

### Grid

#### Bug Fixes

- `#I413480` - Enter and shift enter key functionalities are working fine with template columns.
- `#F178089` - Script error with virtual scroll and frozen columns has been resolved.
- `#I414874` - Column chooser checkbox state is now reading properly by JAWS screen reader.
- `#I379911` - Now, the selected page will be read as current page by JAWS screen reader.
- `#I408692` - Tooltip Issue while using fancy characters in grid has been fixed.
- `#F38295` - Incorrect Ellipsis with narrow checkbox column in grid has been fixed.
- `#I413202` - Issue with rendering dropdown component in grid cell with batch editing has been fixed.

## 20.3.56 (2022-11-08)

### 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": "20.3.52",
"version": "20.3.56",
"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
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "20.3.50",
"version": "20.3.56",
"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",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-image-editor",
"version": "20.3.50",
"version": "20.3.56",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
34 changes: 24 additions & 10 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,19 @@

## [Unreleased]

## 20.3.56 (2022-11-08)

### TextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
## 20.3.57 (2022-11-15)

### NumericTextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
- `#I417969` - The issue "Clear button does not working after the component is enabled" has been resolved.

### MaskedTextBox
### TextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
- `#I415324` - The issue "Refresh method is not working properly in TextBox component" has been resolved.

## 20.3.50 (2022-10-18)

Expand Down Expand Up @@ -1285,6 +1279,26 @@ 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.


## 20.3.56 (2022-11-08)

### TextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

### NumericTextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

### MaskedTextBox

#### Bug Fixes

- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.

## 20.3.49 (2022-10-11)

### NumericTextBox
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": "20.3.50",
"version": "20.3.56",
"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
Loading

0 comments on commit 140572a

Please sign in to comment.