Skip to content

Commit 132f97f

Browse files
author
pipeline
committed
v17.4.41 is released
1 parent 8a09fd4 commit 132f97f

Some content is hidden

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

57 files changed

+319
-50
lines changed

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.41 (2020-01-07)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I252331` - Issue with object reference not maintained in Vue has been fixed.
12+
513
## 17.2.48-beta (2019-08-28)
614

715
### Common

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.41 (2020-01-07)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- Issue with "change event triggered while again click on the selected month in month view" has been resolved.
12+
513
## 17.4.40 (2019-12-24)
614

715
### DateRangePicker

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-vue-calendars",
3-
"version": "17.4.39",
3+
"version": "17.4.40",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.41 (2020-01-07)
6+
7+
### Stock Chart
8+
9+
#### New Features
10+
11+
- `#257199` - Provided support to enable/disable the Date Range Picker in Stock Chart's period selector.
12+
13+
#### Bug Fixes
14+
15+
- `#257199` - Tooltip stops showing after resizing window issue has fixed.
16+
517
## 17.4.40 (2019-12-24)
618

719
### Chart
820

921
#### Bug Fixes
1022

11-
- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.
23+
- `#149930` - Chart with DataManager in offline mode makes a request to the server for multiple times issue got fixed.
24+
- Issue in Stacking line series with multiple axes is fixed now.
25+
- `#257935` - Alignment issue in axis labels when rotated at 90 degree is fixed now.
1226

1327
## 17.4.39 (2019-12-17)
1428

components/charts/dist/ej2-vue-charts.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/ej2-vue-charts.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-vue-charts.es2015.js

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-vue-charts.es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-vue-charts.es5.js

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-vue-charts.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)