Skip to content

Commit e500a19

Browse files
author
pipeline
committed
v18.4.47 is released
1 parent 083e903 commit e500a19

File tree

38 files changed

+157
-74
lines changed

38 files changed

+157
-74
lines changed

components/barcodegenerator/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.4.47 (2021-03-09)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#316606` - "UPC-A does not render some code value" issue has been fixed.
12+
13+
## 18.4.30 (2020-12-17)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
19+
- `#278404` - "Ean-13 barcode not rendering" issue has been fixed.
20+
521
## 18.3.35 (2020-10-01)
622

723
### Barcode

components/barcodegenerator/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-angular-barcode-generator)](https://www.npmjs.com/package/@syncfusion/ej2-angular-barcode-generator)
2+
13
# Changelog
24

35
## [Unreleased]

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-angular-barcode-generator",
3-
"version": "18.3.47",
3+
"version": "18.4.39",
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 Angular",
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-
## 18.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### Common
88

components/charts/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.4.47 (2021-03-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#313827` - Fixed stripline fails issue on canvas mode.
12+
513
## 18.4.46 (2021-03-02)
614

715
### Chart

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-angular-charts",
3-
"version": "18.4.44",
3+
"version": "18.4.46",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22

33
## [Unreleased]
44

5+
## 18.4.47 (2021-03-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#316541` - This issue "Drag and Drop into the swimlane for multiple nodes is not work as expected while enabling the Linerouting " has been fixed.
12+
- `#316429` - This issue "When drag and drop connector into the swimlane not updated properly " has been fixed.
13+
- `F163118` - This issue "Swimlane is removable even if the delete constraints are excluded" has been fixed.
14+
515
## 18.4.46 (2021-03-02)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `F162436` - This issue "While set the node's isExpanded property true at initial rendering unwanted scroll is take placed" has been fixed.
22+
- `#314664` - This issue "Exception occurs when drag and drop the node and perform undo " has been fixed.
23+
- `F161997` - This issue "Context menu disappear while mouseover the item which has subitems " has been fixed.
24+
25+
#### New Features
26+
27+
- `#314220` - Support for Auto scrolling feature while using drawing tool has been added.
1228

1329
## 18.4.43 (2021-02-16)
1430

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-angular-diagrams",
3-
"version": "18.4.43",
3+
"version": "18.4.46",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-angular-documenteditor",
3-
"version": "18.4.44",
3+
"version": "18.4.46",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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.4.47 (2021-03-09)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
`#317598` - Issue with "selected values are not posted properly while clicking on the select all option with predefined value" has been resolved.
12+
13+
514
## 18.4.44 (2021-02-23)
615

716
### MultiSelect

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-angular-dropdowns",
3-
"version": "18.4.44",
3+
"version": "18.4.46",
44
"description": "Essential JS 2 DropDown Components for Angular",
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.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
## [Unreleased]
44

5-
## 18.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#315501` - Error on closing filter menu while focusing out has been resolved.
11+
- `316898` - Maintained additional fields in segments on zooming action.
1212

1313
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1414

15+
## 18.4.44 (2021-02-23)
16+
17+
### Gantt
18+
19+
#### Bug Fixes
20+
21+
- `#315501` - Error on closing filter menu while focusing out has been resolved.
22+
1523
## 18.4.43 (2021-02-16)
1624

1725
### 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-angular-gantt",
3-
"version": "18.4.43",
3+
"version": "18.4.44",
44
"description": "Essential JS 2 Gantt Component for Angular",
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.4.47 (2021-03-09)
6+
7+
### Grid
8+
9+
- `#315085` - Script error with custom format in server side exporting has been fixed.
10+
- `#22476` - `getRowIndexByPrimarykey` method returns incorrect index with complex data has been fixed.
11+
- `#292594` - Preventing the row deselection issue has been resolved.
12+
- `#316299` - Previous data is not properly return while save action, issue has been fixed.
13+
- `#315859` - Script error while using using the textbox component in the filter template has been fixed.
14+
- `#311142` - Provided the support for custom datasource in excel filter.
15+
- `#314870` - Checkbox Filter true/false locale text issue has been resolved.
16+
- `#315677` - Horizontal scroll bar is hide while filtering the column with frozen columns issue has been fixed.
17+
518
## 18.4.46 (2021-03-02)
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-angular-grids",
3-
"version": "18.4.44",
3+
"version": "18.4.46",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
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.4.47 (2021-03-09)
6+
7+
### Form Validator
8+
9+
#### Bug Fixes
10+
11+
- `#315294` - Now, you can use the complex name attribute to add the validation rules.
12+
513
## 18.4.44 (2021-02-23)
614

715
### TextBox

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.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### Kanban
88

components/layouts/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.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
12+
13+
## 18.4.44 (2021-02-23)
614

715
### Dashboard Layout
816

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-angular-layouts",
3-
"version": "18.4.39",
3+
"version": "18.4.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 Angular",
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
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 18.4.46 (2021-03-02)
14+
## 18.4.39 (2021-01-28)
1515

1616
### Maps
1717

components/maps/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-angular-maps)](https://www.npmjs.com/package/@syncfusion/ej2-angular-maps)
2+
13
# ej2-angular-maps
24

35
The maps control 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.

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-angular-maps",
3-
"version": "18.4.30",
3+
"version": "18.4.39",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.4.47 (2021-03-09)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
12+
513
## 18.4.44 (2021-02-23)
614

715
### Tab

components/notifications/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.4.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### Toast
88

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.4.47 (2021-03-09)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#312055` - The opacity value is applied properly for the free text annotation when importing the annotations.
12+
513
## 18.4.44 (2021-02-23)
614

715
### PDF Viewer

0 commit comments

Comments
 (0)