Skip to content

Commit 2c2e109

Browse files
author
pipeline
committed
v17.4.55 is released
1 parent 18570b8 commit 2c2e109

Some content is hidden

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

42 files changed

+190
-28
lines changed

components/barcodegenerator/CHANGELOG.md

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

99
#### Bug Fixes
1010

11+
- `#264414` - The issue "QR code is not rendered based on center bounds" has been fixed.
12+
13+
## 17.4.49 (2020-02-11)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
1119
- `#262067` - The issue "Unable to decode qrcode for some values" has been fixed.
1220
- `#262067` - The issue "DOM ID for the SVG and div element are same" has been fixed.
1321

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": "17.4.47",
3+
"version": "17.4.51",
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/base/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-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### Common
88

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

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#227953` - The issue "Line routing does not consider for some nodes" has been fixed.
12+
- `266374` - The issue "Tool tip does not hide while mouse move on diagram" has been fixed.
13+
- `264862` - The Performance issue with overview sample has been fixed.
14+
- `F151374` - The issue "Connector stroke style does not update properly" has been fixed.
15+
516
## 17.4.51 (2020-02-25)
617

718
### Diagram
@@ -12,6 +23,7 @@
1223
- `F151027` - The issue "Cannot get the TextAnnotation node margin values dropped in the swimlane" has been fixed.
1324
- `F151264` - The issue "Need to change evt.args node/connector type as DiagramNode/DiagramConnector in Blazor Validated" has been fixed.
1425
- `266664` - The issue "Ruler disappears after the diagram moves beyond viewport" has been fixed
26+
- `F151098` - The issue "Port constraints is not working while draw connector through port" has been fixed
1527

1628
## 17.4.50 (2020-02-18)
1729

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": "17.4.50",
3+
"version": "17.4.51",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
12+
13+
#### Bug Fixes
14+
15+
- `#263861` - Table cells are now resized properly.
16+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
17+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
18+
- `#250770` , `#263443` - RTL text layout properly with special characters.
19+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
20+
- `#264631` - Stop protection is now working if password is empty.
21+
522
## 17.4.51 (2020-02-25)
623

724
### 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": "17.4.50",
3+
"version": "17.4.51",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### MultiSelect
88

components/filemanager/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+
## 17.4.55 (2020-03-10)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
12+
513
## 17.4.51 (2020-02-25)
614

715
### File Manager

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

33
## [Unreleased]
44

5-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#261856` - Initial sorting with initial grouping issue has been fixed.
12+
- `#264895` - Provided support to add aggregates for auto generated columns dynamically.
13+
- `#263303` - Grid UI has been refreshed while changing `allowRowDragAndDrop` property.
14+
- `#264370` - Empty tooltip for checkbox column with `ellipsisWithTooltip` property issue has been resolved.
15+
- `#252918` - Provided a feature to change the UI and datasource value without enabling edit property.
16+
- `#261903`, `#263836` - Incorrect `datetime` predicate issue has been resolved.
17+
- `#151850` - Case sensitivity issue with Excel filter has been resolved.
18+
- `#267120` - Unwanted new record while pressing tab key with batch mode has been resolved.
19+
- `#267938` - Improper column rendering issue with column chooser has been resolved.
20+
- `#264582` - Grid filter dialog styles issue in compatibility theme has been resolved.
21+
- `#267397` - Misalignment issue has been resolved while hiding columns with Grid edit state.
22+
- `#264165, #266190` - validation message issue has been fixed when we set `newRowPosition` as bottom in batch mode.
23+
524
## 17.4.51 (2020-02-25)
625

726
### 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": "17.4.50",
3+
"version": "17.4.51",
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/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": "17.4.47",
3+
"version": "17.4.51",
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/inplaceeditor/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+
## 17.4.51 (2020-02-25)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#262774` - Resolved the focus not maintained issue when `type` is set to `DropDown` and enabling the `allowFiltering`.
12+
513
## 17.4.50 (2020-02-18)
614

715
### In-place Editor

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": "17.4.50",
3+
"version": "17.4.51",
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/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+
## 17.4.55 (2020-03-10)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- Issue with bootstrap theme is fixed.
12+
513
## 17.4.51 (2020-02-25)
614

715
### Slider

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": "17.4.47",
3+
"version": "17.4.51",
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-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### Kanban
88

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": "17.4.50",
3+
"version": "17.4.51",
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/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14+
## 17.4.55 (2020-03-10)
15+
16+
### LinearGauge
17+
18+
#### Bug Fixes
19+
20+
- `#I266799` - The pointer value changed using the `valueChange` event is now updated properly.
21+
1422
## 17.4.50 (2020-02-18)
1523

1624
### LinearGauge

components/lineargauge/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-lineargauge",
3-
"version": "17.4.50",
3+
"version": "17.4.51",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 17.4.55 (2020-03-10)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- `#264141` - Zooming with `zoomToCoordinates()` method will now render the data labels properly.
18+
- `#263976` - Script errors will not be thrown when zooming to the maximum level in the Maps component.
19+
1120
## 17.4.51 (2020-02-25)
1221

1322
### Maps

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

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
12+
13+
### Accordion
14+
15+
#### Bug Fixes
16+
17+
- `#263853` - An issue with height is not properly set to the accordion item when perform expand/collapse has been fixed.
18+
519
## 17.4.50 (2020-02-18)
620

721
### TreeView

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

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#235592` - Provided the support to select the text content from the PDF pages programmatically using bounds value
12+
13+
#### Bug Fixes
14+
15+
- `#266241` – Now, the Hand-written signature is preserved properly in PDF Viewer.
16+
- `#266547` - Now, the isDocumentEdited property is working properly in PDF Viewer.
17+
- `#264762` - The EnableAnnotationToolbar property is now working properly in blazor framework.
18+
519
## 17.4.50 (2020-02-18)
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": "17.4.50",
3+
"version": "17.4.51",
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": "17.4.50",
3+
"version": "17.4.51",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### Tooltip
88

components/querybuilder/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-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### QueryBuilder
88

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+
## 17.4.55 (2020-03-10)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#266660` - The script errors thrown while destroying the multiple Rich Text Editor with the showCharCount property has been resolved.
12+
513
## 17.4.51 (2020-02-25)
614

715
### RichTextEditor

0 commit comments

Comments
 (0)