Skip to content

Commit 7b84367

Browse files
author
pipeline
committed
v17.4.51 is released
1 parent 04df56b commit 7b84367

File tree

90 files changed

+435
-291
lines changed

Some content is hidden

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

90 files changed

+435
-291
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.50 (2020-02-18)
5+
## 17.4.51 (2020-02-25)
66

77
### Barcode
88

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.50 (2020-02-18)
5+
## 17.4.51 (2020-02-25)
66

77
### Common
88

components/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.50 (2020-02-18)
5+
## 17.4.49 (2020-02-11)
66

77
### Button
88

components/buttons/package.json

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

components/calendars/CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
## 17.4.50 (2020-02-18)
66

7-
### Calendar
7+
### DateRangePicker
88

99
#### Bug Fixes
1010

11-
- Now, selection style is applied to the previous month selected date in the current month view.
11+
- `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
1212

13-
### DatePicker
13+
### Calendar
1414

1515
#### Bug Fixes
1616

17-
- `#261189` - Issue with "unable to select the value `1/1/1970` from datepicker popup in IE and Edge browser" has been resolved.
17+
- Now, selection style is applied to the previous month selected date in the current month view.
1818

1919
## 17.4.49 (2020-02-11)
2020

@@ -1096,6 +1096,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
10961096
- **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.
10971097

10981098

1099+
## 1.0 (2020-02-18)
1100+
1101+
### DatePicker
1102+
1103+
#### Bug Fixes
1104+
1105+
- `#261189` - Issue with "unable to select the value `1/1/1970` from datepicker popup in IE and Edge browser" has been resolved.
1106+
10991107
## 17.4.44 (2021-01-21)
11001108

11011109
### DatePicker

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.4.49",
3+
"version": "17.4.50",
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

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#264474` - X axis labels are not rendered in center of tick marks when angle is 270 issue has fixed.
12+
- `#264474` - Console error when angle is provided for x axis and data is assigned on vue mounted method issue has fixed.
13+
- `#264230` - Tooltip doesn't appears after zooming and hovering on same point has fixed.
14+
- `#151604` - Console error throwing when toggle the chart enableCanvas mode has fixed.
15+
16+
### Accumulation chart
17+
18+
#### Bug Fixes
19+
20+
- `263828` - Accumulation chart safari browser animation issue has fixed.
21+
22+
### RangeNavigator
23+
24+
#### Bug Fixes
25+
26+
- `266063` - Changed Event not triggered while releasing the click outside of the control has fixed.
27+
28+
### Sparkline
29+
30+
#### Bug Fixes
31+
32+
- `#264262` - `rangePadding` property is exposed to render the columns in the sparkline charts with proper axis padding.
33+
534
## 17.4.50 (2020-02-18)
635

736
### Chart

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

+1-1
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

+1-1
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

+31-68
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)