This commit is contained in:
pipeline 2021-06-15 07:50:01 +00:00
Родитель ff81279adf
Коммит 61a1d88a1b
38 изменённых файлов: 185 добавлений и 58 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.63 (2021-05-13)
### Barcode

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-barcode-generator",
"version": "19.1.56",
"version": "19.1.63",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
@ -34,13 +34,16 @@
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"vue": "2.5.2 - 2.5.21",
"vue": "2.5.2 - 3.0.5",
"vue-class-component": "^8.0.0-rc.1",
"vue-loader-v16": "^16.0.0-beta.5.4",
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"@types/node": "^15.6.0",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",

Просмотреть файл

@ -18,7 +18,8 @@
"allowJs": false,
"noEmitOnError": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node"
"moduleResolution": "node",
"types": ["node"]
},
"exclude": [
"node_modules",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Chart
#### Bug Fixes
- `#329311` - Legend text is now rendering properly with ampersand symbol.
## 19.1.67 (2021-06-08)
### Chart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "19.1.65",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -5,7 +5,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.69 (2021-06-15)
### CircularGauge

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Diagram
#### Bug Fixes
- `#I329576` - The issue While changing the connector flip property the connector's segment path is not updated correctly issue has been fixed.
## 19.1.67 (2021-06-08)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "19.1.66",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Document Editor
#### Bug Fixes
- `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
- `#F165501` - Resolve script error while applying border.
- `#I328310` - Shape is now rendered properly in header & footer.
- `#I325741` - Footnote content is now layout properly.
- `#I329564` - Disabled accept and reject changes in read only mode.
- `#F164814` - Character format is now applied properly in RTL text.
- `#I328063` - Resolved script error while scrolling.
## 19.1.67 (2021-06-08)
### Document Editor
@ -16,6 +30,15 @@
- `#I326567` - Nested table with preferred width type percent now rendered properly.
- `#I328479` - Resolved script error while deleting merged cells.
- `#FB25004` - Exported document with table is opened properly in Libre Office.
- `#I325323` - Textbox shape is now rendered properly.
- `#FB24917` - Document is now exporting properly after deleting comment.
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
- `#I327769` - Checkbox is now layout properly.
- `#I326567` - Nested table with preferred width type percent now rendered properly.
- `#I328479` - Resolved script error while deleting merged cells.
- `#I328477` - Resolved table right border rendering issue.
## 19.1.66 (2021-06-01)
### Document Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "19.1.66",
"version": "19.1.67",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "19.1.65",
"version": "19.1.67",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.69 (2021-06-15)
### File Manager

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Gantt
#### Bug Fixes
- `#330806` - When using `updateTaskId` method with predecessor field is not mapped in the `taskFields` has been fixed.
- At certain zoom level, both halves of year are H1 has been resolved.
## 19.1.66 (2021-06-01)
### Gantt

Просмотреть файл

@ -2,6 +2,21 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Grid
#### Bug Fixes
- `#I329342` - Adding new record through `addRecord` method with infinite scroll, issue has been fixed.
- `#F162910` - Header checkbox selection issue when enable infinite Scroll and custom binding has been fixed.
- `#I330477` - Pdf Export misalignment while using the stacked header with grouping, issue has been fixed.
- `#I323971` - Pdf Export misalignment while using the stacked header with hidden column, issue has been fixed.
- `#I329350` - Immutable mode doesnt work for date values issue has been fixed.
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
- `#25510` - Throws script error While grouping the complex columns is fixed.
## 19.1.67 (2021-06-08)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "19.1.66",
"version": "19.1.67",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,14 +2,6 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
### MaskedTextBox
#### Bug Fixes
- `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.
## 19.1.59 (2021-05-04)
### Range Slider
@ -1211,3 +1203,11 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
- **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.
## 19.1.67 (2021-06-08)
### MaskedTextBox
#### Bug Fixes
- `#I330427` - Issue with "focus event is not triggered in the all masked characters filled textbox while focusing the control" has been resolved.

Просмотреть файл

@ -43,10 +43,10 @@ Following list of components are available in the package.
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html)
* [Product Page](https://www.syncfusion.com/vue-ui-components/slider/?utm_source=npm&utm_campaign=slider)
* **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.
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/uploader/getting-started/?utm_source=npm&utm_campaign=upload)
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/default.html)
* [Product Page](https://www.syncfusion.com/vue-ui-components/uploader/?utm_source=npm&utm_campaign=uploader)
* **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.
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-file-upload/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm)
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/uploader/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm)
* [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)
## Supported frameworks
@ -104,12 +104,12 @@ Input component is also offered in following list of frameworks.
- [**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.
### 6. Upload
- [**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
- [**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.
- [**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
- [**Validation**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/validation.html) – validate extension and size of upload file
- [**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.
- [**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
- [**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
- [**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.
- [**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
- [**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
- [**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.
- [**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
## Support

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "19.1.66",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-kanban",
"version": "19.1.66",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.69 (2021-06-15)
### Common

Просмотреть файл

@ -14,6 +14,14 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Maps
#### Bug Fixes
- `#328767` - Clusters will now be created for the template markers in the Maps.
## 19.1.66 (2021-06-01)
### Maps

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Tab
#### Bug Fixes
- `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
## 19.1.67 (2021-06-08)
### Toolbar

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "19.1.66",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### PDF Viewer
#### Bug Fixes
- `#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.
## 19.1.67 (2021-06-08)
### PDF Viewer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "19.1.66",
"version": "19.1.67",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,19 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Pivot Table
#### Bug Fixes
- `#328394` - Unwanted post request won't be called in server side engine.
- Filter status of the pivot buttons is now properly updated when defer layout update.
#### New Features
- `#326739` - Zoom factor can now be set in the pivot chart programmatically.
## 19.1.67 (2021-06-08)
### Pivot Table

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "19.1.65",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "19.1.66",
"version": "19.1.67",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.69 (2021-06-15)
### QueryBuilder

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### RichTextEditor
#### Bug Fixes
- `#I328089`, `#I328738` - The issue with "The inline toolbar is not properly positioned and is partially visible" has been resolved.
- `#I328323` - The issue with "`Quotation` and `Headings` not applied where there is no content in the Rich Text Editor markdown mode" has been resolved.
- `#I330397` - Resolved the exception raised, when `enableXhtml` property is enabled and pressing backspace key in the Rich Text Editor.
## 19.1.67 (2021-06-08)
### RichTextEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "19.1.66",
"version": "19.1.67",
"description": "Essential JS 2 RichTextEditor component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -12,6 +12,7 @@
- `#I329599` - An issue with the scheduler `eventRendered` event in agenda view has been fixed.
- `#F165707` - An issue with the external drag between two scheduler has been fixed.
- `#I330676` - An issue with the scheduler more popup is not updated when deleting the event in year view has been fixed.
- `#I330946` - An issue with the scheduler keyboard interaction when the `readonly` property is enabled has been fixed.
## 19.1.66 (2021-06-01)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "19.1.66",
"version": "19.1.67",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.67 (2021-06-08)
## 19.1.69 (2021-06-15)
### DropDownButton

Просмотреть файл

@ -2,6 +2,18 @@
## [Unreleased]
## 19.1.69 (2021-06-15)
### Spreadsheet
#### Bug Fixes
- `#24686` - Undo for styles on externally pasted table is not working properly issue has been fixed.
- `#F164024` - External pasting for date with applied locale culture is not working issue has been fixed.
- `I328800` - `topLeftCell` property not updated properly in the non virtual mode issue resolved.
- `I329562` - Formula dependent cells not updated, while clearing the value using `DELETE` key issue resolved.
- `I328866` - Ignore blank option not working when the data validation type is `List` issue resolved.
## 19.1.67 (2021-06-08)
### Spreadsheet
@ -9,14 +21,14 @@
#### Bug Fixes
- `#I328361` - Resizing row is not proper when the row contains `\n` in the data source issue has been fixed.
- `I328869, I329122` - Nested `IF` formula and `SUMIF` formula negative value issues resolved.
- `I328812` - Finite scrolling in virtual mode issue resolved.
- `I328809` - Sheet content scrolls up on editing issue resolved.
#### New Features
- `#I307401` - Filter UI updating for insert and delete column actions.
- `I328869, I329122` - Nested `IF` formula and `SUMIF` formula negative value issues resolved.
- `I328812` - Finite scrolling in virtual mode issue resolved.
- `I328800` - Provided option for updating the `paneTopLeftCell` property dynamically.
- `I328809` - Sheet content scrolls up on editing issue resolved.
## 19.1.66 (2021-06-01)

Просмотреть файл

@ -1,6 +1,6 @@
# ej2-vue-spreadsheet
The Spreadsheet is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an excel file or from a data source, such as RESTful JSON data services and local JavaScript object array binding. The populated data can be exported as Excel with xlsx, xls and csv formats.
The [Vue Spreadsheet](https://www.syncfusion.com/vue-ui-components/vue-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm) is an user interactive component to organize and analyze data in tabular format with configuration options for customization. It will load data by importing an excel file or from a data source, such as RESTful JSON data services and local JavaScript object array binding. The populated data can be exported as Excel with xlsx, xls and csv formats.
![Spreadsheet](https://ej2.syncfusion.com/products/images/spreadsheet/readme.gif)
@ -18,19 +18,19 @@ npm install @syncfusion/ej2-vue-spreadsheet
## Resources
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/spreadsheet/getting-started?lang=typescript&utm_source=npm&utm_campaign=spreadsheet)
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=spreadsheet#/material/spreadsheet/default)
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-spreadsheet)
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/spreadsheet/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm#/material/spreadsheet/default.html)
## Supported Frameworks
Spreadsheet component is also offered in following list of frameworks.
1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/spreadsheet)
2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/spreadsheet)
3. [Javascript (ES5)](https://www.syncfusion.com/javascript-ui-controls/js-spreadsheet)
4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/spreadsheet)
5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/spreadsheet)
1. [Angular Spreadsheet](https://www.syncfusion.com/angular-ui-components/angular-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
2. [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
3. [Javascript Spreadsheet](https://www.syncfusion.com/javascript-ui-controls/js-spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
4. [ASP.NET Core Spreadsheet](https://www.syncfusion.com/aspnet-core-ui-controls/spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
5. [ASP.NET MVC Spreadsheet](https://www.syncfusion.com/aspnet-mvc-ui-controls/spreadsheet?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
## Key Features
@ -72,16 +72,16 @@ Spreadsheet component is also offered in following list of frameworks.
Product support is available for through following mediums.
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=spreadsheet) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=spreadsheet).
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm).
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm).
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
## License
Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=spreadsheet).
Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm).
## Changelog
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_campaign=spreadsheet)
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/spreadsheet/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=vue-spreadsheet-npm)
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
"version": "19.1.66",
"version": "19.1.67",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-treegrid",
"version": "19.1.66",
"version": "19.1.67",
"description": "Essential JS 2 TreeGrid Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",