You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/diagrams/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-angular-diagrams",
3
-
"version": "33.1.44",
3
+
"version": "33.1.45",
4
4
"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",
Copy file name to clipboardExpand all lines: components/dropdowns/CHANGELOG.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,29 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 33.1.45 (2026-03-24)
5
+
## 33.1.46 (2026-03-31)
6
+
7
+
### DropDownTree
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I816579` - Resolved a console error that occurred when filtering in the DropDown Tree component with node IDs containing the hash `#` symbol.
6
12
7
13
### ComboBox
8
14
9
15
#### Bug Fixes
10
16
11
-
-`#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
17
+
-`#I815337` - Fixed an issue where Accessibility violations when using ComboBox component.
18
+
19
+
### MultiSelect
20
+
21
+
#### Bug Fixes
22
+
23
+
-`#I810920` - Fixed an issue related to accessibility gaps in Multiselect Component.
24
+
25
+
-`#I815337` - Fixed an issue where Accessibility violations when using Multiselect component.
26
+
27
+
-`#I812150` - Fixed an issue where, when dynamically selecting all records, the popup UI displayed a skeleton loader instead of the actual list items.
12
28
13
29
## 28.2.9 (2025-03-04)
14
30
@@ -2432,7 +2448,15 @@ DropDownList component contains a list of predefined values from which a single
2432
2448
2433
2449
-**Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2434
2450
2435
-
-**Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.33 (2025-03-25)
2451
+
-**Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 33.1.44 (2026-03-16)
2452
+
2453
+
### ComboBox
2454
+
2455
+
#### Bug Fixes
2456
+
2457
+
-`#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
0 commit comments