v18.1.56 is released
This commit is contained in:
Родитель
0f187c51ee
Коммит
b6b6c9c486
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Common
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Chips
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#278394` - Issue with delete event has been fixed.
|
||||
|
||||
## 18.1.48 (2020-05-05)
|
||||
|
||||
### Chips
|
||||
|
|
|
@ -2,6 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#278688` - Shared Tooltip not visible while using tooltip render event issue fixed.
|
||||
- `#278311` - Y axis labels get overlapped when using single negative point issue fixed.
|
||||
- `#154576` - Range Selector doesn't match chart data range for one day issue fixed.
|
||||
- `#279008` - Cluster selection with 0 values for logarithmic type issue fixed.
|
||||
|
||||
### Accumulation chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#279297` - Height in percentage not working properly is fixed now.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Chart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-charts",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-diagrams",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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 React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,21 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Document Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#278685` - Resolved script error on backspace inside the edit range.
|
||||
- `#247077` - Selection is now updated properly while clicking before merge field.
|
||||
- `#277357` - Table borders are now rendered properly.
|
||||
- `#275686` - `contentChange` event will not trigger while switching the layout type.
|
||||
- `#276616` - Paragraph format now preservers properly while inserting text.
|
||||
- `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
|
||||
- `#277959` - Document with shape now imported properly.
|
||||
- `#153583` - Selection is now updated properly for image inside the bookmark.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Document Editor
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### ComboBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Issue with "select event is not triggered while doing first selection with autofill" has been resolved.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### MultiSelect
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-dropdowns",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"description": "Essential JS 2 DropDown Components for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### File Manager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- The issue with "File name is not displayed in the access control error message" has been fixed.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### File Manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-filemanager",
|
||||
"version": "18.1.53",
|
||||
"version": "18.1.55",
|
||||
"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.1.54",
|
||||
"version": "18.1.55",
|
||||
"description": "Essential JS 2 Gantt Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,33 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#278390` - Internal event for access the excel export rows has been added.
|
||||
- `#277728` - Search box focus issue in IE has been fixed.
|
||||
- `#12629` - Prevented the `dataStateChange` event after re-ordering a column.
|
||||
- `#154111` - Issue in updating `aggregate` format with culture change has been fixed.
|
||||
- `#14010` - Grid row selection event arguments type issue has been fixed.
|
||||
- `#278858` - `rowDeselected` event with `persistence` and `ResetOnRowClick` issue has been fixed.
|
||||
- `#154619` - Number formatting with empty string issue has been fixed.
|
||||
- `#279065` - `Groupcaption` aggregate in `pdf` export issue has been fixed.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
- Now `data`, `row`, `foreignKeyData` these Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
|
||||
|
||||
| `Properties` | `Type` |
|
||||
|---|---|
|
||||
| `data` | `Object or Object[]` |
|
||||
| `rowIndex` | `number` |
|
||||
| `rowIndexes` | `number[]` |
|
||||
| `row` | `Element or Element[]` |
|
||||
| `foreignKeyData` | `Object or Object[]` |
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-grids",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### In-place Editor
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Uploader
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Issue with "form name is not updated based on name attribute in chunk upload" has been resolved.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Slider
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-inputs",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Kanban
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#279543` - An issue with script error thrown when click the `showAddButton` icon and specify the `priority` property has been fixed.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Kanban
|
||||
|
|
|
@ -1,5 +1,54 @@
|
|||
# ej2-react-kanban
|
||||
|
||||
The Kanban Board component is an efficient way to visualize workflow at each stage along its path to completion. The control supports necessary features to design task scheduling applications. The key features are swimlanes, customizable cards, binding from local and remote data sources, columns mapping, stacked headers, WIP validation, templating, responsiveness, filtering, and editing.
|
||||
|
||||
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials).
|
||||
|
||||
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
||||
|
||||
## Setup
|
||||
|
||||
To install Kanban and its dependent packages, use the following command.
|
||||
|
||||
```sh
|
||||
npm install @syncfusion/ej2-react-kanban
|
||||
```
|
||||
|
||||
## Resources
|
||||
|
||||
* [Getting Started](https://ej2.syncfusion.com/react/documentation/kanban/getting-started/index.html)
|
||||
* [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/kanban/overview)
|
||||
* [Product Page](https://www.syncfusion.com/react-ui-components/react-kanban-board)
|
||||
|
||||
## Supported Frameworks
|
||||
|
||||
The Kanban control is also available in following list of frameworks.
|
||||
|
||||
1. [Angular](https://www.syncfusion.com/angular-ui-components/angular-kanban-board)
|
||||
2. [Vue](https://www.syncfusion.com/vue-ui-components/vue-kanban-board)
|
||||
3. [Blazor](https://www.syncfusion.com/blazor-components/blazor-kanban-board)
|
||||
4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/kanban-board)
|
||||
5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/kanban-board)
|
||||
6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/js-kanban-board)
|
||||
|
||||
## Key Features
|
||||
|
||||
* [**Data binding**](https://ej2.syncfusion.com/react/demos/#/material/kanban/remote-data) - Seamless data binding with various local and remote data sources.
|
||||
* [**Swimlane**](https://ej2.syncfusion.com/react/demos/#/material/kanban/swimlane): The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
|
||||
* **Key mapping**: Map one or multiple keys to single columns.
|
||||
* [**Toggle Columns**](https://ej2.syncfusion.com/react/demos/#/material/kanban/toggle-columns): The columns can be expanded and collapsed.
|
||||
* [**WIP Validation**](https://ej2.syncfusion.com/react/demos/#/material/kanban/wip-validation): Set a minimum and maximum number of cards in a column.
|
||||
* [**Dialog Editing**](https://ej2.syncfusion.com/react/demos/#/material/kanban/dialog-editing): The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
|
||||
* [**Drag and Drop**](https://ej2.syncfusion.com/react/demos/#/material/kanban/overview): Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
|
||||
* [**Stacked headers**](https://ej2.syncfusion.com/react/demos/#/material/kanban/stacked-header): Additional column headers can be added in a stacked manner.
|
||||
* [**Tooltip**](https://ej2.syncfusion.com/react/demos/#/material/kanban/tooltip-template): Display the card information with a default tooltip and templated tooltip.
|
||||
* **Selection**: Select a single or multiple cards.
|
||||
* [**Templates**](https://ej2.syncfusion.com/react/demos/#/material/kanban/card-template): The key elements such as cards, column headers, swimlanes and tooltip come with template support for embedding any kind of HTML element and CSS style.
|
||||
* **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
|
||||
* **Localization**: All the static text content can be localized to any desired language.
|
||||
* **RTL**: Display the control contents from right to left.
|
||||
* **Built-in themes**: Material, Fabric, Bootstrap 3 and 4, and high contrast themes can be used to present a better UI appearance.
|
||||
|
||||
## Support
|
||||
|
||||
Product support is available through following mediums.
|
||||
|
@ -16,4 +65,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|||
|
||||
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes).
|
||||
|
||||
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
||||
© Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-kanban",
|
||||
"version": "18.1.52",
|
||||
"version": "18.1.55",
|
||||
"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-navigations",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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 React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273237` - Now, Annotation comments are locked properly when locked the annotations.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### PDF Viewer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-pdfviewer",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"description": "Essential JS 2 PDF viewer Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Tooltip
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#154807` - Tooltip not opening more than once when target specified has been resolved.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Dialog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-popups",
|
||||
"version": "18.1.53",
|
||||
"version": "18.1.55",
|
||||
"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 React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### ProgressBar
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Issue with 'addGroups' method is fixed.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### QueryBuilder
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-querybuilder",
|
||||
"version": "18.1.53",
|
||||
"version": "18.1.55",
|
||||
"description": "Essential JS 2 QueryBuilder for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
## 18.1.54 (2020-05-26)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-richtexteditor",
|
||||
"version": "18.1.53",
|
||||
"version": "18.1.54",
|
||||
"description": "Essential JS 2 RichTextEditor component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Schedule
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#278019` - An issue with drag and drop of vertical view events doesn't work properly when we disable `timeScale` property has been fixed.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### Schedule
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-schedule",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"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 React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
`#I279666`- Provided the actionBegin and actionComplete event for page switching action.
|
||||
`#I276608`- Provided the validation to prevent the long text exception for list data validation.
|
||||
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Spreadsheet
|
||||
|
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.56 (2020-06-09)
|
||||
|
||||
### TreeGrid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F15641` - Content is rendered properly for random scrolling when Virtualization is enabled.
|
||||
- `#279755` - Virtual Scrolling works fine.
|
||||
|
||||
- `#279755` - Virtual Scrolling works fine.
|
||||
|
||||
## 18.1.55 (2020-06-02)
|
||||
|
||||
### TreeGrid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-react-treegrid",
|
||||
"version": "18.1.54",
|
||||
"version": "18.1.55",
|
||||
"description": "Essential JS 2 TreeGrid Component for React",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
Загрузка…
Ссылка в новой задаче