Skip to content

Commit 8f52310

Browse files
author
pipeline
committed
v18.1.45 is released
1 parent c4ec1d5 commit 8f52310

Some content is hidden

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

59 files changed

+256
-53
lines changed

components/buttons/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-
## 18.1.44 (2020-04-14)
5+
## 18.1.43 (2020-04-07)
66

77
### Radio Button
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-vue-buttons",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
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

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

33
## [Unreleased]
44

5-
## 18.1.44 (2020-04-14)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
`#270247` - Issue with "script error throws while changing the min and max value dynamically" has been resolved.
12-
13-
145
## 18.1.43 (2020-04-07)
156

167
### TimePicker
@@ -1125,6 +1116,15 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11251116
- **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.
11261117

11271118

1119+
## 18.1.44 (2020-04-14)
1120+
1121+
### DatePicker
1122+
1123+
#### Bug Fixes
1124+
1125+
`#270247` - Issue with "script error throws while changing the min and max value dynamically" has been resolved.
1126+
1127+
11281128
## 17.4.44 (2021-01-21)
11291129

11301130
### DatePicker

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": "18.1.43",
3+
"version": "18.1.44",
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#271540` - Chart zooming maintained while switch chart type from column to polar issue fixed.
12+
- `#270524` - chart is broken when use `dir="rtl"` to the body tag issue fixed.
13+
- `#270548` - While enabling scrollbar half of marker gets hidden issue fixed.
14+
- `#271515` - Column chart is now working fine with column width is zero.
15+
516
## 18.1.44 (2020-04-14)
617

718
### Chart
819

920
#### Bug Fixes
1021

11-
- `#269131` - Y Axis labels overlapped with the grid lines issue has been fixed.
12-
- `#268698` - Legend click event argument null issue has been fixed.
22+
- `#255275` - While disabling some series console error occurs issue has been fixed.
1323

1424
### Accumulation chart
1525

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

components/diagrams/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+
## 18.1.45 (2020-04-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#270667` - The issue with "Prevent line routing for straight connector" has been fixed.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Diagram

components/diagrams/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-diagrams",
3-
"version": "18.1.43",
3+
"version": "18.1.45",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#268907` - Selection character format is retrieved properly when selection is in list text.
12+
- `#270424` - Footer content is now update properly when document contains more than one section.
13+
- `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
14+
- `#271039` - When paste content in RTL paragraph, formatting is now update properly.
15+
516
## 18.1.44 (2020-04-14)
617

718
### Document Editor

components/documenteditor/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-documenteditor",
3-
"version": "18.1.43",
3+
"version": "18.1.44",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)