Skip to content

Commit

Permalink
v20.4.40 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 28, 2022
1 parent ded34e5 commit 422f496
Showing 57 changed files with 449 additions and 534 deletions.
4 changes: 0 additions & 4 deletions components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
@@ -44,10 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"Syncfusion",
"web-components",
"barcode",
"angular",
"ng",
"ng-barcodes",
8 changes: 8 additions & 0 deletions components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@

## [Unreleased]

## 20.4.40 (2022-12-28)

### Common

#### Bug Fixes

- `#I426526`, `#I421906` - The issue with the delay rendering of controls in the `ngAfterViewInit` hook has been resolved.

## 20.3.47 (2022-09-29)

### Common
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": "19.10.0",
"version": "20.4.38",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
2 changes: 0 additions & 2 deletions components/base/src/form-base.ts
Original file line number Diff line number Diff line change
@@ -92,7 +92,6 @@ export class FormBase<T> implements ControlValueAccessor {
// Used setTimeout for template binding
// Refer Link: https://github.com/angular/angular/issues/6005
// Removed setTimeout, Because we have called markForCheck() method in Angular Template Compiler
setTimeout(() => {
/* istanbul ignore else */
if (typeof window !== 'undefined') {
tempFormAfterViewThis.appendTo(tempFormAfterViewThis.element);
@@ -101,7 +100,6 @@ export class FormBase<T> implements ControlValueAccessor {
ele.addEventListener('blur', tempFormAfterViewThis.ngOnBlur.bind(tempFormAfterViewThis));
}
this.isFormInit = false;
});
}
public setDisabledState(disabled: boolean): void {
this.enabled = !disabled;
2 changes: 1 addition & 1 deletion components/base/src/template.ts
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export function compile(templateEle: AngularElementType, helper?: Object):
/* istanbul ignore next */
let conRef: ViewContainerRef = contRef ? contRef : component.viewContainerRef;
let viewRef: EmbeddedViewRef<Object> = conRef.createEmbeddedView(templateEle as TemplateRef<Object>, context);
viewRef.detectChanges();
viewRef.markForCheck();
/* istanbul ignore next */
let viewCollection: { [key: string]: EmbeddedViewRef<Object>[] } = (component && component.registeredTemplate) ?
component.registeredTemplate : getValue('currentInstance.registeredTemplate', conRef);
8 changes: 7 additions & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,13 @@

## [Unreleased]

## 20.4.38 (2022-12-21)
## 20.4.40 (2022-12-28)

### Chips

#### Bug Fixes

- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.

### Floating Action Button `Preview`

28 changes: 0 additions & 28 deletions components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -44,34 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-buttons",
"button",
"ej2 button",
"checkbox",
"ej2 checkbox",
"checkboxes",
"radio button",
"radiobutton",
"radiobuttons",
"ej2 radiobutton",
"switch",
"ej2 switch",
"primary button",
"flat button",
"round button",
"icon button",
"togglebutton",
"toggle button",
"form control",
"form controls",
"input",
"fab",
"floating button",
"floating action button",
"speeddial",
"floating menu",
"angular",
"ng",
"ej2-ng-buttons",
36 changes: 0 additions & 36 deletions components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -44,42 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"syncfusion",
"web-components",
"calendar",
"date",
"time",
"datetime",
"daterange",
"culture",
"month",
"year",
"decade",
"timepicker",
"strict-mode",
"step",
"interval",
"min",
"max",
"globalization",
"datepicker",
"daterangepicker",
"datetimepicker",
"enable-persistence",
"locale",
"value",
"format",
"week-number",
"enable-rtl",
"presets",
"min-days",
"max-days",
"start-date",
"end-date",
"time-format",
"rangepicker",
"month-picker",
"angular",
"ng",
"ng-calendars",
10 changes: 10 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,16 @@

## [Unreleased]

## 20.4.40 (2022-12-28)

### Chart

#### Bug Fixes

- `#I423644` - Now axis label is aligned properly when minimum value is high.
- `#I423606` - Trendline is now proper for zero values,
- `#I424547` - Now zooming the multi colored line is working properly.

## 20.4.38 (2022-12-21)

### Chart
42 changes: 11 additions & 31 deletions components/charts/package.json
Original file line number Diff line number Diff line change
@@ -44,38 +44,18 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2-chart",
"chart",
"pie",
"ej2-pie",
"accumulation-chart",
"ej2-rangeNavigator",
"rangenavigator",
"stockchart",
"accumulation",
"syncfusion",
"web-components",
"Javascript",
"Typescript",
"data",
"sparkline",
"Sparkline ej2-smithchart",
"smithchart",
"bulletchart",
"syncfusion",
"angular",
"ng-charts",
"ej2-ng-charts",
"ng-accumulationchart",
"ej2-ng-accumulationchart",
"ng-rangenavigator",
"ej2-ng-rangenavigator",
"ng-sparkline",
"ej2-ng-sparkline",
"ng-smithchart",
"ej2-ng-smithchart",
"ng-bulletchart",
"ej2-ng-bulletchart"
"angular-charts",
"angular-accumulation-chart",
"angular-pie-chart",
"angular-stock-chart",
"angular-rangenavigator",
"angular-rangeselector",
"angular-sparkline",
"angular-sparkline-chart",
"angular-smith-chart",
"angular-bullet-chart",
"angular-bullet-graph"
],
"repository": {
"type": "git",
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

## [Unreleased]

## 20.4.38 (2022-12-21)
## 20.4.40 (2022-12-28)

### Circular Gauge

25 changes: 0 additions & 25 deletions components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -44,31 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-circulargauge",
"typescript",
"javascript",
"circular",
"gauge",
"arc-gauge",
"radial-gauge",
"semi-circular-gauge",
"quarter-circular-gauge",
"half-gauge",
"quarter-gauge",
"scale",
"range",
"multiple-ranges",
"axis",
"needle",
"pointer",
"multiple-pointers",
"ticks",
"labels",
"annotation",
"animation",
"template",
"angular",
"ng-circulargauge",
"ej2-ng-circulargauge"
2 changes: 1 addition & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

## [Unreleased]

## 20.4.38 (2022-12-21)
## 20.4.40 (2022-12-28)

### Diagram

4 changes: 0 additions & 4 deletions components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -44,10 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"Syncfusion",
"web-components",
"diagram",
"angular",
"ng",
"ng-diagrams",
106 changes: 105 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,111 @@

## [Unreleased]

## 20.4.38 (2022-12-21)
## 20.4.40 (2022-12-28)

### Document Editor

#### Bug Fixes

- `#I421680` - Resolved the paragraph overlapping and border issue while opening the attached document.
- `#I424498` - Attached document with hyperlink text is now displayed properly.
- `#I425696` - Resolved the overlap issue in options pane.

## 20.3.60 (2022-12-06)

### Document Editor

#### Bug Fixes

- `#I418719` - Resolved the issue with removing bookmark element.
- `#I420043` - Table of content (TOC) is now updated properly.

## 20.3.59 (2022-11-29)

### Document Editor

#### Bug Fixes

- `#I417535` - The page number is not updated properly while inserting TOC.
- `#I418000` , `#F178993` - Resolved the tab character width issue.

## 20.3.58 (2022-11-22)

### Document Editor

#### Bug Fixes

- `#I417708` - Comment with multiple paragraph is now exported properly.
- `#I414849` - Textbox with no outline is now exported properly.
- `#I419171` - Resolved the script error while discarding the unposted comment.
- `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
- `#I418127` - Image width and height is now resized to fit inside the page width.
- `#I417899` - Table borders are now removed when border style set as none.
- `#I417257` - Ordinal number format is now preserved properly in exported word document.
- `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.

## 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

#### Bug Fixes

- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
- `#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 deleting content of few pages.
- `#I414066` - Resolved the script error while modifying locale key.
- `#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

- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.

## 20.3.52 (2022-10-26)

### Document Editor

#### Bug Fixes

- `#I410179` - Cell background color is now rendering properly.
- `#I411016` - List numbering is now rendered properly.
- `#I411008` - Paragraph border is now rendering properly.
- `#FB37770` - Resolved the script error while printing the document.
- `#I409887` - Replacing text with bookmark is now working properly.

## 20.3.50 (2022-10-18)

### Document Editor

#### Bug Fixes

- `#I410296` - Tooltip for the show/hide properties button is now updated properly.
- `#I407021` - Table properties are now reverted properly on undo/redo.
- `#I408686` - Comments pane is now switching properly while adding comment.
- `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
- `#I408431` - Resolved the script error while opening the document with track changes.
- `#I409991` - Resolved the table layouting issue.
- `#I407092` - Resolved the paragraph border rendering issue.
- `#I410940` - Resolved the script error while merging cells in header/footer.

## 20.3.49 (2022-10-11)

### Document Editor

Loading
Oops, something went wrong.

0 comments on commit 422f496

Please sign in to comment.