Skip to content

Commit a65770d

Browse files
author
pipeline
committed
v18.1.48 is released
1 parent d93dd68 commit a65770d

34 files changed

+180
-20
lines changed

components/buttons/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.48 (2020-05-05)
6+
7+
### Chips
8+
9+
#### New Features
10+
11+
- `#152050` - Support for adding images to a chip using the `trailingIconUrl` and `leadingIconUrl` property has been included.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Radio Button

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.1.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#273192` - Trendlines are short and have the wrong slope direction issue fixed.
12+
13+
## 18.1.45 (2020-04-21)
614

715
### Chart
816

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.44",
3+
"version": "18.1.45",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `271060` - The issue with "Margin does not apply for the exported image" has been fixed.
12+
- `272898` - The issue with "When drag some nodes in palette it does not show preview and drop in diagram" has been fixed.
13+
514
## 18.1.46 (2020-04-28)
615

716
### 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.45",
3+
"version": "18.1.46",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#272290` - Resolved selection issue when paragraph contains line break character.
12+
- `#272600` - Copy text with specific symbol (< , >) is now working properly.
13+
- `#266059` - When pasting content with bookmark, bookmark is now preserved.
14+
- `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
15+
- `#269546` - Selection issue is now resolved when paragraph contains page break.
16+
- `#274395` - Resolved script error when clicking on canvas in mobile view mode.
17+
- `#273345` - Resolved table export issue when table contains vertical merge cell.
18+
- `#271450` - Restricted user editing, when spinner is visible.
19+
520
## 18.1.46 (2020-04-28)
621

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

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#273796` - Issue with clear icon misalignment in the material outline has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with drag and drop in empty listbox has been fixed.
18+
519
## 18.1.46 (2020-04-28)
620

721
### Dropdown Tree

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.45",
3+
"version": "18.1.46",
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.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
66

77
### File Manager
88

components/gantt/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.48 (2020-05-05)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#273422` - Date mismatch for parent and child record gets resolved.
12+
513
## 18.1.46 (2020-04-28)
614

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

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
12+
- `#273042` - grouping after restoring the persist data issue has been resolved.
13+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
14+
- `#273238` - Missing of `headerText` property in the template data has been fixed.
15+
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
16+
- `#271911` - column template in angular after print issue has been resolved.
17+
- `#273134` - Header template in angular after print issue has been fixed.
18+
- `#269502` - Mismatch of reordering column issue has been fixed.
19+
- `#273854, #274776` - Foreign Key search query for `UrlAdaptor` has been fixed.
20+
521
## 18.1.46 (2020-04-28)
622

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

33
## [Unreleased]
44

5-
## 18.1.46 (2020-04-28)
5+
## 18.1.45 (2020-04-21)
66

77
### HeatMap
88

components/heatmap/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-heatmap",
3-
"version": "18.1.42",
3+
"version": "18.1.45",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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.48 (2020-05-05)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#274830` - Rendered empty column when empty data passed to Kanban board.
12+
513
## 18.1.46 (2020-04-28)
614

715
### Kanban

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.42",
3+
"version": "18.1.46",
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.48 (2020-05-05)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#275109` - Issue with floating the panels in inline rendering has been resolved.
12+
513
## 18.1.46 (2020-04-28)
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.45",
3+
"version": "18.1.46",
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.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
66

77
### ListBox
88

components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 18.1.48 (2020-05-05)
12+
13+
### Maps
14+
15+
#### New Features
16+
17+
- Tooltip will now be rendered for overflowed legend text which is trimmed.
18+
1119
## 18.1.43 (2020-04-07)
1220

1321
### Maps

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.45",
3+
"version": "18.1.46",
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/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.48 (2020-05-05)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#272985` - Provided the support to edit the annotation properties without selecting the annotation.
12+
513
## 18.1.45 (2020-04-21)
614

715
### PDF Viewer

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.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
66

77
### Dialog
88

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.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
66

77
### ProgressBar
88

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.1.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Issue with SQL parsing has been resolved.
12+
13+
## 18.1.45 (2020-04-21)
614

715
### QueryBuilder
816

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.44",
3+
"version": "18.1.45",
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.48 (2020-05-05)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
12+
513
## 18.1.45 (2020-04-21)
614

715
### RichTextEditor

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#F11316` - An issue with `ToolbarActionArgs` is deprecated but without it, Print Exporting won't work has been fixed.
12+
- `#273612` - An issue with blocked events in mobile mode has been fixed.
13+
514
## 18.1.46 (2020-04-28)
615

716
### Schedule
@@ -13,6 +22,9 @@
1322
- `#F12345` - An issue with more indicator height added to timeline height even when `rowAutoHeight` enabled has been fixed.
1423
- `#268604` - An issue with improper time slots rendering when daylight saving time occurring date has been fixed.
1524
- `#271829` - An issue with selected class is not applied properly in `MonthAgenda` view has been fixed.
25+
- `#273646` - An issue with `aria-readonly` attribute has been fixed.
26+
- `#266725` - An issue with `scrollToResource` method when we enabled the `virtualScrolling` property has been fixed.
27+
- `#271264` - An issue with `scrollToResource` method when we enabled the `rowAutoHeight` property has been fixed.
1628

1729
## 18.1.45 (2020-04-21)
1830

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.45",
3+
"version": "18.1.46",
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",

0 commit comments

Comments
 (0)