Skip to content

Commit 79fdba5

Browse files
author
pipeline
committed
v24.1.46 is released
1 parent 657dc73 commit 79fdba5

File tree

43 files changed

+305
-38
lines changed

Some content is hidden

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

43 files changed

+305
-38
lines changed

components/barcodegenerator/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-
## 24.1.45 (2024-01-09)
5+
## 24.1.46 (2024-01-17)
66

77
### Barcode
88

components/buttons/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+
## 24.1.46 (2024-01-17)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I535107` - Need to set `HtmlAttributes` Id in input element checkbox has been resolved.
12+
513
## 24.1.45 (2024-01-09)
614

715
### Switch

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

components/charts/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+
## 24.1.46 (2024-01-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I537751` - Now, the `enableZoom` property in the `scrollbarSettings` is working properly.
12+
- `#I535723` - Now, the showTooltip is working properly on mobile devices.
13+
- `#I528752` - Now, the chart values update properly during the resized event when integrating the EJ2 JS chart in a Blazor application.
14+
515
## 24.1.45 (2024-01-09)
616

717
### AccumulationChart

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": "24.1.44",
3+
"version": "24.1.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/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+
## 24.1.46 (2024-01-17)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
12+
513
## 24.1.45 (2024-01-09)
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": "24.1.43",
3+
"version": "24.1.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I532824` - Resolved list numbering issue in the attached document.
12+
- `#I531058` - Resolved the reply comment sorted issue.
13+
- `#I532310` - Resolved Issue while opening the document Editor exported document.
14+
- `#F185679` - Resolve script error and deleting cell from table removes other texts outside table.
15+
516
## 24.1.45 (2024-01-09)
617

718
### DocumentEditor

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": "24.1.44",
3+
"version": "24.1.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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,37 @@
22

33
## [Unreleased]
44

5+
## 24.1.46 (2024-01-17)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
18+
19+
### AutoComplete
20+
21+
#### Bug Fixes
22+
23+
- `#533973` - Issue with "model is not updated when the backspace key is clicked" has been resolved.
24+
525
## 24.1.45 (2024-01-09)
626

27+
### Mention
28+
29+
#### Bug Fixes
30+
31+
- `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
32+
- `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
33+
34+
## 24.1.44 (2024-01-03)
35+
736
### DropDownTree
837

938
#### Bug Fixes

0 commit comments

Comments
 (0)