@syncfusion/ej2-angular-dropdowns 29.2.11 → 30.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,177 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### MultiSelect
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I731138` - Fixed an issue where the MultiSelect Checkbox would unintentionally select all options when navigating with the keyboard after interacting with the `SelectAll` feature.
|
|
10
|
-
|
|
11
|
-
## 29.2.10 (2025-06-10)
|
|
12
|
-
|
|
13
|
-
### MultiSelect
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I731530` - Resolved an issue where the popup displayed skeletons upon reopening when using virtualization and checkbox mode.
|
|
18
|
-
|
|
19
|
-
## 29.2.8 (2025-06-03)
|
|
20
|
-
|
|
21
|
-
### DropDownTree
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I725718` - Issue with "Selected item disappears visually on continued search input after selection in Dropdown Tree" has been resolved.
|
|
26
|
-
|
|
27
|
-
### MultiSelect
|
|
28
|
-
|
|
29
|
-
#### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- `#I696602` - Fixed an issue where the popup remains open if the MultiSelect input is not visible in the viewport.
|
|
32
|
-
|
|
33
|
-
## 29.2.5 (2025-05-21)
|
|
34
|
-
|
|
35
|
-
### DropDownTree
|
|
36
|
-
|
|
37
|
-
#### Bug Fixes
|
|
38
|
-
|
|
39
|
-
- `#I712180` - Enhanced the node selection behavior in the `TreeView` component by introducing a new property `checkOnClick`, which provides control over node interaction. This is enabled by default in Dropdown Tree, so that the checkbox will be checked on either clicking node text or checkbox.
|
|
40
|
-
|
|
41
|
-
### DropdownList
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I715148` - Fixed an issue where group template fails to render properly after selecting value.
|
|
46
|
-
- `#I716996` - Fixed an issue where the popup did not open correctly after simultaneously pressing the space key and clicking on a dropdown list.
|
|
47
|
-
|
|
48
|
-
## 29.2.4 (2025-05-14)
|
|
49
|
-
|
|
50
|
-
### ComboBox
|
|
51
|
-
|
|
52
|
-
#### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- `#I717289` - Resolved an issue where RTL support was not applied to the ComboBox component when enabled globally.
|
|
55
|
-
|
|
56
|
-
### MultiSelect
|
|
57
|
-
|
|
58
|
-
#### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- `#I713063` - Fixed an issue where binding a value with `allowObjectBinding` caused the data fetch request to fail.
|
|
61
|
-
|
|
62
|
-
- `#I718283` - Fixed an issue where the pre-selected value was overflowing
|
|
63
|
-
|
|
64
|
-
- `#I713454` - Fixed an issue where extra space appeared in the popup when using the allowResize property.
|
|
65
|
-
- `#I713828` - Fixed an issue where the resize icon overlaps with the scroll bar in multi-select when using the allowResize feature with the header template.
|
|
66
|
-
- `#I708109` - Fixed an issue related to disabled fields and sort order, which was causing incorrect item disabling.
|
|
67
|
-
- `#I699580` - Fixed an issue where the text was overlapping the clear icon in the Multi Select dropdown.
|
|
68
|
-
|
|
69
|
-
### DropDownList
|
|
70
|
-
|
|
71
|
-
#### Bug Fixes
|
|
72
|
-
|
|
73
|
-
- `#I717354` - The issue where focus was not retained after refreshing the dropdown list has been resolved.
|
|
74
|
-
|
|
75
|
-
## 29.1.41 (2025-05-06)
|
|
76
|
-
|
|
77
|
-
### ComboBox
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
80
|
-
|
|
81
|
-
- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization.
|
|
82
|
-
|
|
83
|
-
## 29.1.40 (2025-04-29)
|
|
84
|
-
|
|
85
|
-
### Mention
|
|
86
|
-
|
|
87
|
-
#### Bug Fixes
|
|
88
|
-
|
|
89
|
-
- `#I715091` – Fixed an issue in the Mention component within the Rich Text Editor when the `suffixText` property was set to an empty string.
|
|
90
|
-
|
|
91
|
-
### DropdownList
|
|
92
|
-
|
|
93
|
-
#### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- `#I707077` - Fixed an issue where Group Headers in the Dropdown List would remain fixed while scrolling in the scrollable area.
|
|
96
|
-
|
|
97
|
-
### MultiSelect
|
|
98
|
-
|
|
99
|
-
#### Bug Fixes
|
|
100
|
-
|
|
101
|
-
- `#I708109` - Fixed an issue that caused an exception when scrolling within the multiselect dropdown containing a grouped data source.
|
|
102
|
-
|
|
103
|
-
### ComboBox
|
|
104
|
-
|
|
105
|
-
#### Bug Fixes
|
|
106
|
-
|
|
107
|
-
- `#I712292` - Fixed an issue where the ComboBox component would throw a console error when filtering data with complex structures while the `allowFiltering` option is set to true.
|
|
108
|
-
|
|
109
|
-
### DropDownTree
|
|
110
|
-
|
|
111
|
-
#### Bug Fixes
|
|
112
|
-
|
|
113
|
-
- `#I711933` - Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
|
|
114
|
-
|
|
115
|
-
## 29.1.38 (2025-04-15)
|
|
116
|
-
|
|
117
|
-
### MultiSelect
|
|
118
|
-
|
|
119
|
-
#### Bug Fixes
|
|
120
|
-
|
|
121
|
-
- `#I696017` - Fixed an issue where the value was not displaying correctly when `allowObjectBinding` was enabled and a custom value was set.
|
|
122
|
-
|
|
123
|
-
- `#697152` - Fixed the issue where the "Select All" checkbox was not selected in the multi-dropdown when the virtualization property was configured.
|
|
124
|
-
|
|
125
|
-
- `#I700421` - Fixed the issue where the value was incorrectly converted to text after pressing the Escape key.
|
|
126
|
-
|
|
127
|
-
- `#701736` - Fixed the issue where the selected value was not appearing at the top of the list and was being removed unexpectedly.
|
|
128
|
-
|
|
129
|
-
## 29.1.37 (2025-04-08)
|
|
130
|
-
|
|
131
|
-
### ListBox
|
|
132
|
-
|
|
133
|
-
#### Bug Fixes
|
|
134
|
-
|
|
135
|
-
- `#F196369` - Issue with "Script error thrown while setting the values with a new line (\n) in the list item text of the list box" has been resolved.
|
|
136
|
-
|
|
137
|
-
### ComboBox
|
|
138
|
-
|
|
139
|
-
#### Bug Fixes
|
|
140
|
-
|
|
141
|
-
- `#I6988657` - Fixed the issue where an itemTemplate element not render while opens ComboBox popup twice when filtering enabled.
|
|
142
|
-
|
|
143
|
-
- `#I697381` - Fixed an issue where the selected value would disappear when the item template was enabled.
|
|
144
|
-
|
|
145
|
-
### MultiSelect
|
|
146
|
-
|
|
147
|
-
#### Bug Fixes
|
|
148
|
-
|
|
149
|
-
- `#I687522` - Issue with "Resolving the text is overlapping the clear icon in the Multi Select dropdown" has been resolved.
|
|
150
|
-
- `#I697553` - Fixed an issue where using the Chip icon removed all selected values instead of removing a specific chip.
|
|
151
|
-
|
|
152
|
-
- `#I696602` - Fixed an issue where the popup remains open if the MultiSelect input is not visible in the viewport.
|
|
153
|
-
|
|
154
|
-
### DropDownTree
|
|
155
|
-
|
|
156
|
-
#### Bug Fixes
|
|
157
|
-
|
|
158
|
-
- `#I702413` - An issue getting empty tree data after performing the filtering and reopening the popup, when both the itemTemplate and filtering support are enabled in the Dropdown Tree component has been resolved.
|
|
159
|
-
|
|
160
|
-
## 29.1.33 (2025-03-25)
|
|
161
|
-
|
|
162
|
-
### DropDownTree
|
|
163
|
-
|
|
164
|
-
#### Bug Fixes
|
|
165
|
-
|
|
166
|
-
- `#I694965` - Resolved an issue where the parent node check state was not maintained in nested data after filtering when Select All was used in the Dropdown Tree component.
|
|
167
|
-
|
|
168
|
-
- `#I693819` - An issue with the select All checkbox in Dropdown Tree component when filtering is enabled and the tree contains disabled items has been resolved.
|
|
169
|
-
|
|
170
|
-
### Mention
|
|
171
|
-
|
|
172
|
-
#### New Features
|
|
173
|
-
|
|
174
|
-
- `#I645793` - Now, the Mention component supports triggering the suggestion popup without requiring a leading space. When `requireLeadingSpace` is set to false, the popup appears as the mention character is typed continuously, enhancing flexibility in user input. By default, the suggestion popup appears only when there is a leading space before typing the mention character.
|
|
175
|
-
|
|
176
5
|
## 28.2.9 (2025-03-04)
|
|
177
6
|
|
|
178
7
|
### ComboBox
|
|
@@ -494,7 +323,7 @@
|
|
|
494
323
|
|
|
495
324
|
#### Bug Fixes
|
|
496
325
|
|
|
497
|
-
- `#I343913` -
|
|
326
|
+
- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
|
|
498
327
|
|
|
499
328
|
## 19.3.53 (2021-11-12)
|
|
500
329
|
|
|
@@ -542,7 +371,7 @@
|
|
|
542
371
|
|
|
543
372
|
- `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
|
|
544
373
|
|
|
545
|
-
- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding
|
|
374
|
+
- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
|
|
546
375
|
|
|
547
376
|
### MultiSelect
|
|
548
377
|
|
|
@@ -2275,7 +2104,7 @@ The ListBox is a graphical user interface component used to display a list of it
|
|
|
2275
2104
|
|
|
2276
2105
|
- custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
|
|
2277
2106
|
|
|
2278
|
-
- The issue, 'Input is rendered again
|
|
2107
|
+
- The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
|
|
2279
2108
|
|
|
2280
2109
|
- The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
|
|
2281
2110
|
|
|
@@ -2545,7 +2374,7 @@ MultiSelect component contains a list of predefined values from which a multiple
|
|
|
2545
2374
|
|
|
2546
2375
|
- **Custom Value** - Allows user to select a new custom value.
|
|
2547
2376
|
|
|
2548
|
-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through
|
|
2377
|
+
- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2549
2378
|
|
|
2550
2379
|
### ComboBox
|
|
2551
2380
|
|
|
@@ -2595,7 +2424,15 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2595
2424
|
|
|
2596
2425
|
- **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
|
|
2597
2426
|
|
|
2598
|
-
- **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.##
|
|
2427
|
+
- **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)
|
|
2428
|
+
|
|
2429
|
+
### Mention
|
|
2430
|
+
|
|
2431
|
+
#### New Features
|
|
2432
|
+
|
|
2433
|
+
- `#I645793` - Now, the Mention component supports triggering the suggestion popup without requiring a leading space. When `requireLeadingSpace` is set to false, the popup appears as the mention character is typed continuously, enhancing flexibility in user input. By default, the suggestion popup appears only when there is a leading space before typing the mention character.
|
|
2434
|
+
|
|
2435
|
+
## 19.4.38 (2021-12-17)
|
|
2599
2436
|
|
|
2600
2437
|
### ComboBox
|
|
2601
2438
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-dropdowns",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.1.37",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-dropdowns": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-dropdowns": "30.1.37"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.66.23";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.66.23";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|