Skip to content

Commit a04f164

Browse files
author
pipeline
committed
v19.1.63 is released
1 parent eaed8b3 commit a04f164

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

+217
-32
lines changed

components/barcodegenerator/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#316606` - "Text alignment was not proper with UPCA type barcode" issue has been fixed.
12+
13+
## 19.1.56 (2021-04-13)
614

715
### Barcode
816

components/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-barcode-generator",
3-
"version": "19.1.54",
3+
"version": "19.1.56",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
66

77
### Common
88

components/charts/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#325456` - Highlight and selection issue has been fixed for multiple charts.
12+
- `#F165060` - Accumulation chart with data label is now rendering properly inside the dashboard layout.
13+
14+
#### New Features
15+
16+
- `#288255` - Improved logarithmic axis to show value less than 1.
17+
518
## 19.1.59 (2021-05-04)
619

720
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.59 (2021-05-04)
8+
## 19.1.63 (2021-05-13)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I322863` - This issue "Node does not drag properly when move inside swimlane" has been fixed.
12+
- `#I326309` - This issue "While drag and move the multiple children of swimlane some children jump from one lane to another lane" has been fixed.
13+
- `#I323817` - This issue "An exception will raise when send the native node back to the group of native nodes" has been fixed.
14+
- `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
15+
- `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
16+
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
17+
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
18+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
19+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
20+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
21+
- `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
22+
- `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
23+
- `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
24+
- `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
25+
- `#317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
26+
527
## 19.1.59 (2021-05-04)
628

729
### Diagram

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "19.1.57",
3+
"version": "19.1.59",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the File Manager component.
12+
13+
## 19.1.58 (2021-04-27)
614

715
### File Manager
816

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "19.1.54",
3+
"version": "19.1.58",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Gantt
8+
9+
#### New Features
10+
11+
- `#264444, #296315` - Provided support for managing date with different time zones.
12+
- `#317529, #320843` - Provide support to cancel the merging of split tasks using client-side event.
13+
- `#307881`, `#309475`, `#325067` - Improved performance while scrolling, when predecessors are mapped.
14+
15+
- `#325067` - Improved performance while scrolling, when predecessors are mapped.
16+
17+
#### Bug Fixes
18+
19+
- `#326155` - Issue in splitting task using public method has been fixed.
20+
- `#325948` - Issue in adding new task with empty string has been fixed.
21+
- `#325585` - Issue while defining columns and dynamically changing the view type has been fixed.
22+
523
## 19.1.59 (2021-05-04)
624

725
### Gantt
@@ -23,6 +41,14 @@
2341
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
2442
- `F164497` - Issue in editing end date of a task has been fixed.
2543

44+
## 19.1.57 (2021-04-20)
45+
46+
### Gantt
47+
48+
#### Bug Fixes
49+
50+
- `F164497` - Issue in editing end date of a task has been fixed.
51+
2652
## 19.1.56 (2021-04-13)
2753

2854
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
66

77
### In-place Editor
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "19.1.57",
3+
"version": "19.1.59",
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

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Kanban
8+
9+
#### New Features
10+
11+
- `#287435, #295725` - Support provided for map the `keyField` in the `column` as number type.
12+
13+
#### Bug Fixes
14+
15+
- `#I324923` - The issue with "Kanban content color not changed, when using the material-dark theme" has been resolved.
16+
- `#F160742` - The issue with "Script error thrown when drag and drop operation performed when swimlane `keyField` as non-existing field" has been resolved.
17+
- `#322742` - The issue with "Unable to drag and drop the card when `WebApiAdaptor` used on Kanban" has been resolved.
18+
519
## 19.1.59 (2021-05-04)
620

721
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "19.1.57",
3+
"version": "19.1.59",
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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### Splitter
8+
9+
- Provided `enablePersistence` property to persists the component's state between page reloads.
10+
11+
- Provided `enableReversePanes` property to reorder the splitter panes.
12+
13+
## 19.1.58 (2021-04-27)
614

715
### Splitter
816

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "19.1.56",
3+
"version": "19.1.58",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.56 (2021-04-13)
66

77
### ListView
88

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "19.1.54",
3+
"version": "19.1.56",
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/navigations/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
18+
19+
### Menu
20+
21+
#### New Features
22+
23+
- `#315809` - Delay support on hovering the menu.
24+
525
## 19.1.59 (2021-05-04)
626

727
### Menu

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
66

77
### Toast
88

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "19.1.58",
3+
"version": "19.1.59",
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

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 19.1.63 (2021-05-13)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#F164882` - Resolved the issue "Setting the dialog `minHeight` property as number is not working properly".
12+
- `#I326833`, `#F165083`- The issue with "When the content is given as a template function, then the content is not rendered in the Dialog" has been resolved.
13+
14+
### Popup
15+
16+
#### Bug Fixes
17+
18+
- `#I323687`- The issue with "`Dropdownlist(popup)` flickers on value select, when there is `scroller` in the page" has been resolved.
19+
520
## 19.1.59 (2021-05-04)
621

722
### Spinner

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "19.1.57",
3+
"version": "19.1.59",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
66

77
### ProgressBar
88

0 commit comments

Comments
 (0)