This commit is contained in:
pipeline 2021-04-06 06:55:31 +00:00
Родитель 79bf743f13
Коммит ed25710930
34 изменённых файлов: 161 добавлений и 25 удалений

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

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

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Chart

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

@ -5,6 +5,14 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### CircularGauge
#### Bug Fixes
- `#319856` - The axis with same start and end angle will now render properly.
## 19.1.54 (2021-03-30)
### CircularGauge

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-circulargauge",
"version": "17.4.39",
"version": "19.1.54",
"description": "Essential JS 2 CircularGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Diagram

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

@ -23,6 +23,54 @@
- `#315435` - Table cell width now preserved properly on editing.
- `#162638` - Table background color was now updated properly on updating borders and shading.
## 18.4.49 (2021-03-23)
### Document Editor
#### Bug Fixes
- `#317061` - The merged cell table border rendering issue is resolved.
- `#318283` - Resolved script error while editing the last section header.
- `#310874` - The table with the merged cell is exporting properly.
- `#162017` - Restart page numbering is now preserved properly on exporting.
- `#316810` - Spell check script error is now resolved for layout type change.
- `#163236` - Strike through and underline content are now copy-pasted properly.
## 18.4.48 (2021-03-16)
### Document Editor
#### Bug Fixes
- `#163116`, `#317496`, `#315005` - Implemented the line spacing Hanging similar to MS word.
- `#317691` - Resolve the Number formatting after applying bullet formats.
- `#317524` - Replace all with empty string is now working.
- `#317605` - Shape with line format value null was now preserved properly.
- `#317150` - Can press 'p' key in Firefox after control + a and then backspace.
- Resolve hanging issue while opening document.
- `#315656` - Resolve script error when importing document.
## 18.4.47 (2021-03-09)
### Document Editor
#### Breaking Changes
- The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
- The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
#### Bug Fixes
- `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
- `#315413`, `#317463` - Table cell is now rendered properly.
- `#314467` - Find and replace is now working properly.
- `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
- `#316532` - ParagraphFormat is now preserved while pasting with text only option.
- `#314193` - Document with charts were now preserved properly on exporting.
- `#161908`, `#318321` - Added API to show/hide restrict editing pane.
- `#315435` - Table cell width now preserved properly on editing.
- `#162638` - Table background color was now updated properly on updating borders and shading.
## 18.4.46 (2021-03-02)
### Document Editor
@ -48,6 +96,8 @@
- `#162017` - Page number was now updated properly based on page index.
- `#313821` - Table column were now layout properly.
- `#311371` - While deleting the bookmark extra spaces between the text were now removed properly.
- `#312082` - Resolved script error on updating TOC.
- `#312306` - Hyperlink label was not added while editing the link address now.
## 18.4.43 (2021-02-16)

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "18.4.46",
"version": "19.1.54",
"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": "17.4.50",
"version": "19.1.54",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### Gantt
#### Bug Fixes
- `#320882` - Issue on expand/collapse icon in `Resource view` has been fixed.
## 19.1.54 (2021-03-30)
### Gantt

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "18.4.33",
"version": "19.1.54",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -15,6 +15,16 @@
- `#297263` - Provided complex column filtering and sorting support with IQueryable.
- `#307522` - Provided the target indicator support for drag and drop with different Grid.
## 18.4.49 (2021-03-23)
### Grid
#### Bug Fixes
- `#317578` - Throws script error while updating the template column in Batch edit mode issue has been fixed.
- `#316684, #319594` - Script error when drag rows from grid to other components issue has been fixed.
- `#317534` - Custom filtering not working when using filter template, has been fixed.
## 18.4.48 (2021-03-16)
### Grid

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "17.2.48",
"version": "19.1.54",
"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,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Heatmap

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### In-place Editor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
"version": "18.2.56",
"version": "19.1.54",
"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",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Kanban

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

@ -2,6 +2,14 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### Splitter
#### Bug Fixes
- `#320479` - The issue with "`addPane` public method does not work when rendered with the nested splitter" has been resolved.
## 19.1.54 (2021-03-30)
### Dashboard Layout

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

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

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### ListView

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

@ -14,7 +14,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Maps

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "18.4.44",
"version": "19.1.54",
"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,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### Toast

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### PDF Viewer

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "18.4.30",
"version": "19.1.54",
"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",

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

@ -2,7 +2,7 @@
## [Unreleased]
## 19.1.54 (2021-03-30)
## 19.1.55 (2021-04-06)
### ProgressBar

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

@ -2,15 +2,32 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### QueryBuilder
#### Bug Fixes
- `#317381` - The issue with predicate generation for date is fixed.
## 19.1.54 (2021-03-30)
### QueryBuilder
#### New Features
- Provided Complex data binding Support.
- Provided Header Template Support.
- Provided model support for fields, operators and values.
- Provided Complex data binding Support
- Provided Header Template Support
#### Bug Fixes
- `#F162988` - The issue when field has space is fixed.
- `#317355` - The issue with disable the condition option when that group has single
## 18.4.42 (2021-02-09)
### QueryBuilder

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-querybuilder",
"version": "18.2.46",
"version": "19.1.54",
"description": "Essential JS 2 QueryBuilder for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

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

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

@ -2,6 +2,17 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### Schedule
#### Bug Fixes
- `#F17228` - An issue with scheduler input field focus not working in iPad device with external keyboard has been fixed.
- `#I317983` - An issue with the height of the `TimelineMonth` view is not properly applied when the `rowAutoHeight` property is enabled with scheduler height `auto` has been fixed.
- `#I321711` - Duplicate events rendered in year view of schedule issue has been fixed.
- `#I320945` - An issue with scheduler multiple cell selection by holding shift and mouse click throws script error has been fixed.
## 19.1.54 (2021-03-30)
### Schedule

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "18.4.44",
"version": "19.1.54",
"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,6 +2,19 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### Spreadsheet
#### Bug Fixes
- Sort formula not working properly issue resolved.
- Clipboard style issue resolved.
- `I316103` - Resolved the selection misalignment issue in non virtual mode.
- `#I316931` - Selection alignment for wrap cell having border on 150 resolution issue has been fixed.
- `#I321143` - Warning message is not showing while deleting locked cells issue has been fixed.
- `#I319204` - Skipped `query` property while saving as JSON.
## 19.1.54 (2021-03-30)
### Spreadsheet

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
"version": "18.4.30",
"version": "19.1.54",
"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",

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

@ -2,6 +2,17 @@
## [Unreleased]
## 19.1.55 (2021-04-06)
### Tree Grid
#### Bug Fixes
- `#318449` - Expand/Collapse works properly while using enableImmutableMode property with Remote Data.
- `#320432` - Initial Filter with showColumnMenu works properly.
- `#317928` - Rendering Grid and Tree Grid in the same page with Virtualization works fine.
- `#315665, #318515, #320888` - Row Drag and Drop within treegrid and to another treegrid works fine.
## 19.1.54 (2021-03-30)
### Tree Grid

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

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