@syncfusion/ej2-react-dropdowns 24.2.8 → 25.1.35
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 +23 -167
- package/diConfig.json +1 -1
- package/dist/ej2-react-dropdowns.min.js +1 -1
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,165 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### Mention
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I539496` - Fixed an issue where the mentioned value was not being updated to the target element when using mouse interaction.
|
|
10
|
-
|
|
11
|
-
## 24.2.7 (2024-02-20)
|
|
12
|
-
|
|
13
|
-
### Mention
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
-`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### MultiSelect
|
|
21
|
-
|
|
22
|
-
#### Bug Fixes
|
|
23
|
-
|
|
24
|
-
- `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
|
|
25
|
-
|
|
26
|
-
## 24.2.6 (2024-02-15)
|
|
27
|
-
|
|
28
|
-
### ListBox
|
|
29
|
-
|
|
30
|
-
- `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.
|
|
31
|
-
|
|
32
|
-
### Mention
|
|
33
|
-
|
|
34
|
-
#### Bug Fixes
|
|
35
|
-
|
|
36
|
-
-`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
- `#F186429` - Fixed an issue where the mention popup was not aligned properly when the mention target was set as `iframe`.
|
|
40
|
-
|
|
41
|
-
## 24.2.5 (2024-02-13)
|
|
42
|
-
|
|
43
|
-
### DropdownList
|
|
44
|
-
|
|
45
|
-
#### Bug Fixes
|
|
46
|
-
|
|
47
|
-
- `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
|
|
48
|
-
- `#I546769` - Fixed an issue where the `isInteracted` property return false after selecting a value using focus out.
|
|
49
|
-
|
|
50
|
-
## 24.2.4 (2024-02-06)
|
|
51
|
-
|
|
52
|
-
### ListBox
|
|
53
|
-
|
|
54
|
-
-`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### DropdownList
|
|
58
|
-
|
|
59
|
-
#### Bug Fixes
|
|
60
|
-
|
|
61
|
-
- `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
|
|
62
|
-
|
|
63
|
-
### MultiSelect
|
|
64
|
-
|
|
65
|
-
#### Bug Fixes
|
|
66
|
-
|
|
67
|
-
- `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
|
|
68
|
-
|
|
69
|
-
## 24.1.47 (2024-01-23)
|
|
70
|
-
|
|
71
|
-
### ListBox
|
|
72
|
-
|
|
73
|
-
#### Bug Fixes
|
|
74
|
-
|
|
75
|
-
- `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
|
|
76
|
-
|
|
77
5
|
### ComboBox
|
|
78
6
|
|
|
79
7
|
#### Bug Fixes
|
|
80
8
|
|
|
81
|
-
- `#
|
|
82
|
-
- `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
|
|
83
|
-
|
|
84
|
-
### MultiSelect
|
|
85
|
-
|
|
86
|
-
#### Bug Fixes
|
|
87
|
-
|
|
88
|
-
- `#I865302` - Fixed the issue where the Multi select component would automatically scroll the dropdown when a selection was made, even when the allowFiltering option was enabled.
|
|
89
|
-
- `#I865314` - The issue where the group header would shake (sticky header) while scrolling the items slowly has been fixed.
|
|
90
|
-
|
|
91
|
-
## 24.1.46 (2024-01-17)
|
|
92
|
-
|
|
93
|
-
### MultiSelect
|
|
94
|
-
|
|
95
|
-
#### Bug Fixes
|
|
96
|
-
|
|
97
|
-
- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
|
|
9
|
+
- `#I560957` - Resolved issue with "Combo Box not possible to update the datasource dynamically".
|
|
98
10
|
|
|
99
|
-
###
|
|
11
|
+
### Dropdown Tree
|
|
100
12
|
|
|
101
13
|
#### Bug Fixes
|
|
102
14
|
|
|
103
|
-
- `#
|
|
104
|
-
|
|
105
|
-
## 24.1.45 (2024-01-09)
|
|
106
|
-
|
|
107
|
-
### Mention
|
|
108
|
-
|
|
109
|
-
#### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
|
|
112
|
-
- `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
|
|
113
|
-
|
|
114
|
-
## 24.1.44 (2024-01-03)
|
|
115
|
-
|
|
116
|
-
### DropDownTree
|
|
117
|
-
|
|
118
|
-
#### Bug Fixes
|
|
119
|
-
|
|
120
|
-
- `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
|
|
121
|
-
|
|
122
|
-
### DropdownList
|
|
123
|
-
|
|
124
|
-
#### Bug Fixes
|
|
15
|
+
- `#I558972` - Issue with "focus from the first item when items are selected in the Dropdown Tree component" has been resolved.
|
|
125
16
|
|
|
126
|
-
|
|
127
|
-
- `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
|
|
128
|
-
|
|
129
|
-
### Mention
|
|
130
|
-
|
|
131
|
-
#### Bug Fixes
|
|
132
|
-
|
|
133
|
-
- `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
|
|
134
|
-
- `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
|
|
135
|
-
|
|
136
|
-
## 24.1.43 (2023-12-27)
|
|
137
|
-
|
|
138
|
-
### ListBox
|
|
139
|
-
|
|
140
|
-
#### Bug Fixes
|
|
141
|
-
|
|
142
|
-
- `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
|
|
143
|
-
- `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
|
|
144
|
-
|
|
145
|
-
### DropdownList
|
|
146
|
-
|
|
147
|
-
#### Bug Fixes
|
|
148
|
-
|
|
149
|
-
- `#I523994` - Resolved the issue where the NVDA Reader was not reading the list item when filtering is enabled.
|
|
150
|
-
|
|
151
|
-
### AutoComplete
|
|
152
|
-
|
|
153
|
-
#### Bug Fixes
|
|
154
|
-
|
|
155
|
-
- `#I528524` - Fixed an issue where the Change Event was not triggered when pressing the enter key after preventing the Popup from opening.
|
|
156
|
-
|
|
157
|
-
## 24.1.41 (2023-12-18)
|
|
158
|
-
|
|
159
|
-
### DropDownTree
|
|
160
|
-
|
|
161
|
-
#### Bug Fixes
|
|
17
|
+
#### New Features
|
|
162
18
|
|
|
163
|
-
- `#
|
|
19
|
+
- `#I322379`,`#I521440` - The Dropdown Tree component has been updated to render the popup in the DOM dynamically, significantly improving performance. If you need the popup to render during the initial load, you can set the 'destroyPopupOnHide' property to 'false'.
|
|
164
20
|
|
|
165
21
|
### ListBox
|
|
166
22
|
|
|
@@ -241,7 +97,7 @@
|
|
|
241
97
|
|
|
242
98
|
- `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
|
|
243
99
|
|
|
244
|
-
###
|
|
100
|
+
### Dropdown Tree
|
|
245
101
|
|
|
246
102
|
#### Bug Fixes
|
|
247
103
|
|
|
@@ -257,7 +113,7 @@
|
|
|
257
113
|
|
|
258
114
|
## 19.3.53 (2021-11-12)
|
|
259
115
|
|
|
260
|
-
###
|
|
116
|
+
### Dropdown Tree
|
|
261
117
|
|
|
262
118
|
#### Bug Fixes
|
|
263
119
|
|
|
@@ -265,7 +121,7 @@
|
|
|
265
121
|
|
|
266
122
|
## 19.3.48 (2021-11-02)
|
|
267
123
|
|
|
268
|
-
###
|
|
124
|
+
### Dropdown Tree
|
|
269
125
|
|
|
270
126
|
#### Bug Fixes
|
|
271
127
|
|
|
@@ -273,7 +129,7 @@
|
|
|
273
129
|
|
|
274
130
|
## 19.3.47 (2021-10-26)
|
|
275
131
|
|
|
276
|
-
###
|
|
132
|
+
### Dropdown Tree
|
|
277
133
|
|
|
278
134
|
#### Bug Fixes
|
|
279
135
|
|
|
@@ -281,7 +137,7 @@
|
|
|
281
137
|
|
|
282
138
|
## 19.3.46 (2021-10-19)
|
|
283
139
|
|
|
284
|
-
###
|
|
140
|
+
### Dropdown Tree
|
|
285
141
|
|
|
286
142
|
#### Bug Fixes
|
|
287
143
|
|
|
@@ -298,7 +154,7 @@
|
|
|
298
154
|
|
|
299
155
|
## 19.3.44 (2021-10-05)
|
|
300
156
|
|
|
301
|
-
###
|
|
157
|
+
### Dropdown Tree
|
|
302
158
|
|
|
303
159
|
#### New Features
|
|
304
160
|
|
|
@@ -337,7 +193,7 @@
|
|
|
337
193
|
|
|
338
194
|
- `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
|
|
339
195
|
|
|
340
|
-
###
|
|
196
|
+
### Dropdown Tree
|
|
341
197
|
|
|
342
198
|
#### Bug Fixes
|
|
343
199
|
|
|
@@ -351,7 +207,7 @@
|
|
|
351
207
|
|
|
352
208
|
- `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
|
|
353
209
|
|
|
354
|
-
###
|
|
210
|
+
### Dropdown Tree
|
|
355
211
|
|
|
356
212
|
#### Bug Fixes
|
|
357
213
|
|
|
@@ -384,7 +240,7 @@
|
|
|
384
240
|
|
|
385
241
|
- `#FB26670` - Issue with "`GroupTemplate` is not displayed while opening the popup at first time" has been resolved.
|
|
386
242
|
|
|
387
|
-
###
|
|
243
|
+
### Dropdown Tree
|
|
388
244
|
|
|
389
245
|
#### Bug Fixes
|
|
390
246
|
|
|
@@ -441,7 +297,7 @@
|
|
|
441
297
|
|
|
442
298
|
## 19.1.54 (2021-03-30)
|
|
443
299
|
|
|
444
|
-
###
|
|
300
|
+
### Dropdown Tree
|
|
445
301
|
|
|
446
302
|
#### Bug Fixes
|
|
447
303
|
|
|
@@ -467,7 +323,7 @@
|
|
|
467
323
|
|
|
468
324
|
## 18.4.43 (2021-02-16)
|
|
469
325
|
|
|
470
|
-
###
|
|
326
|
+
### Dropdown Tree
|
|
471
327
|
|
|
472
328
|
#### Bug Fixes
|
|
473
329
|
|
|
@@ -566,7 +422,7 @@
|
|
|
566
422
|
|
|
567
423
|
## 18.3.42 (2020-10-20)
|
|
568
424
|
|
|
569
|
-
###
|
|
425
|
+
### Dropdown Tree
|
|
570
426
|
|
|
571
427
|
#### Bug Fixes
|
|
572
428
|
|
|
@@ -604,7 +460,7 @@
|
|
|
604
460
|
|
|
605
461
|
## 18.2.54 (2020-08-18)
|
|
606
462
|
|
|
607
|
-
###
|
|
463
|
+
### Dropdown Tree
|
|
608
464
|
|
|
609
465
|
#### Breaking Changes
|
|
610
466
|
|
|
@@ -624,7 +480,7 @@
|
|
|
624
480
|
|
|
625
481
|
- `#285392` - Enable / disable list items based on unique value support provided.
|
|
626
482
|
|
|
627
|
-
###
|
|
483
|
+
### Dropdown Tree
|
|
628
484
|
|
|
629
485
|
#### Bug Fixes
|
|
630
486
|
|
|
@@ -687,7 +543,7 @@
|
|
|
687
543
|
-`#273796` - Now, e-outline class is added to the filter input
|
|
688
544
|
|
|
689
545
|
|
|
690
|
-
###
|
|
546
|
+
### Dropdown Tree
|
|
691
547
|
|
|
692
548
|
#### Bug Fixes
|
|
693
549
|
|
|
@@ -707,7 +563,7 @@
|
|
|
707
563
|
|
|
708
564
|
- `#273796` - Now, filtering works properly when paste the value in the input element.
|
|
709
565
|
|
|
710
|
-
###
|
|
566
|
+
### Dropdown Tree
|
|
711
567
|
|
|
712
568
|
#### Bug Fixes
|
|
713
569
|
|
|
@@ -747,7 +603,7 @@
|
|
|
747
603
|
|
|
748
604
|
## 18.1.46 (2020-04-28)
|
|
749
605
|
|
|
750
|
-
###
|
|
606
|
+
### Dropdown Tree
|
|
751
607
|
|
|
752
608
|
#### Bug Fixes
|
|
753
609
|
|
|
@@ -778,7 +634,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
|
|
|
778
634
|
Update the system.js configuration while going with this version and above.
|
|
779
635
|
|
|
780
636
|
|
|
781
|
-
###
|
|
637
|
+
### Dropdown Tree
|
|
782
638
|
|
|
783
639
|
The Dropdown Tree control allows you to select single or multiple values from hierarchical data in a tree-like structure. It has several out-of-the-box features, such as data binding, check boxes, templates, UI customization, accessibility, and preselected values. The available key features are
|
|
784
640
|
|
package/diConfig.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@18.66.23",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ETZ5xwgWiCoMrmDVYj941ys5uLIc9jbIbhRbh+vA7qvIMENFzXzZryMix97dz3Orpl6hIqC2S8lSOpApSSo23w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-18.66.23.tgz",
|
|
23
|
+
"_shasum": "6bd21fce26697c88aedf0da3e7e6a4cbe5769e06",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-dropdowns@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~25.1.35",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "25.1.35",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~25.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for React",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "25.1.35",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|