This commit is contained in:
pipeline 2020-08-18 12:46:59 +00:00
Родитель 3b211a88b6
Коммит 97d4c67595
30 изменённых файлов: 218 добавлений и 15 удалений

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

@ -2,6 +2,16 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Chart
#### Bug Fixes
- `#287569` - Shared tooltip does not render for multiple line series when there is a single point issue fixed.
- `#285313` - Cancel property in arguments is not working properly on chart Load event issue fixed.
- `#287632` - Point Render event customization not applied for column chart markers issue fixed.
## 18.2.48 (2020-08-04)
### Accumulation chart
@ -9,6 +19,7 @@
#### Bug Fixes
- `#286597` - Tooltip showing out of the chart area issue fixed.
- `#286177` - Pie chart data labels are overlapped when smart labels are enabled issue fixed.
## 18.2.47 (2020-07-28)

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "18.2.47",
"version": "18.2.48",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,22 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Diagram
#### Bug Fixes
- `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
- `#F156309` - The issue with "Exception occurs when try to do nudge in the diagram" has been fixed.
- `#286692` - The issue with "Node does not resize properly when created using the stack, container and text elements" has been fixed.
- `#286458` - The issue with "Node ports are gets ignored" has been fixed.
- `#286174` - The issue with "Send to back not working after refresh the diagram using refresh() method" has been fixed.
- `#286611` - The issue with "Size changed event does not get triggered when resizing with south, east, south east pin" has been fixed.
- `#246813` - The issue with "To notify right/left button clicked in diagram click event" Has been fixed.
- `#286418` - The issue with "When run the individual swimlane sample in angular 9 , throws build issue" has been fixed.
- `#288057` - The issue with "Diagram selection do not update properly" has been fixed.
## 18.2.48 (2020-08-04)
### Diagram
@ -16,6 +32,7 @@
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
- `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
## 18.2.46 (2020-07-21)

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

@ -2,6 +2,47 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Document Editor
#### New Features
- `#275184` - Added support for retrieving next and previous element context type from current selection range.
- `#243495` - Added support for automatic text color.
- `#279355` - Added support to enable properties pane in read only mode.
- `#260677`, `#277329` - Added support for cropping images in document editor.
- `#250760` - Added before file open event to restrict document loading based on file size.
- `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
- Added API to delete bookmark.
- `#267515`- Added API to get searched item hierarchical index.
- `#284937`- Added API show restrict editing pane.
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
#### Bug Fixes
- `#286986` - Table properties are now written properly on html exporting.
- `#286520` - Inserted text selection now applied properly after applying style.
- `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
- `#282515` - Resolved error on exporting a document which contains restart numbering.
- `#287633` - Table containing alignment is now exporting properly with alignment.
- `#286469` - Resolved table formatting issue when table splits to multiple pages.
- `#285747` - Resolved script error on server side export.
- `#284704` - Resolved script error on changing the footer distance.
- `#283529` - Resolved table layout issue when table is center aligned.
- `#283180` - Resolved font family no records found issue.
- `#282303` - Paste dropdown now hides when creating or opening new document.
- `#280951` - Table content renders properly now for table with merged cells.
- `#280973` - Resolved script while getting bookmarks from selection.
- `#284486` - Comment Tab in pane is removed when enable comment is false.
- `#283344` - Resolved the initial delay in pasting images.
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
- `#284412` - Comment mark is now deleted properly when comment is deleted.
- `#281339` - Resolved RTL issue when editing a list content.
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
- `#284775` - Resolved table resize enabled issue in protected mode.
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
## 18.2.47 (2020-07-28)
### Document Editor

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

@ -2,6 +2,20 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Dropdown Tree
#### Breaking Changes
- `#273325` - Provided the option to customize the Dropdown Trees input height when the content is increased.
### MultiSelect
#### Bug Fixes
- `#275308` - Performance issue will no longer occurs when render the multiselect with checkbox.
## 18.2.48 (2020-08-04)
### ListBox

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "18.2.47",
"version": "18.2.48",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -8,6 +8,14 @@
#### Bug Fixes
- The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
## 18.2.47 (2020-07-28)
### File Manager
#### Bug Fixes
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
## 18.2.44 (2020-07-07)

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-filemanager",
"version": "18.2.44",
"version": "18.2.48",
"description": "Essential JS 2 FileManager Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "18.2.47",
"version": "18.2.48",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,21 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Grid
#### Bug Fixes
- `#285919` - script error while using `checkbox` column with dialog editing has been fixed.
- `#282743` - Provided custom separator support in `csv` export.
- `#287707` - Menu Filtering in string column issue has been resolved.
- `#286727` - Cell text selection issue while editing has been fixed.
- `#287222` - Date column filtering issue with blank value has been fixed.
- `#278507, #288354` - Setting column `minWidth` support while window resizing has been provided.
- `#281825` - Grid resizing behaviour with percentage width column and grouping has been.
- `#287897` - Row drag issue when field based checkbox column, has been fixed.
## 18.2.48 (2020-08-04)
### Grid

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

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

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

@ -2,6 +2,14 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### In-place Editor
#### New Features
- `#279315` - Provided new event `change` that triggers when the integrated component value has changed that render based on the `type` property in the In-place editor.
## 18.2.48 (2020-08-04)
### In-place Editor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inplace-editor",
"version": "18.2.45",
"version": "18.2.48",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Range Slider
#### Bug Fixes
- `#277466` - In the mobile view, the scrolling issue when multiple sliders are rendered has been resolved
## 18.2.48 (2020-08-04)
### TextBox

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

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

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

@ -2,6 +2,22 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Kanban
#### Bug Fixes
- `#287430` - The issue with "Mismatch in the public methods type information" has been resolved.
## 18.2.47 (2020-07-28)
### Kanban
#### Bug Fixes
- `#284048` - Provided unassigned Swimlane group support on the Kanban board.
## 18.2.44 (2020-07-07)
### Kanban

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

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

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-lists",
"version": "18.2.46",
"version": "18.2.48",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -8,7 +8,7 @@
## [Unreleased]
## 18.2.48 (2020-08-04)
## 18.2.47 (2020-07-28)
### Maps

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-maps",
"version": "18.2.44",
"version": "18.2.47",
"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 React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,14 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### TreeView
#### Bug Fixes
- `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
## 18.2.47 (2020-07-28)
### Menu

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

@ -2,6 +2,23 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Pivot Table
#### Bug Fixes
- Now drill-through dialog can be opened when the measures are placed in row axis.
#### New Features
- `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
- `#279727` - Provided support to sort the alphanumeric field members.
- `#F155279` - Provided an option to restrict the drill-through dialog to display.
- `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing dialog.
- `#283107` - Provided template support in toolbar panel to create custom toolbar option.
- `#284800` - Introduced an event to get the edited raw data information after the editing operation.
## 18.2.44 (2020-07-07)
### Pivot Table

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

@ -2,7 +2,7 @@
## [Unreleased]
## 18.2.48 (2020-08-04)
## 18.2.47 (2020-07-28)
### ProgressBar

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-progressbar",
"version": "18.2.46",
"version": "18.2.47",
"description": "Essential JS 2 ProgressBar Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,15 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### RichTextEditor
#### Bug Fixes
`#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
## 18.2.48 (2020-08-04)
### RichTextEditor

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "18.2.46",
"version": "18.2.48",
"description": "Essential JS 2 RichTextEditor component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -2,6 +2,16 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Schedule
#### Bug Fixes
- `#285796` - An issue with dragging the events to the first row in vertical view not working properly when page scrolling is enabled has been fixed.
- `#285797` - An issue with drag and drop not working properly in the vertical view in the last cell of the day when using the timescale property has been fixed.
- `#287725` - An issue with drag and drop doesn't work properly when we disable `timeScale` property has been fixed.
## 18.2.47 (2020-07-28)
### Schedule

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

@ -2,6 +2,16 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### Spreadsheet
#### Bug Fixes
`#I285113`, `#I285621`, `#I286053`, `#I286103`, `#I288652`- Spreadsheet is not working in ES2015 issue is fixed.
`#I287385` - Added missed text in the localization file.
## 18.2.48 (2020-08-04)
### Spreadsheet

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

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

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

@ -2,6 +2,17 @@
## [Unreleased]
## 18.2.54 (2020-08-18)
### TreeGrid
#### Bug Fixes
- `#285434`- Column SortComparer function works fine with null values for RemoteSaveAdaptor datasource.
- `I286227` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
- `I286227` - Checkbox with `allowRowDragAndDrop` property rendered properly after editing and cancelling in cell edit mode.
## 18.2.47 (2020-07-28)
### TreeGrid