Skip to content

Commit d93dd68

Browse files
author
pipeline
committed
v18.1.46 is released
1 parent eaa96ee commit d93dd68

File tree

31 files changed

+162
-20
lines changed

31 files changed

+162
-20
lines changed

components/charts/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-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F153185` - The issue with "Line routing does not consider for Group nodes" has been fixed.
12+
- `#272405` - The issue with "The Double click event does not get triggered when double clicking on an annotation" has been fixed.
13+
- `274242` - The issue with "Strange behaviour when changing Connector source or target decorator width or height" has been fixed.
14+
- `272497` - The issue with "Need to consider boundary constraints when resizing the node" has been fixed.
15+
- `272186` - The issue on symbol description is fixed.
16+
517
## 18.1.45 (2020-04-21)
618

719
### 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-react-diagrams",
3-
"version": "18.1.43",
3+
"version": "18.1.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Added `height` and `width` API to define height and width of document editor.
12+
13+
#### Bug Fixes
14+
15+
- `#271928` - Resolved script when trying to create a new document and document have broken comments.
16+
- `#271886` - Right tab width issue when paragraph contains right indent.
17+
- `#271986` - Resolved error when updating Table of Contents with comments.
18+
- `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
19+
- `#271985` - Resolved script error when remove page break after bookmark.
20+
- `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
21+
- `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
22+
- `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
23+
524
## 18.1.45 (2020-04-21)
625

726
### 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-react-documenteditor",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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+
## 18.1.46 (2020-04-28)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- The issue with `The Dropdown Tree placeholder hides while opening the popup, when enabling the checkbox support` has been fixed.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with 'enabled' properly when listbox have toolbar option has been fixed.
18+
- Issue with Filter element when the scrolling has enabled in listbox.
19+
520
## 18.1.43 (2020-04-07)
621

722
### ListBox

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-react-dropdowns",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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+
## 18.1.46 (2020-04-28)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- The issue with `Unable to localize the error message in the access control actions` has been fixed.
12+
- `#269976` - Now, The File Manager UI will be refreshed properly when resizing the browser window.
13+
514
## 18.1.36-beta (2020-03-19)
615

716
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#273440` - Issue on updating end date value using cell edit gets resolved.
12+
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
13+
- `#274066` - Console error on dragging parent milestone task gets resolved.
14+
515
## 18.1.45 (2020-04-21)
616

717
### Gantt

components/gantt/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-react-gantt",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#272718` - `cellsaved` event while pressing escape key issue has been resolved.
12+
- `#153144` - `RowDeselected` event `isInteracted` and `rowIndex` property issue has been resolved.
13+
- `#274186` - Script error with incorrect sorting column has been fixed.
14+
- `#272426` - Hierarchy exporting with remote/local data issue has been resolved.
15+
- `#153397` - Persist selection issue with grouping has been fixed.
16+
- `#272957` - Script error while hovering on new row form element with frozen columns has been resolved.
17+
- `#272107` - `setCellValue` method issue with row Drag and Drop has been fixed.
18+
519
## 18.1.45 (2020-04-21)
620

721
### Grid

components/heatmap/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-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### HeatMap
88

components/kanban/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#274505` - An issue with server post triggered without showing Spinner has been fixed.
12+
- `#274710` - An issue with dropped clone not created at first position when drag the cards has been fixed.
13+
14+
## 18.1.42 (2020-04-01)
615

716
### Kanban
817

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-react-kanban",
3-
"version": "0.21.1",
3+
"version": "18.1.42",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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+
## 18.1.46 (2020-04-28)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#272732` -The issue with Splitter pane size decreased by resize of window has been resolved.
12+
513
## 18.1.45 (2020-04-21)
614

715
### Splitter

components/layouts/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-react-layouts",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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+
## 18.1.46 (2020-04-28)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with drag and drop on empty group has been fixed.
12+
513
## 18.1.45 (2020-04-21)
614

715
### ListBase

components/lists/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-react-lists",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- Provided 'getItemIndex' public method to get the index of the menu item.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
18+
19+
#### New Features
20+
21+
- `#274084` - Provided an option to set the drag area in TreeView component.
22+
523
## 18.1.45 (2020-04-21)
624

725
### Menu

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-react-navigations",
3-
"version": "18.1.43",
3+
"version": "18.1.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-pdfviewer",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### Dialog
88

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-react-popups",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/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-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### ProgressBar
88

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-
## 18.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### QueryBuilder
88

components/richtexteditor/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-react-richtexteditor",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#F11648` - An issue with previous value maintaining in select event has been fixed.
12+
- `#F12531` - An issue with `allowMultiRowSelection` is not working properly in timeline views has been fixed.
13+
- `#F12345` - An issue with more indicator height added to timeline height even when `rowAutoHeight` enabled has been fixed.
14+
- `#268604` - An issue with improper time slots rendering when daylight saving time occurring date has been fixed.
15+
- `#271829` - An issue with selected class is not applied properly in `MonthAgenda` view has been fixed.
16+
517
## 18.1.45 (2020-04-21)
618

719
### Schedule

components/schedule/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-react-schedule",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/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-react-spreadsheet",
3-
"version": "18.1.44",
3+
"version": "18.1.45",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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-react-treegrid",
3-
"version": "18.1.43",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 TreeGrid Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treemap/CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## 18.1.46 (2020-04-28)
15+
16+
### TreeMap
17+
18+
#### New Features
19+
20+
- `#272704` - Treemap selection can now be done dynamically using `selectItem()` method.
21+
1422
## 18.1.36-beta (2020-03-19)
1523

1624
- `#258211` - Support to customize the header of the treemap items is provided in the `itemRendering` and `itemClick` events.

0 commit comments

Comments
 (0)