@syncfusion/ej2-react-dropdowns 24.2.9 → 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 CHANGED
@@ -6,175 +6,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I557826` - Fixed an issue where preselected values in ComboBox were not working properly when Virtualization is enabled.
9
+ - `#I560957` - Resolved issue with "Combo Box not possible to update the datasource dynamically".
10
10
 
11
- ### DropDownList
12
-
13
- #### Bug Fixes
14
-
15
- - `#I560779` - Fixed an issue where the last filtered item was the only one displayed when filtering and selecting a value using the item template.
16
-
17
- ## 24.2.8 (2024-02-27)
18
-
19
- ### Mention
20
-
21
- #### Bug Fixes
22
-
23
- - `#I539496` - Fixed an issue where the mentioned value was not being updated to the target element when using mouse interaction.
24
-
25
- ## 24.2.7 (2024-02-20)
26
-
27
- ### Mention
28
-
29
- #### Bug Fixes
30
-
31
- -`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
32
-
33
-
34
- ### MultiSelect
35
-
36
- #### Bug Fixes
37
-
38
- - `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
39
-
40
- ## 24.2.6 (2024-02-15)
41
-
42
- ### ListBox
43
-
44
- - `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.
45
-
46
- ### Mention
47
-
48
- #### Bug Fixes
49
-
50
- -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
51
-
52
-
53
- - `#F186429` - Fixed an issue where the mention popup was not aligned properly when the mention target was set as `iframe`.
54
-
55
- ## 24.2.5 (2024-02-13)
56
-
57
- ### DropdownList
58
-
59
- #### Bug Fixes
60
-
61
- - `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
62
- - `#I546769` - Fixed an issue where the `isInteracted` property return false after selecting a value using focus out.
63
-
64
- ## 24.2.4 (2024-02-06)
65
-
66
- ### ListBox
67
-
68
- -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
69
-
70
-
71
- ### DropdownList
72
-
73
- #### Bug Fixes
74
-
75
- - `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
76
-
77
- ### MultiSelect
78
-
79
- #### Bug Fixes
80
-
81
- - `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
82
-
83
- ## 24.1.47 (2024-01-23)
84
-
85
- ### ListBox
86
-
87
- #### Bug Fixes
88
-
89
- - `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
90
-
91
- ### ComboBox
92
-
93
- #### Bug Fixes
94
-
95
- - `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
96
- - `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
97
-
98
- ### MultiSelect
99
-
100
- #### Bug Fixes
101
-
102
- - `#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.
103
- - `#I865314` - The issue where the group header would shake (sticky header) while scrolling the items slowly has been fixed.
104
-
105
- ## 24.1.46 (2024-01-17)
106
-
107
- ### MultiSelect
108
-
109
- #### Bug Fixes
110
-
111
- - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
112
-
113
- ### DropDownTree
11
+ ### Dropdown Tree
114
12
 
115
13
  #### Bug Fixes
116
14
 
117
- - `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
118
-
119
- ## 24.1.45 (2024-01-09)
120
-
121
- ### Mention
122
-
123
- #### Bug Fixes
15
+ - `#I558972` - Issue with "focus from the first item when items are selected in the Dropdown Tree component" has been resolved.
124
16
 
125
- - `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
126
- - `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
127
-
128
- ## 24.1.44 (2024-01-03)
129
-
130
- ### DropDownTree
131
-
132
- #### Bug Fixes
133
-
134
- - `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
135
-
136
- ### DropdownList
137
-
138
- #### Bug Fixes
139
-
140
- - `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
141
- - `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
142
-
143
- ### Mention
144
-
145
- #### Bug Fixes
146
-
147
- - `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
148
- - `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
149
-
150
- ## 24.1.43 (2023-12-27)
151
-
152
- ### ListBox
153
-
154
- #### Bug Fixes
155
-
156
- - `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
157
- - `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
158
-
159
- ### DropdownList
160
-
161
- #### Bug Fixes
162
-
163
- - `#I523994` - Resolved the issue where the NVDA Reader was not reading the list item when filtering is enabled.
164
-
165
- ### AutoComplete
166
-
167
- #### Bug Fixes
168
-
169
- - `#I528524` - Fixed an issue where the Change Event was not triggered when pressing the enter key after preventing the Popup from opening.
170
-
171
- ## 24.1.41 (2023-12-18)
172
-
173
- ### DropDownTree
174
-
175
- #### Bug Fixes
17
+ #### New Features
176
18
 
177
- - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
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'.
178
20
 
179
21
  ### ListBox
180
22
 
@@ -255,7 +97,7 @@
255
97
 
256
98
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
257
99
 
258
- ### DropDownTree
100
+ ### Dropdown Tree
259
101
 
260
102
  #### Bug Fixes
261
103
 
@@ -271,7 +113,7 @@
271
113
 
272
114
  ## 19.3.53 (2021-11-12)
273
115
 
274
- ### DropDownTree
116
+ ### Dropdown Tree
275
117
 
276
118
  #### Bug Fixes
277
119
 
@@ -279,7 +121,7 @@
279
121
 
280
122
  ## 19.3.48 (2021-11-02)
281
123
 
282
- ### DropDownTree
124
+ ### Dropdown Tree
283
125
 
284
126
  #### Bug Fixes
285
127
 
@@ -287,7 +129,7 @@
287
129
 
288
130
  ## 19.3.47 (2021-10-26)
289
131
 
290
- ### DropDownTree
132
+ ### Dropdown Tree
291
133
 
292
134
  #### Bug Fixes
293
135
 
@@ -295,7 +137,7 @@
295
137
 
296
138
  ## 19.3.46 (2021-10-19)
297
139
 
298
- ### DropDownTree
140
+ ### Dropdown Tree
299
141
 
300
142
  #### Bug Fixes
301
143
 
@@ -312,7 +154,7 @@
312
154
 
313
155
  ## 19.3.44 (2021-10-05)
314
156
 
315
- ### DropDownTree
157
+ ### Dropdown Tree
316
158
 
317
159
  #### New Features
318
160
 
@@ -351,7 +193,7 @@
351
193
 
352
194
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
353
195
 
354
- ### DropDownTree
196
+ ### Dropdown Tree
355
197
 
356
198
  #### Bug Fixes
357
199
 
@@ -365,7 +207,7 @@
365
207
 
366
208
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
367
209
 
368
- ### DropDownTree
210
+ ### Dropdown Tree
369
211
 
370
212
  #### Bug Fixes
371
213
 
@@ -398,7 +240,7 @@
398
240
 
399
241
  - `#FB26670` - Issue with "`GroupTemplate` is not displayed while opening the popup at first time" has been resolved.
400
242
 
401
- ### DropDownTree
243
+ ### Dropdown Tree
402
244
 
403
245
  #### Bug Fixes
404
246
 
@@ -455,7 +297,7 @@
455
297
 
456
298
  ## 19.1.54 (2021-03-30)
457
299
 
458
- ### DropDownTree
300
+ ### Dropdown Tree
459
301
 
460
302
  #### Bug Fixes
461
303
 
@@ -481,7 +323,7 @@
481
323
 
482
324
  ## 18.4.43 (2021-02-16)
483
325
 
484
- ### DropDownTree
326
+ ### Dropdown Tree
485
327
 
486
328
  #### Bug Fixes
487
329
 
@@ -580,7 +422,7 @@
580
422
 
581
423
  ## 18.3.42 (2020-10-20)
582
424
 
583
- ### DropDownTree
425
+ ### Dropdown Tree
584
426
 
585
427
  #### Bug Fixes
586
428
 
@@ -618,7 +460,7 @@
618
460
 
619
461
  ## 18.2.54 (2020-08-18)
620
462
 
621
- ### DropDownTree
463
+ ### Dropdown Tree
622
464
 
623
465
  #### Breaking Changes
624
466
 
@@ -638,7 +480,7 @@
638
480
 
639
481
  - `#285392` - Enable / disable list items based on unique value support provided.
640
482
 
641
- ### DropDownTree
483
+ ### Dropdown Tree
642
484
 
643
485
  #### Bug Fixes
644
486
 
@@ -701,7 +543,7 @@
701
543
  -`#273796` - Now, e-outline class is added to the filter input
702
544
 
703
545
 
704
- ### DropDownTree
546
+ ### Dropdown Tree
705
547
 
706
548
  #### Bug Fixes
707
549
 
@@ -721,7 +563,7 @@
721
563
 
722
564
  - `#273796` - Now, filtering works properly when paste the value in the input element.
723
565
 
724
- ### DropDownTree
566
+ ### Dropdown Tree
725
567
 
726
568
  #### Bug Fixes
727
569
 
@@ -761,7 +603,7 @@
761
603
 
762
604
  ## 18.1.46 (2020-04-28)
763
605
 
764
- ### DropDownTree
606
+ ### Dropdown Tree
765
607
 
766
608
  #### Bug Fixes
767
609
 
@@ -792,7 +634,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
792
634
  Update the system.js configuration while going with this version and above.
793
635
 
794
636
 
795
- ### DropDownTree
637
+ ### Dropdown Tree
796
638
 
797
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
798
640
 
package/diConfig.json CHANGED
@@ -259,7 +259,7 @@
259
259
  ],
260
260
  "statelessTemplateProps": ["headerTemplate","valueTemplate","itemTemplate"],
261
261
  "dynamicModules": [
262
- "CheckBoxSelection"
262
+ "CheckBoxSelection", "VirtualScroll"
263
263
  ],
264
264
  "comment": [
265
265
  "/**",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 24.2.9
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 : 24.2.9
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@24.2.8",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@18.66.23",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-4PW1D24peJG5euTTh2mInazK7s2ibCgfOnnYo08sPh1sisIjFjJVTElpnHx+p30fwMtRdLMtPqkFVNl+XcXYQg==",
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-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.2.8.tgz",
23
- "_shasum": "31ada6a6290156d6a281aa858dc92fd3356cd67b",
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-automation_release_24.1.1/packages/included",
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": "~24.2.7",
35
- "@syncfusion/ej2-dropdowns": "24.2.9",
36
- "@syncfusion/ej2-react-base": "~24.2.7"
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": "24.2.9",
56
+ "version": "25.1.35",
57
57
  "sideEffects": false
58
58
  }