Skip to content

Commit 392d889

Browse files
author
pipeline
committed
v17.1.38 is released
1 parent fec7255 commit 392d889

File tree

455 files changed

+10698
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+10698
-521
lines changed

components/base/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 17.1.38 (2019-03-29)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Fixed `CheckBox` not disabling issue.
12+
- Fixed binding not working properly while using `ngx-tanslate` pipe.
13+
514
## 17.1.32-beta (2019-03-13)
615

716
### Common

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "17.1.1",
3+
"version": "17.1.32",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

+36-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.38 (2019-03-29)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- Reactive form value change issue fixed.
12+
513
## 17.1.1-beta (2019-01-29)
614

715
### Chips
@@ -14,6 +22,32 @@ The Chip control contains a small block of essential information that triggers a
1422
- `Filter chip` - Used to select multiple choices from the available options.
1523
- `Action chip` - Used to trigger actions for primary content.
1624

25+
## 16.4.53 (2019-02-13)
26+
27+
### Button
28+
29+
#### Bug Fixes
30+
31+
- Flat button text is not visible in bootstrap theme issue is fixed.
32+
33+
## 16.4.40-beta (2018-12-10)
34+
35+
### Chips
36+
37+
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
38+
39+
40+
- `Input chip` - Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.
41+
- `Choice chip` - Used to select a choice from the available options.
42+
- `Filter chip` - Used to select multiple choices from the available options.
43+
- `Action chip` - Used to trigger actions for primary content.
44+
45+
### CheckBox
46+
47+
#### Bug Fixes
48+
49+
- Change event triggers twice issue fixed.
50+
1751
## 16.3.33 (2018-11-20)
1852

1953
### CheckBox
@@ -181,13 +215,13 @@ RadioButton is a graphical user interface element that allows to select one opti
181215
- **Sizes** - Provided with different sizes of RadioButton.
182216

183217

184-
## 16.4.40-beta (2018-12-10)
218+
## 16.4.55 (2019-02-27)
185219

186220
### CheckBox
187221

188222
#### Bug Fixes
189223

190-
- Change event triggers twice issue fixed.
224+
- Performance issue with key press is fixed.
191225

192226
## 16.3.25 (2018-10-15)
193227

components/buttons/dist/CHANGELOG.md

+36-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.38 (2019-03-29)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- Reactive form value change issue fixed.
12+
513
## 17.1.1-beta (2019-01-29)
614

715
### Chips
@@ -14,6 +22,32 @@ The Chip control contains a small block of essential information that triggers a
1422
- `Filter chip` - Used to select multiple choices from the available options.
1523
- `Action chip` - Used to trigger actions for primary content.
1624

25+
## 16.4.53 (2019-02-13)
26+
27+
### Button
28+
29+
#### Bug Fixes
30+
31+
- Flat button text is not visible in bootstrap theme issue is fixed.
32+
33+
## 16.4.40-beta (2018-12-10)
34+
35+
### Chips
36+
37+
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
38+
39+
40+
- `Input chip` - Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.
41+
- `Choice chip` - Used to select a choice from the available options.
42+
- `Filter chip` - Used to select multiple choices from the available options.
43+
- `Action chip` - Used to trigger actions for primary content.
44+
45+
### CheckBox
46+
47+
#### Bug Fixes
48+
49+
- Change event triggers twice issue fixed.
50+
1751
## 16.3.33 (2018-11-20)
1852

1953
### CheckBox
@@ -181,13 +215,13 @@ RadioButton is a graphical user interface element that allows to select one opti
181215
- **Sizes** - Provided with different sizes of RadioButton.
182216

183217

184-
## 16.4.40-beta (2018-12-10)
218+
## 16.4.55 (2019-02-27)
185219

186220
### CheckBox
187221

188222
#### Bug Fixes
189223

190-
- Change event triggers twice issue fixed.
224+
- Performance issue with key press is fixed.
191225

192226
## 16.3.25 (2018-10-15)
193227

components/buttons/dist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-buttons","version":"17.1.1","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-buttons":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"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","angular","ng","ej2-ng-buttons","ng-button","ng-checkbox","ng-radiobutton","ng-switch"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-buttons.umd.js","module":"@syncfusion/ej2-angular-buttons.es5.js","es2015":"@syncfusion/ej2-angular-buttons.js","typings":"ej2-angular-buttons.d.ts","metadata":"ej2-angular-buttons.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-buttons","version":"17.1.32","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-buttons":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"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","angular","ng","ej2-ng-buttons","ng-button","ng-checkbox","ng-radiobutton","ng-switch"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-buttons.umd.js","module":"@syncfusion/ej2-angular-buttons.es5.js","es2015":"@syncfusion/ej2-angular-buttons.js","typings":"ej2-angular-buttons.d.ts","metadata":"ej2-angular-buttons.metadata.json"}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-buttons';
4-
exports.pkgVer = '^17.1.1';
4+
exports.pkgVer = '^17.1.32';
55
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
6-
exports.themeVer = '~17.1.1';
6+
exports.themeVer = '~17.1.32';
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.1.1';
2+
export const pkgVer = '^17.1.32';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.1.1';
4+
export const themeVer = '~17.1.32';

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "17.1.1",
3+
"version": "17.1.32",
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",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.1.1';
2+
export const pkgVer = '^17.1.32';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.1.1';
4+
export const themeVer = '~17.1.32';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import 'button/bootstrap4.scss';
2+
@import 'check-box/bootstrap4.scss';
3+
@import 'radio-button/bootstrap4.scss';
4+
@import 'switch/bootstrap4.scss';
5+
@import 'chips/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/button/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/check-box/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/chips/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/radio-button/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/switch/bootstrap4.scss';

components/calendars/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
1212

13+
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
14+
1315
### DateRangePicker
1416

1517
#### New Features

components/calendars/dist/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
1212

13+
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
14+
1315
### DateRangePicker
1416

1517
#### New Features
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-calendars","version":"17.1.1","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"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","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-calendars","version":"17.1.32","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"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","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-calendars';
4-
exports.pkgVer = '^17.1.1';
4+
exports.pkgVer = '^17.1.32';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.1.1';
6+
exports.themeVer = '~17.1.32';
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.1.1';
2+
export const pkgVer = '^17.1.32';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.1.1';
4+
export const themeVer = '~17.1.32';

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "17.1.1",
3+
"version": "17.1.32",
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",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.1.1';
2+
export const pkgVer = '^17.1.32';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.1.1';
4+
export const themeVer = '~17.1.32';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import 'calendar/bootstrap4.scss';
2+
@import 'timepicker/bootstrap4.scss';
3+
@import 'datepicker/bootstrap4.scss';
4+
@import 'daterangepicker/bootstrap4.scss';
5+
@import 'datetimepicker/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-calendars/styles/calendar/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-calendars/styles/datepicker/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-calendars/styles/daterangepicker/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4.scss';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-calendars/styles/timepicker/bootstrap4.scss';

components/charts/CHANGELOG.md

+28-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,41 @@
22

33
## [Unreleased]
44

5-
## 17.1.1-beta (2019-01-29)
5+
## 17.1.32-beta (2019-03-13)
66

7-
### Sparkline
7+
### Chart
88

99
#### New Features
1010

11-
- The right-to-left (RTL) rendering support has been provided
11+
- Stacking Line series type has been added to the chart.
12+
- 100% Stacking Line series type has been added to the chart.
13+
- Support has been provided to wrap axis labels to multiple lines.
14+
- Chart now supports animation on data updation.
1215

13-
### Chart
16+
#### Bug Fixes
17+
18+
- Zooming icons are not visible on refreshing chart is fixed.
19+
- Chart not exported to SVG in IE11 is fixed.
20+
- Now the secondary axis is removed after changing the series type from pareto to line.
21+
- Legend color is not changing while changing point color using point render event is fixed.
22+
23+
- Zooming icons are not visible on refreshing chart is fixed.
24+
- Chart not exported to SVG in IE11 is fixed.
25+
- Now the secondary axis is removed after changing the series type from pareto to line.
26+
27+
### Stock Chart
1428

1529
#### New Features
1630

17-
- Stacking Line series type has been added to the chart.
18-
- 100% Stacking Line series type has been added to the chart.
31+
- Stock chart now allows stock events to highlight important dates.
32+
33+
## 17.1.1-beta (2019-01-29)
34+
35+
### Sparkline
36+
37+
#### New Features
38+
39+
- The right-to-left (RTL) rendering support has been provided
1940

2041
## 16.4.48 (2019-01-22)
2142

@@ -26,7 +47,7 @@
2647
- Scatter chart's edge position render issue is fixed
2748
- Datalabel did not show properly in Edge browser is fixed
2849
- Trendline not rendering while using NaN as input issue is fixed
29-
- DataSource not refreshed in angular chart has been fixed
50+
- DataSource not refreshed in angular chart has been fixed.
3051

3152
## 16.4.47 (2019-01-16)
3253

0 commit comments

Comments
 (0)