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",

components/dropdowns/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-dropdowns",
3-
"version": "18.1.43",
3+
"version": "18.1.44",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 9 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+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#268281` - Issue on adding dependency using dialog gets resolved.
12+
513
## 18.1.44 (2020-04-14)
614

715
### Gantt
@@ -10,6 +18,7 @@
1018

1119
- `#270801` - Issue on end date calculations gets resolved.
1220
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
21+
- Issue in mapping custom class of task from data source has been fixed.
1322

1423
## 18.1.43 (2020-04-07)
1524

components/gantt/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-gantt",
3-
"version": "18.1.43",
3+
"version": "18.1.44",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#269217` - numeric edit precision issue has been resolved.
12+
- `#272015, #152919` - React `editTemplate` auto save issue has been resolved.
13+
- `#271853` - Missing additional parameters in the `foreignKey` column filtering and editing server request issue has been fixed.
14+
- `#152879` - Filter bar focusing is not working properly, while using `checkboxmode` as `ResetOnRowClick` issue has been fixed.
15+
- `#151211` - Provided `exportGroupCaption` event support for Excel exporting.
16+
- `#270519` - Script error while setting `undefined` value for column type/format property with Angular Grid has been fixed.
17+
- `#258482` - Improper target element in `rowSelecting` event issue has been fixed.
18+
- `#271748` - Autofit min and max width issue has been resolved.
19+
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
20+
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
21+
- `#152895`, `#271656`, `#273560`- Grouped Headers are not rendered properly in pdf document issue has been resolved.
22+
523
## 18.1.44 (2020-04-14)
624

725
### Grid

components/grids/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-grids",
3-
"version": "18.1.43",
3+
"version": "18.1.45",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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+
### HeatMap
8+
9+
#### Bug Fixes
10+
11+
- `#271846` - Legend label cropping issue has been fixed.
12+
513
## 18.1.36-beta (2020-03-19)
614

715
### HeatMap

components/inputs/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-inputs",
3-
"version": "18.1.43",
3+
"version": "18.1.44",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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.45 (2020-04-21)
66

77
### Kanban
88

components/layouts/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+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
-`#272515`, `#F153399` - Resolved the issue with nested splitter resizing is not working properly.
12+
13+
14+
- Resolved the alignment issue with expand and collapse icons in the internet explorer browser.
15+
516
## 18.1.44 (2020-04-14)
617

718
### Splitter

components/layouts/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-layouts",
3-
"version": "18.1.36",
3+
"version": "18.1.44",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### ListBase
8+
9+
#### Bug Fixes
10+
11+
- #270788 - The issue with `The icon elements are not generated when enabling the fullRowNavigable in the TreeView` has been resolved.
12+
13+
### ListView
14+
15+
#### Bug Fixes
16+
17+
- #152966 - The issue with `The enableHtmlSanitizer property is not working in the ListView` has been resolved.
18+
519
## 18.1.44 (2020-04-14)
620

721
### ListBox

components/lists/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-lists",
3-
"version": "18.1.43",
3+
"version": "18.1.44",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 18.1.44 (2020-04-14)
17+
## 18.1.43 (2020-04-07)
1818

1919
### Maps
2020

components/maps/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-maps",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/src/maps/maps.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export class MapsComponent extends ComponentBase {
160160
return this.ej2Instances.removeLayer(index);
161161
}
162162

163-
public shapeSelection(layerIndex: number, propertyName: string, name: string, enable?: boolean): void {
163+
public shapeSelection(layerIndex: number, propertyName: string | string[], name: string, enable?: boolean): void {
164164
return this.ej2Instances.shapeSelection(layerIndex, propertyName, name, enable);
165165
}
166166

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.1.44 (2020-04-14)
5+
## 18.1.45 (2020-04-21)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- Menu selection issue has been resolved.
12+
13+
## 18.1.43 (2020-04-07)
614

715
### ContextMenu
816

components/navigations/dist/ej2-vue-navigations.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/navigations/dist/ej2-vue-navigations.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/navigations/dist/es6/ej2-vue-navigations.es2015.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/navigations/dist/es6/ej2-vue-navigations.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.

0 commit comments

Comments
 (0)