Skip to content

Commit eaa96ee

Browse files
author
pipeline
committed
v18.1.45 is released
1 parent d155c1b commit eaa96ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+195
-31
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.44 (2020-04-14)
5+
## 18.1.43 (2020-04-07)
66

77
### Radio Button
88

components/buttons/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-buttons",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.43",
3+
"version": "18.1.44",
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#271540` - Chart zooming maintained while switch chart type from column to polar issue fixed.
12+
- `#270524` - chart is broken when use `dir="rtl"` to the body tag issue fixed.
13+
- `#270548` - While enabling scrollbar half of marker gets hidden issue fixed.
14+
- `#271515` - Column chart is now working fine with column width is zero.
15+
516
## 18.1.44 (2020-04-14)
617

718
### Chart
819

920
#### Bug Fixes
1021

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.
22+
- `#255275` - While disabling some series console error occurs issue has been fixed.
1323

1424
### Accumulation chart
1525

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#270667` - The issue with "Prevent line routing for straight connector" has been fixed.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Diagram

components/documenteditor/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.45 (2020-04-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#268907` - Selection character format is retrieved properly when selection is in list text.
12+
- `#270424` - Footer content is now update properly when document contains more than one section.
13+
- `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
14+
- `#271039` - When paste content in RTL paragraph, formatting is now update properly.
15+
516
## 18.1.44 (2020-04-14)
617

718
### 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.43",
3+
"version": "18.1.44",
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.43",
3+
"version": "18.1.44",
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,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#268281` - Issue on adding dependency using dialog gets resolved.
12+
513
## 18.1.44 (2020-04-14)
614

715
### Gantt
@@ -10,6 +18,7 @@
1018

1119
- `#270801` - Issue on end date calculations gets resolved.
1220
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
21+
- Issue in mapping custom class of task from data source has been fixed.
1322

1423
## 18.1.43 (2020-04-07)
1524

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#269217` - numeric edit precision issue has been resolved.
12+
- `#272015, #152919` - React `editTemplate` auto save issue has been resolved.
13+
- `#271853` - Missing additional parameters in the `foreignKey` column filtering and editing server request issue has been fixed.
14+
- `#152879` - Filter bar focusing is not working properly, while using `checkboxmode` as `ResetOnRowClick` issue has been fixed.
15+
- `#151211` - Provided `exportGroupCaption` event support for Excel exporting.
16+
- `#270519` - Script error while setting `undefined` value for column type/format property with Angular Grid has been fixed.
17+
- `#258482` - Improper target element in `rowSelecting` event issue has been fixed.
18+
- `#271748` - Autofit min and max width issue has been resolved.
19+
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
20+
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
21+
- `#152895`, `#271656`, `#273560`- Grouped Headers are not rendered properly in pdf document issue has been resolved.
22+
523
## 18.1.44 (2020-04-14)
624

725
### 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.43",
3+
"version": "18.1.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/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.45 (2020-04-21)
6+
7+
### HeatMap
8+
9+
#### Bug Fixes
10+
11+
- `#271846` - Legend label cropping issue has been fixed.
12+
513
## 18.1.36-beta (2020-03-19)
614

715
### HeatMap

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

77
### Kanban
88

components/layouts/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.45 (2020-04-21)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
-`#272515`, `#F153399` - Resolved the issue with nested splitter resizing is not working properly.
12+
13+
- Resolved the alignment issue with expand and collapse icons in the internet explorer browser.
14+
515
## 18.1.44 (2020-04-14)
616

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### ListBase
8+
9+
#### Bug Fixes
10+
11+
- #270788 - The issue with `The icon elements are not generated when enabling the fullRowNavigable in the TreeView` has been resolved.
12+
13+
### ListView
14+
15+
#### Bug Fixes
16+
17+
- #152966 - The issue with `The enableHtmlSanitizer property is not working in the ListView` has been resolved.
18+
519
## 18.1.44 (2020-04-14)
620

721
### ListBox

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

1313
### Maps
1414

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.36",
3+
"version": "18.1.43",
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/navigations/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.44 (2020-04-14)
5+
## 18.1.45 (2020-04-21)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- Menu selection issue has been resolved.
12+
13+
## 18.1.43 (2020-04-07)
614

715
### ContextMenu
816

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#267283` - Provided the support to identify the imported annotation and drawn annotation
12+
- `#268736` - Exposed the text search events in PDF Viewer.
13+
- `#258786` - Exposed the signature Select event in PDF Viewer.
14+
15+
#### Bug Fixes
16+
17+
- `#272053` - The annotation bounds value is now preserved properly in annotation events.
18+
- `#269001` - Improved the page rendering behaviour in PDF Viewer.
19+
520
## 18.1.44 (2020-04-14)
621

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

components/pivotview/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-pivotview",
3-
"version": "18.1.42",
3+
"version": "18.1.44",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.45 (2020-04-21)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#269987` - Resolved the dialog target is not working properly when updating the target property dynamically.
12+
513
## 18.1.44 (2020-04-14)
614

715
### Tooltip

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.43",
3+
"version": "18.1.44",
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.44 (2020-04-14)
5+
## 18.1.45 (2020-04-21)
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.45 (2020-04-21)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Issue with grouping after refreshing QueryBuilder has been resolved.
12+
513
## 18.1.44 (2020-04-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.1.43",
3+
"version": "18.1.44",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)