Skip to content

Commit 2ed1819

Browse files
author
pipeline
committed
v18.1.52 is released
1 parent a65770d commit 2ed1819

39 files changed

+183
-29
lines changed

components/buttons/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.48 (2020-05-05)
5+
## 18.1.52 (2020-05-13)
66

77
### Chips
88

components/charts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I273694` - Legend paging issue when legend position in Right side fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### Chart
816

917
#### Bug Fixes
1018

1119
- `#273192` - Trendlines are short and have the wrong slope direction issue fixed.
20+
- `#267962` - when using react parcel, chart throws console error issue fixed.
1221

1322
## 18.1.45 (2020-04-21)
1423

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `273484` - Issue with state of event while the connector is being dragged is now resolved.
12+
- `274485` - Issue with dynamically added swimlane addInfo has been fixed.
13+
- `264654` - Console exception with cloning phase of swimlane is now resolved.
14+
- `275032` - Console exception while editing the annotation of node is resolved.
15+
516
## 18.1.48 (2020-05-05)
617

718
### 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.46",
3+
"version": "18.1.48",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#267067`,`#267934` - Added API to customize font family dropdown.
12+
13+
#### Bug Fixes
14+
15+
- `#271375` - Resolved table layout issue when table contain vertical merged cells.
16+
- `#252868` - Resolved script error when minimize row height.
17+
518
## 18.1.48 (2020-05-05)
619

720
### 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.46",
3+
"version": "18.1.48",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Move to and move from throws script error when listbox rendered with item template issue fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### MultiSelect

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.46",
3+
"version": "18.1.48",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.1.48 (2020-05-05)
5+
## 18.1.46 (2020-04-28)
66

77
### File Manager
88

components/filemanager/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-filemanager",
3-
"version": "18.1.36",
3+
"version": "18.1.46",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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.52 (2020-05-13)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#268349` - Issue on maintaining duration data type gets resolved.
12+
- Column filter menu displayed in wrong place has been fixed.
13+
14+
#### New Features
15+
16+
- Provided drag and drop support for resource view Gantt.
17+
- `#271392` - Provided support to update task id dynamically.
18+
- `#269776` - Provided support to indent a selected record.
19+
520
## 18.1.48 (2020-05-05)
621

722
### 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.46",
3+
"version": "18.1.48",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
-`#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
12+
13+
14+
-`#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
15+
-`#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
16+
-`#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
17+
-`#275010` - Need internal events for column chooser buttons issue has been fixed.
18+
-`#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
19+
20+
21+
#### New Features
22+
23+
- `#261103, #267581` - Provided the column `Reordering` support for Grid with `virtualization` and frozen columns feature.
24+
525
## 18.1.48 (2020-05-05)
626

727
### Grid

components/grids/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-grids",
3-
"version": "18.1.46",
3+
"version": "18.1.48",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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.52 (2020-05-13)
6+
7+
### HeatMap
8+
9+
#### Bug Fixes
10+
11+
- `#270398` - Heatmap tooltip alignment issue has been fixed.
12+
513
## 18.1.45 (2020-04-21)
614

715
### HeatMap

components/inputs/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.52 (2020-05-13)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- Now, selected files persist properly when enabling enablePersistence property.
12+
513
## 18.1.44 (2020-04-14)
614

715
### TextBox

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

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": "18.1.46",
3+
"version": "18.1.48",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 18.1.52 (2020-05-13)
6+
7+
### Dashboard Layout
8+
9+
#### New Features
10+
11+
`#269881` - Provided support to restrict the dragging functionality of an individual panel by adding `e-drag-restrict` cssClass to the panel.
12+
13+
### Splitter
14+
15+
#### Bug Fixes
16+
17+
- `#273127` - Resolved the issue "Splitter resizing does not work as expected in the internet explorer browser".
18+
19+
- `F153749` - Issue with "Splitter expand and collapse action doesn't work as expected after the pane resize" has been resolved.
20+
521
## 18.1.48 (2020-05-05)
622

723
### Dashboard Layout

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.46",
3+
"version": "18.1.48",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.1.48 (2020-05-05)
5+
## 18.1.46 (2020-04-28)
66

77
### ListBox
88

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.45",
3+
"version": "18.1.46",
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/maps/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-maps",
3-
"version": "18.1.43",
3+
"version": "18.1.48",
44
"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",
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.45",
3+
"version": "18.1.48",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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.52 (2020-05-13)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#267962` - The parcel issue in the pivot table component has now been resolved.
12+
513
## 18.1.44 (2020-04-14)
614

715
### Pivot Table

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.48 (2020-05-05)
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.45",
3+
"version": "18.1.46",
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5-
## 18.1.48 (2020-05-05)
5+
## 18.1.52 (2020-05-13)
66

77
### ProgressBar
88

9-
ProgressBar control is used to visualize the changing status of an extended operation such as a download, file transfer, or installation. All Progress bar elements are rendered by using Scalable Vector Graphics (SVG).
9+
#### Bug Fixes
10+
11+
- Progress bar label not render at end of the progress has been fixed.
12+
13+
undefinedThe progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.
14+
15+
## 18.1.42 (2020-04-01)
1016

17+
### ProgressBar
18+
19+
ProgressBar control is used to visualize the changing status of an extended operation such as a download, file transfer, or installation. All Progress bar elements are rendered by using Scalable Vector Graphics (SVG).
1120

12-
The progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.
1321

1422
### Key features
1523

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

components/richtexteditor/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.52 (2020-05-13)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#F152908` - The issue sublist remains after deleting the parent list element in the Rich Text Editor has been resolved.
12+
513
## 18.1.48 (2020-05-05)
614

715
### RichTextEditor

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

0 commit comments

Comments
 (0)