Skip to content

Commit 10c4b0e

Browse files
author
pipeline
committed
v18.2.46 is released
1 parent c2fd730 commit 10c4b0e

32 files changed

+188
-20
lines changed

components/charts/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.2.46 (2020-07-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#285003` - Chart DataSource is not updating when the page has more number of chart issue fixed.
12+
- `#155963` - Added new API showZero to show data labels for value zero.
13+
- `#283698` - point click event is not working in some random cases.
14+
515
## 18.2.45 (2020-07-14)
616

717
- `#278688` - Added sharedTooltipRender event for shared tooltip in blazor.

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.2.44",
3+
"version": "18.2.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.2.46 (2020-07-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#283962` - The issue of "Content of a text node is being duplicated when nowrap option is set" has been fixed.
12+
- `#282404` - The issue of "Phase header style changes to default style after save and load diagram" has been fixed.
13+
514
## 18.2.45 (2020-07-14)
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.2.44",
3+
"version": "18.2.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#284937`- Added API show restrict editing pane.
12+
13+
#### Bug Fixes
14+
15+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
16+
- `#283344` - Resolved the initial delay in pasting images.
17+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
18+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
19+
- `#281339` - Resolved RTL issue when editing a list content.
20+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
21+
522
## 18.2.45 (2020-07-14)
623

724
### Document Editor
825

926
#### New Features
1027

1128
- Added API to delete bookmark.
29+
- `#267515`- Added API to get searched item hierarchical index.
1230

1331
#### Bug Fixes
1432

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

33
## [Unreleased]
44

5-
## 18.2.45 (2020-07-14)
5+
## 18.2.44 (2020-07-07)
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.53",
3+
"version": "18.2.44",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#276968` - Column misalignment issue after editing has been fixed.
12+
- `F155689` - Issue on expanding records while mapping expand status of record has been fixed.
13+
514
## 18.2.45 (2020-07-14)
615

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

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#282385` - Footer and Header content alignment issue with Pdf export has been fixed.
12+
- `#281232` - Scroll bar not working properly has been fixed.
13+
- `#281745` - `rowIndexes` property return the improper value in `rowDeselectEventArgs` has been fixed.
14+
- `#280856` - Opening context menu resets horizontal scroller has been fixed.
15+
- `#282656` - Restoring Excel filter Operator selection with Grid persistence issue has been fixed.
16+
- `#284270` - Foreign Key column search issue has been fixed.
17+
518
## 18.2.45 (2020-07-14)
619

720
### 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.2.44",
3+
"version": "18.2.45",
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/inplaceeditor/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-inplace-editor",
3-
"version": "18.2.44",
3+
"version": "18.2.45",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.44",
3+
"version": "18.2.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/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.2.46 (2020-07-21)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
`#278405` - Issue with Dashboard element dimensions not updated properly based on the parent element dimensions has been resolved.
12+
513
## 18.2.44 (2020-07-07)
614

715
### Dashboard Layout

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.2.46 (2020-07-21)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- The issue with `The closest undefined error throws in the IE 11 browser` has been resolved.
12+
513
## 18.2.44 (2020-07-07)
614

715
### ListView

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 18.2.45 (2020-07-14)
11+
## 18.2.46 (2020-07-21)
1212

1313
### Maps
1414

components/navigations/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.2.46 (2020-07-21)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#279134` - An issue with cross side scripting validation has been fixed.
12+
513
## 18.2.44 (2020-07-07)
614

715
### Menu

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.2.46 (2020-07-21)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
12+
513
## 18.2.45 (2020-07-14)
614

715
### PDF Viewer

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.2.44",
3+
"version": "18.2.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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,28 @@
22

33
## [Unreleased]
44

5-
## 18.2.44 (2020-07-07)
5+
## 18.2.46 (2020-07-21)
66

77
### Dialog
88

99
#### Bug Fixes
1010

11-
- `#268838`, `#154237` - Resolved the parent dialog button click action is not working while rendering the dialog within an Dialog.
11+
- `#278841` - The issue with "user interaction to parent application through keyboard(tab key) when modal dialog rendering with footer template" has been resolved.
12+
13+
## 18.2.44 (2020-07-07)
1214

1315
### Tooltip
1416

1517
#### Bug Fixes
1618

1719
- `#154807` - Tooltip not opening more than once when target specified has been resolved.
1820

21+
### Dialog
22+
23+
#### Bug Fixes
24+
25+
- `#268838`, `#154237` - Resolved the parent dialog button click action is not working while rendering the dialog within an Dialog.
26+
1927
## 18.1.57 (2020-06-16)
2028

2129
### Dialog

components/progressbar/CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,38 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#16027` - Progress bar not updating when initially having value null or zero issue fixed.
12+
513
## 18.2.45 (2020-07-14)
614

715
### ProgressBar
816

17+
#### New Features
18+
19+
- Provided support to indicate the active state of the progress.
20+
- Provided support for striped progress bar.
21+
- Provided support to place the labels at the center and far ends of the track.
22+
- Provided support to segment the progress of a task.
23+
- Provided support to indicate success, info, warning, and danger of using different colors.
24+
25+
#### Bug Fixes
26+
27+
- Progress bar label not render at end of the progress has been fixed.
28+
- SetAttribute of undefined issue raised when calling show() method has been fixed.
29+
30+
## 18.2.44 (2020-07-07)
31+
32+
### ProgressBar
33+
934
#### Bug Fixes
1035

11-
- Progress bar label not render at end of the progress has been fixed..
36+
- Progress bar label not render at end of the progress has been fixed.
1237

1338
undefinedThe progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.
1439

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

components/querybuilder/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.2.46 (2020-07-21)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Issue with 'boolean' type value is fixed.
12+
513
## 18.2.45 (2020-07-14)
614

715
### QueryBuilder

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.2.44",
3+
"version": "18.2.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 18.2.46 (2020-07-21)
6+
7+
### RichTextEditor
8+
9+
#### New Features
10+
11+
- `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
12+
13+
#### Bug Fixes
14+
15+
- `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
16+
517
## 18.2.45 (2020-07-14)
618

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

0 commit comments

Comments
 (0)