Skip to content

Commit 7abad11

Browse files
author
pipeline
committed
v19.3.46 is released
1 parent 06d58a5 commit 7abad11

File tree

41 files changed

+225
-37
lines changed

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

+225
-37
lines changed

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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### Common
88

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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### Chips
88

components/calendars/CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
## [Unreleased]
44

5-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

7-
### DateTimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
12-
13-
### DatePicker
7+
### TimePicker
148

159
#### Bug Fixes
1610

17-
- `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
11+
- `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
1812

1913
## 19.2.44 (2021-06-30)
2014

@@ -1223,6 +1217,20 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12231217
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
12241218

12251219

1220+
## 19.3.44 (2021-10-05)
1221+
1222+
### DateTimePicker
1223+
1224+
#### Bug Fixes
1225+
1226+
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1227+
1228+
### DatePicker
1229+
1230+
#### Bug Fixes
1231+
1232+
- `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
1233+
12261234
## 19.2.62 (2021-09-14)
12271235

12281236
### DateTimePicker

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.46 (2021-10-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I345054` - Chart with shared tooltip and huge data throws console error issue is fixed.
12+
513
## 19.3.45 (2021-10-12)
614

715
### Chart
816

917
#### Bug Fixes
1018

19+
- `#I339050` - Resolved CSP issues in the chart while using inline styles.
20+
- Data point highlight is now properly working while enabling the tooltip.
21+
22+
## 19.3.44 (2021-10-05)
23+
24+
### Chart
25+
26+
#### Bug Fixes
27+
1128
- `#I342789` - Tooltip fade out duration works properly on mobile device.
1229
- `#F168868` - `OnZooming` event is now triggering properly.
1330
- `#I339227` - Logarithmic axis range is working fine even value "0" is given.

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": "1.152.13",
3+
"version": "19.3.45",
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/circulargauge/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
## [Unreleased]
77

8-
## 19.3.45 (2021-10-12)
8+
## 19.3.46 (2021-10-19)
99

1010
### CircularGauge
1111

1212
#### Bug Fixes
1313

14-
- `#I340382` - The script size in the Circular Gauge has been reduced.
14+
- `I345167`, `I345348` - The range bar pointer with rounded corner radius will now render properly when the pointer value is set below 7.
15+
- `I340597` - When the overflow elements are around the Circular Gauge control, the tooltip will now render properly within the control.
1516

1617
## 19.2.62 (2021-09-14)
1718

@@ -370,6 +371,14 @@ customized.
370371
- **User Interaction** - Supports interactive features like tooltip and pointer drag and drop.
371372

372373

374+
## 19.3.44 (2021-10-05)
375+
376+
### CircularGauge
377+
378+
#### Bug Fixes
379+
380+
- `#I340382` - The script size in the Circular Gauge has been reduced.
381+
373382
## 17.1.32-beta (2019-03-13)
374383

375384
### CircularGauge

components/circulargauge/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-circulargauge",
3-
"version": "16.36.4",
3+
"version": "19.3.44",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
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+
## 19.3.46 (2021-10-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I342979` - The issue "While loading the JSON data with line routing causes exception in Angular" has been fixed.
12+
513
## 19.3.45 (2021-10-12)
614

715
### Diagram

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": "19.3.44",
3+
"version": "19.3.45",
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/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+
## 19.3.46 (2021-10-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I340758` - Resolved the word export issue for the table with merged cells.
12+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
13+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
14+
- `#I341985` - Resolved the tab space rendering issue.
15+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
16+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
17+
18+
#### New Features
19+
20+
- `#I345565` - Added support for Word 2013 justification.
21+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
22+
523
## 19.3.45 (2021-10-12)
624

725
### 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-angular-documenteditor",
3-
"version": "19.3.44",
3+
"version": "19.3.45",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 19.3.46 (2021-10-19)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
12+
- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
13+
14+
### MultiSelect
15+
16+
#### Bug Fixes
17+
18+
- `#I329545` - Issue with "clear icon is not working while rendering the component with custom value as preselected value" has been resolved.
19+
520
## 19.3.45 (2021-10-12)
621

722
### ComboBox

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": "19.3.44",
3+
"version": "19.3.45",
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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 19.3.46 (2021-10-19)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
12+
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
13+
- `#F168970` - Issue in updating Segments data issue has been fixed.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 19.3.45 (2021-10-12)
618

719
### Gantt
@@ -12,7 +24,8 @@
1224
- `#340406` - Misalignment while using line height property issue has been fixed.
1325
- `#310346` - Pdf export issue while changing date format has been fixed.
1426

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
27+
- `#340406` - Misalignment while using line height property issue has been fixed.
28+
- `#310346` - Pdf export issue while changing date format has been fixed.
1629

1730
## 19.3.44 (2021-10-05)
1831

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": "19.3.44",
3+
"version": "19.3.45",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.3.46 (2021-10-19)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I343873` - Infinite Scroll spinner issue while loading next block is fixed.
12+
- `#I344229` - Script error while searching in the infinite scrolling enabled is resolved.
13+
- `#I344295` - Infinite scroll grid is duplicating the last row issue has been fixed.
14+
515
## 19.3.45 (2021-10-12)
616

717
### 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": "19.3.44",
3+
"version": "19.3.45",
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/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+
## 19.3.46 (2021-10-19)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I341653` - The issue with "Window `resize` event listener is not removed properly" has been resolved.
12+
513
## 19.2.51 (2021-08-03)
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-angular-inplace-editor",
3-
"version": "18.20.0",
3+
"version": "19.3.45",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### NumericTextBox
88

components/kanban/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+
## 19.3.46 (2021-10-19)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I344836` - The issue with "Card's are not rendered, when Kanban KeyField has value as zero" has been resolved.
12+
- `F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved.
13+
- `F169408` - The exception raised "When dynamically adding new column, after deleting the columns from the Kanban" has been resolved.
14+
515
## 19.3.45 (2021-10-12)
616

717
### Kanban

components/kanban/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-kanban",
3-
"version": "19.3.44",
3+
"version": "19.3.45",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### ListView
88

components/maps/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111

1212
## [Unreleased]
1313

14-
## 19.3.45 (2021-10-12)
14+
## 19.3.46 (2021-10-19)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- Script error will not be thrown when a shape is selected without binding the data source to the Maps.
21+
22+
## 19.3.44 (2021-10-05)
1523

1624
### Maps
1725

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": "16.34.2",
3+
"version": "19.3.44",
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",

0 commit comments

Comments
 (0)