Skip to content

Commit d155c1b

Browse files
author
pipeline
committed
v18.1.44 is released
1 parent a6f92d6 commit d155c1b

37 files changed

+196
-25
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.43 (2020-04-07)
5+
## 18.1.44 (2020-04-14)
66

77
### Radio Button
88

components/calendars/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-calendars",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#269131` - Y Axis labels overlapped with the grid lines issue has been fixed.
12+
- `#268698` - Legend click event argument null issue has been fixed.
13+
14+
### Accumulation chart
15+
16+
#### Bug Fixes
17+
18+
- `#271120` - Data labels are displayed even when its y value is zero issue has been fixed.
19+
- `#152613` - Accumulation chart data label position is not proper when using template issue is fixed.
20+
21+
### Smith Chart
22+
23+
#### Bug Fixes
24+
25+
- `#152336` - Tooltip template issue fixed.
26+
- `#269225` - Provided event support for before rendering of tooltip
27+
528
## 18.1.43 (2020-04-07)
629

730
### Chart
831

932
#### Bug Fixes
1033

34+
- `#269627` - Logarithmic scale does not work with small values issue has been fixed.
35+
- `#151645` - Error bar value is not updated dynamically issue has fixed.
36+
37+
### Accumulation chart
38+
39+
#### Bug Fixes
40+
1141
- `#267438` - Export chart in canvas mode issue has been fixed
1242

1343
## 18.1.36-beta (2020-03-19)

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

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Added support for Legacy Form Fields.
12+
- Added support for updating bookmark cross reference fields.
13+
14+
#### Bug Fixes
15+
16+
- `#269397` - Context menu position is now update properly.
17+
- `#269546` - Resolved key navigation issue when paragraph contains page break.
18+
- `#269778` - $ symbol is now search properly when text contains $ symbol.
19+
- `#269893` - Focus is in document editor after dialog gets closed.
20+
521
## 18.1.43 (2020-04-07)
622

723
### 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.42",
3+
"version": "18.1.43",
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.1.36",
3+
"version": "18.1.43",
44
"description": "Essential JS 2 DropDown Components 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.1.44 (2020-04-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#270801` - Issue on end date calculations gets resolved.
12+
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
13+
514
## 18.1.43 (2020-04-07)
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.1.42",
3+
"version": "18.1.43",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
12+
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
13+
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
14+
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
15+
16+
#### New Features
17+
18+
- `#256907` - Provided support to filter array values.
19+
520
## 18.1.43 (2020-04-07)
621

722
### Grid
@@ -11,7 +26,7 @@
1126
- `#268095` - Undefined value is saved as [Object Object] in batch editing has been fixed.
1227
- `#266864` - Error in Angular Production build with toolbar search is enabled in Grid has been fixed.
1328
- `#268842` - Empty summary value issue when collapse the record has been fixed.
14-
- `#270597` - Validation message position issue has been fixed.
29+
- `#270597, #271625` - Validation message position issue has been fixed.
1530
- `#268807` - ResetOnRowClick now works properly with persist selection.
1631
- `#270585` - recordClick event issue after grouping has been resolved.
1732
- `#258489, #268908` - Saving the cell through tab key issue in batch edit has been fixed.

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.36",
3+
"version": "18.1.43",
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/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.44 (2020-04-14)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "destroy throws error in IE" has been resolved.
12+
513
## 18.1.43 (2020-04-07)
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.36",
3+
"version": "18.1.43",
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/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.43 (2020-04-07)
5+
## 18.1.44 (2020-04-14)
66

77
### Kanban
88

components/layouts/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.44 (2020-04-14)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#269482` - Resolved the expand and collapse icons hidden issue when panes are expanded or collapsed.
12+
13+
### Dashboard Layout
14+
15+
#### Bug Fixes
16+
17+
- `#271938` - The issue with `The Dashboard layout resize icon style overrides the RTE component image style` has been resolved.
18+
519
## 17.4.51 (2020-02-25)
620

721
### Splitter

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.44 (2020-04-14)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- Provided `beforeDragStart` event.
12+
513
## 18.1.43 (2020-04-07)
614

715
### ListView

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.36",
3+
"version": "18.1.43",
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/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.1.43 (2020-04-07)
11+
## 18.1.44 (2020-04-14)
1212

1313
### Maps
1414

components/navigations/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.43 (2020-04-07)
5+
## 18.1.44 (2020-04-14)
66

77
### ContextMenu
88

components/pdfviewer/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.44 (2020-04-14)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
12+
- `#271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
13+
14+
#### Bug Fixes
15+
16+
- `#271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
17+
- `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
18+
519
## 18.1.43 (2020-04-07)
620

721
### 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.1.36",
3+
"version": "18.1.43",
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.44 (2020-04-14)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#266106` - Improved the data refresh on virtual scrolling.
12+
513
## 18.1.36-beta (2020-03-19)
614

715
### Pivot Table

components/popups/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.44 (2020-04-14)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#272201` - The issue with tooltip popup element not hide properly has been resolved.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Dialog

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.36",
3+
"version": "18.1.43",
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.43 (2020-04-07)
5+
## 18.1.44 (2020-04-14)
66

77
### ProgressBar
88

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.1.44 (2020-04-14)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Compatibility with EJ1 issues has been resolved.
12+
513
## 18.1.43 (2020-04-07)
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.1.36",
3+
"version": "18.1.43",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)