Skip to content

Commit 61a1d88

Browse files
author
pipeline
committed
v19.1.69 is released
1 parent ff81279 commit 61a1d88

38 files changed

+185
-58
lines changed

components/barcodegenerator/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-
## 19.1.67 (2021-06-08)
5+
## 19.1.63 (2021-05-13)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-barcode-generator",
3-
"version": "19.1.56",
3+
"version": "19.1.63",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -34,13 +34,16 @@
3434
"@types/jasmine": "^2.2.29",
3535
"@types/jasmine-ajax": "^3.1.27",
3636
"@types/requirejs": "^2.1.26",
37-
"vue": "2.5.2 - 2.5.21",
37+
"vue": "2.5.2 - 3.0.5",
38+
"vue-class-component": "^8.0.0-rc.1",
39+
"vue-loader-v16": "^16.0.0-beta.5.4",
3840
"rollup": "^0.51.3",
3941
"rollup-plugin-commonjs": "^8.2.6",
4042
"rollup-plugin-node-resolve": "^3.0.0",
4143
"rollup-plugin-sourcemaps": "^0.4.2",
4244
"rollup-plugin-typescript": "^0.8.1",
4345
"rollup-plugin-uglify": "^2.0.1",
46+
"@types/node": "^15.6.0",
4447
"es6-promise": "^3.2.1",
4548
"gulp": "^3.9.1",
4649
"gulp-sass": "^3.1.0",

components/barcodegenerator/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

components/charts/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+
## 19.1.69 (2021-06-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#329311` - Legend text is now rendering properly with ampersand symbol.
12+
513
## 19.1.67 (2021-06-08)
614

715
### Chart

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": "19.1.65",
3+
"version": "19.1.67",
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/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 19.1.67 (2021-06-08)
8+
## 19.1.69 (2021-06-15)
99

1010
### CircularGauge
1111

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+
## 19.1.69 (2021-06-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I329576` - The issue While changing the connector flip property the connector's segment path is not updated correctly issue has been fixed.
12+
513
## 19.1.67 (2021-06-08)
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": "19.1.66",
3+
"version": "19.1.67",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.69 (2021-06-15)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
12+
- `#F165501` - Resolve script error while applying border.
13+
- `#I328310` - Shape is now rendered properly in header & footer.
14+
- `#I325741` - Footnote content is now layout properly.
15+
- `#I329564` - Disabled accept and reject changes in read only mode.
16+
- `#F164814` - Character format is now applied properly in RTL text.
17+
- `#I328063` - Resolved script error while scrolling.
18+
519
## 19.1.67 (2021-06-08)
620

721
### Document Editor
@@ -16,6 +30,15 @@
1630
- `#I326567` - Nested table with preferred width type percent now rendered properly.
1731
- `#I328479` - Resolved script error while deleting merged cells.
1832

33+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
34+
- `#I325323` - Textbox shape is now rendered properly.
35+
- `#FB24917` - Document is now exporting properly after deleting comment.
36+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
37+
- `#I327769` - Checkbox is now layout properly.
38+
- `#I326567` - Nested table with preferred width type percent now rendered properly.
39+
- `#I328479` - Resolved script error while deleting merged cells.
40+
- `#I328477` - Resolved table right border rendering issue.
41+
1942
## 19.1.66 (2021-06-01)
2043

2144
### 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": "19.1.66",
3+
"version": "19.1.67",
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": "19.1.65",
3+
"version": "19.1.67",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.67 (2021-06-08)
5+
## 19.1.69 (2021-06-15)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.69 (2021-06-15)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
12+
- At certain zoom level, both halves of year are H1 has been resolved.
13+
514
## 19.1.66 (2021-06-01)
615

716
### Gantt

components/grids/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+
## 19.1.69 (2021-06-15)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I329342` - Adding new record through `addRecord` method with infinite scroll, issue has been fixed.
12+
- `#F162910` - Header checkbox selection issue when enable infinite Scroll and custom binding has been fixed.
13+
- `#I330477` - Pdf Export misalignment while using the stacked header with grouping, issue has been fixed.
14+
- `#I323971` - Pdf Export misalignment while using the stacked header with hidden column, issue has been fixed.
15+
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
16+
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
17+
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
18+
- `#25510` - Throws script error While grouping the complex columns is fixed.
19+
520
## 19.1.67 (2021-06-08)
621

722
### 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": "19.1.66",
3+
"version": "19.1.67",
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/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.1.67 (2021-06-08)
6-
7-
### MaskedTextBox
8-
9-
#### Bug Fixes
10-
11-
- `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.
12-
135
## 19.1.59 (2021-05-04)
146

157
### Range Slider
@@ -1211,3 +1203,11 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
12111203
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
12121204

12131205

1206+
## 19.1.67 (2021-06-08)
1207+
1208+
### MaskedTextBox
1209+
1210+
#### Bug Fixes
1211+
1212+
- `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.
1213+

components/inputs/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Following list of components are available in the package.
4343
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html)
4444
* [Product Page](https://www.syncfusion.com/vue-ui-components/slider/?utm_source=npm&utm_campaign=slider)
4545

46-
* **Uploader** - The uploader component is an extended version of the HTML5 upload control which is used to upload images, documents, and other files to a server.
47-
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/uploader/getting-started/?utm_source=npm&utm_campaign=upload)
48-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/default.html)
49-
* [Product Page](https://www.syncfusion.com/vue-ui-components/uploader/?utm_source=npm&utm_campaign=uploader)
46+
* **Uploader** - The [Vue File Upload](https://www.syncfusion.com/vue-ui-components/vue-file-upload/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm) component is an extended version of the HTML5 upload control which is used to upload images, documents, and other files to a server.
47+
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-file-upload/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm)
48+
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/uploader/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm)
49+
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/default.html)
5050

5151
## Supported frameworks
5252

@@ -104,12 +104,12 @@ Input component is also offered in following list of frameworks.
104104
- [**Keyboard Interaction**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/api.html) - The Slider can be intractable through the keyboard.
105105

106106
### 6. Upload
107-
- [**Chunk Upload**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/chunk-upload.html) – used to upload large files as chunks
108-
- [**Drag-and-drop**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/drop-area.html) – drag the files and drop into component to upload them.
109-
- [**Template**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/template.html) – the file list and buttons can be customize using template
110-
- [**Validation**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/validation.html) – validate extension and size of upload file
111-
- [**Auto Upload**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/default.html) – Process the file to upload without interaction.
112-
- [**Preload Files**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/preload-files.html) – View and manipulate previously uploaded files
107+
- [**Chunk Upload**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/chunk-upload.html) – used to upload large files as chunks
108+
- [**Drag-and-drop**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/custom-drop-area.html) – drag the files and drop into component to upload them.
109+
- [**Template**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/custom-file-list.html) – the file list and buttons can be customize using template
110+
- [**Validation**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/file-validation.html) – validate extension and size of upload file
111+
- [**Auto Upload**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/default.html) – Process the file to upload without interaction.
112+
- [**Preload Files**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/preload-files.html) – View and manipulate previously uploaded files
113113

114114
## Support
115115

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": "19.1.66",
3+
"version": "19.1.67",
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/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-kanban",
3-
"version": "19.1.66",
3+
"version": "19.1.67",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-
## 19.1.67 (2021-06-08)
5+
## 19.1.69 (2021-06-15)
66

77
### Common
88

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17+
## 19.1.69 (2021-06-15)
18+
19+
### Maps
20+
21+
#### Bug Fixes
22+
23+
- `#328767` - Clusters will now be created for the template markers in the Maps.
24+
1725
## 19.1.66 (2021-06-01)
1826

1927
### Maps

components/navigations/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+
## 19.1.69 (2021-06-15)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
12+
513
## 19.1.67 (2021-06-08)
614

715
### Toolbar

components/navigations/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-navigations",
3-
"version": "19.1.66",
3+
"version": "19.1.67",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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+
## 19.1.69 (2021-06-15)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#329356` - Now, Add comment option icon is shown properly in the toolbar while restricting some toolbar items when the PDF Viewer has the minimum width.
12+
513
## 19.1.67 (2021-06-08)
614

715
### PDF Viewer

components/pdfviewer/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-pdfviewer",
3-
"version": "19.1.66",
3+
"version": "19.1.67",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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+
## 19.1.69 (2021-06-15)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#328394` - Unwanted post request won't be called in server side engine.
12+
- Filter status of the pivot buttons is now properly updated when defer layout update.
13+
14+
#### New Features
15+
16+
- `#326739` - Zoom factor can now be set in the pivot chart programmatically.
17+
518
## 19.1.67 (2021-06-08)
619

720
### Pivot Table

components/pivotview/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-pivotview",
3-
"version": "19.1.65",
3+
"version": "19.1.67",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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-popups",
3-
"version": "19.1.66",
3+
"version": "19.1.67",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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-
## 19.1.67 (2021-06-08)
5+
## 19.1.69 (2021-06-15)
66

77
### QueryBuilder
88

0 commit comments

Comments
 (0)