Skip to content

Commit 8f55a9a

Browse files
author
pipeline
committed
v18.4.41 is released
1 parent e97921b commit 8f55a9a

File tree

81 files changed

+220
-102
lines changed

Some content is hidden

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

81 files changed

+220
-102
lines changed

components/base/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.4.39 (2021-01-28)
5+
## 18.4.41 (2021-02-02)
66

77
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
## [Unreleased]
44

5-
## 18.4.39 (2021-01-28)
6-
7-
### RadioButton
8-
9-
#### Bug Fixes
10-
11-
- `#260887`, `#300238`, `F159600` - `v-model` property not updated issue resolved.
5+
## 18.4.41 (2021-02-02)
126

137
### CheckBox
148

15-
#### New Features
9+
#### Bug Fixes
1610

17-
- `#241256` - Array model support provided.
11+
- Issue with click event has been fixed.
1812

1913
## 18.4.33 (2021-01-05)
2014

@@ -387,3 +381,17 @@ RadioButton is a graphical user interface element that allows to select one opti
387381
- **Sizes** - Provided with different sizes of RadioButton.
388382

389383

384+
## 18.4.39 (2021-01-28)
385+
386+
### RadioButton
387+
388+
#### Bug Fixes
389+
390+
- `#260887`, `#300238`, `F159600` - `v-model` property not updated issue resolved.
391+
392+
### CheckBox
393+
394+
#### New Features
395+
396+
- `#241256` - Array model support provided.
397+

components/buttons/dist/global/ej2-vue-buttons.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/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.4.33",
3+
"version": "18.4.39",
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/dist/ej2-vue-calendars.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/calendars/dist/ej2-vue-calendars.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/calendars/dist/es6/ej2-vue-calendars.es2015.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/calendars/dist/es6/ej2-vue-calendars.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/calendars/dist/es6/ej2-vue-calendars.es5.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/calendars/dist/es6/ej2-vue-calendars.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.

components/calendars/dist/global/ej2-vue-calendars.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/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.4.35",
3+
"version": "18.4.39",
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/calendars/src/calendar/calendar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
44
import { Calendar } from '@syncfusion/ej2-calendars';
55

66

7-
export const properties: string[] = ['calendarMode', 'dayHeaderFormat', 'depth', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'isMultiSelection', 'keyConfigs', 'locale', 'max', 'min', 'serverTimezoneOffset', 'showTodayButton', 'start', 'value', 'values', 'weekNumber', 'weekRule', 'change', 'created', 'destroyed', 'navigated', 'renderDayCell'];
7+
export const properties: string[] = ['calendarMode', 'cssClass', 'dayHeaderFormat', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'isMultiSelection', 'keyConfigs', 'locale', 'max', 'min', 'serverTimezoneOffset', 'showTodayButton', 'start', 'value', 'values', 'weekNumber', 'weekRule', 'change', 'created', 'destroyed', 'navigated', 'renderDayCell'];
88
export const modelProps: string[] = ['value', 'values'];
99

1010
/**

components/charts/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#308150` - Fixed the data label issue for label instersect action.
12+
- `#307320` - Data label Template hides on hovering over the marker issue has been fixed.
1213

1314
## 18.4.35 (2021-01-19)
1415

components/charts/dist/global/ej2-vue-charts.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/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.4.35",
3+
"version": "18.4.39",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 18.4.41 (2021-02-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
#### New Features
12+
13+
- `#285393` - Support to avoid connector overlapping with complex hierarchical layout has been added.
14+
515
## 18.4.39 (2021-01-28)
616

717
### Diagram

components/diagrams/dist/global/ej2-vue-diagrams.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/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.4.35",
3+
"version": "18.4.39",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 18.4.41 (2021-02-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#264813` - List tab element now layouts properly.
12+
- `#309425` - Paragraph formats were considered while creating a new table.
13+
- `#309976` - List was not updated properly from level 1 to level 2.
14+
- `#306480` - Review pane was now updated properly on resizing.
15+
- `#309052` - Document with footnote now rendered properly without overlap.
16+
- `#309565` - When enable comment is false comment tab is hide in review pane now.
17+
- `#307321` - Table with no cell border now rendered properly.
18+
- `#307860` - While pasting no extra paragraph was added now.
19+
520
## 18.4.35 (2021-01-19)
621

722
### Document Editor

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

components/filemanager/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.4.41 (2021-02-02)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#305138` - The issue with "Incorrect message is displayed in delete dialog for File Manager Component" has been resolved.
12+
513
## 18.3.42 (2020-10-20)
614

715
### File Manager

components/filemanager/dist/global/ej2-vue-filemanager.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/filemanager/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-filemanager",
3-
"version": "18.4.30",
3+
"version": "18.4.39",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.39 (2021-01-28)
5+
## 18.4.41 (2021-02-02)
66

77
### Gantt
88

9+
#### Bug Fixes
10+
11+
- `#298884` - Error on reorder rows method has been fixed.
12+
913
#### New Features
1014

1115
- `#306342` - Included target element in `actionBegin`, `taskbarEditing`, `contextMenuOpen` events.
16+
17+
## 18.4.39 (2021-01-28)
18+
19+
### Gantt
20+
21+
#### New Features
22+
1223
- `#291192` - Provided Immutable Support to refresh specific rows while performing Gantt actions.
1324

1425
#### Bug Fixes

components/gantt/dist/global/ej2-vue-gantt.min.js

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

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.4.35",
3+
"version": "18.4.39",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 18.4.41 (2021-02-02)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#309585` - copy with header in clipboard issue has been resolved.
12+
- `#299892` - script error when calling refresh method issue has been resolved.
13+
- `#310296` - Parent level group footer not visible in excel export issue has been fixed.
14+
- `#309731` - Persist Checkbox selection issue while show/hide column, has been fixed.
15+
- `#310699` - column width is set as 'auto' works properly while exporting in excel.
16+
- `#310989` - filtered value retained properly in the `filterbar` when `persistence` enabled.
17+
518
## 18.4.39 (2021-01-28)
619

720
### Grid

components/grids/dist/global/ej2-vue-grids.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/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.4.35",
3+
"version": "18.4.39",
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/inplaceeditor/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-inplace-editor",
3-
"version": "18.4.30",
3+
"version": "18.4.39",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/dist/global/ej2-vue-inputs.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/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.4.33",
3+
"version": "18.4.39",
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [Unreleased]
44

5-
## 18.4.39 (2021-01-28)
5+
## 18.4.41 (2021-02-02)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F161568` - An issue when scrollbar is disappears the column became misaligned issue has been resolved.
12+
- `#I311076` - Provided a public method as `renderHeader` to refresh the header template.
13+
- `#309763` - The issue with "Unable to drag and drop the cards within the column when setting the `sortBy` property as `Index`" has been resolved.
14+
- `#F161669` - The issue with "Duplicate card rendering while searching the text after drag and drop operation is performed" has been fixed.
15+
- `#287431` - An issue with the card has rendered at column last position when using `updateCard` method has been fixed.
16+
17+
## 18.4.33 (2021-01-05)
618

719
### Kanban
820

0 commit comments

Comments
 (0)