Skip to content

Commit 58064da

Browse files
author
pipeline
committed
v19.3.57 is released
1 parent cad2211 commit 58064da

File tree

33 files changed

+124
-36
lines changed

33 files changed

+124
-36
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.56 (2021-12-02)
5+
## 19.3.57 (2021-12-07)
66

77
### Common
88

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "19.3.44",
3+
"version": "19.3.53",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
## [Unreleased]
44

5-
## 19.3.56 (2021-12-02)
6-
7-
### TimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
12-
- `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
13-
145
## 19.3.46 (2021-10-19)
156

167
### TimePicker
@@ -1226,6 +1217,15 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12261217
- **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.
12271218

12281219

1220+
## 19.3.56 (2021-12-02)
1221+
1222+
### TimePicker
1223+
1224+
#### Bug Fixes
1225+
1226+
- `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
1227+
- `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
1228+
12291229
## 19.3.44 (2021-10-05)
12301230

12311231
### DateTimePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "19.3.55",
3+
"version": "19.3.56",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.3.56 (2021-12-02)
5+
## 19.3.55 (2021-11-23)
66

77
### Chart
88

99
#### Bug Fixes
1010

1111
- Tooltip is now working fine in react library for mobile device.
1212
- `#I347059` - Data label is now rendering properly for stacking column.
13+
- `#F170296` - Datalabels are now removed for empty datasource on dynamic update.
1314

1415
## 19.3.54 (2021-11-17)
1516

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "19.3.54",
3+
"version": "19.3.55",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/src/range-navigator/rangenavigator.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
55
import { RangenavigatorSeriesCollectionDirective } from './series.directive';
66

77
export const inputs: string[] = ['allowIntervalData','allowSnapping','animationDuration','background','dataSource','disableRangeSelector','enableDeferredUpdate','enableGrouping','enablePersistence','enableRtl','groupBy','height','interval','intervalType','labelFormat','labelIntersectAction','labelPosition','labelStyle','locale','logBase','majorGridLines','majorTickLines','margin','maximum','minimum','navigatorBorder','navigatorStyleSettings','periodSelectorSettings','query','secondaryLabelAlignment','series','skeleton','skeletonType','theme','tickPosition','tooltip','useGroupingSeparator','value','valueType','width','xName','yName'];
8-
export const outputs: string[] = ['beforePrint','changed','labelRender','load','loaded','resized','selectorRender','tooltipRender','dataSourceChange'];
8+
export const outputs: string[] = ['beforePrint','beforeResize','changed','labelRender','load','loaded','resized','selectorRender','tooltipRender','dataSourceChange'];
99
export const twoWays: string[] = ['dataSource'];
1010

1111
/**
@@ -29,6 +29,7 @@ export class RangeNavigatorComponent extends RangeNavigator implements IComponen
2929
public context : any;
3030
public tagObjects: any;
3131
beforePrint: any;
32+
beforeResize: any;
3233
changed: any;
3334
labelRender: any;
3435
load: any;

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.3.56 (2021-12-02)
8+
## 19.3.53 (2021-11-12)
99

1010
### CircularGauge
1111

components/circulargauge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-circulargauge",
3-
"version": "19.3.46",
3+
"version": "19.3.53",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.56 (2021-12-02)
5+
## 19.3.57 (2021-12-07)
66

77
### Diagram
88

0 commit comments

Comments
 (0)