@syncfusion/ej2-react-dropdowns 24.2.9 → 25.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,179 +2,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### ComboBox
6
-
7
- #### Bug Fixes
8
-
9
- - `#I557826` - Fixed an issue where preselected values in ComboBox were not working properly when Virtualization is enabled.
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
5
  ### MultiSelect
78
6
 
79
7
  #### Bug Fixes
80
8
 
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)
9
+ - `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
10
+ - `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
11
+ - `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.
84
12
 
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.
13
+ ## 25.1.35 (2024-03-15)
90
14
 
91
15
  ### ComboBox
92
16
 
93
17
  #### Bug Fixes
94
18
 
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
114
-
115
- #### Bug Fixes
116
-
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
124
-
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.
19
+ - `#I560957` - Resolved issue with "Combo Box not possible to update the datasource dynamically".
164
20
 
165
- ### AutoComplete
21
+ ### Dropdown Tree
166
22
 
167
23
  #### Bug Fixes
168
24
 
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)
25
+ - `#I558972` - Issue with "focus from the first item when items are selected in the Dropdown Tree component" has been resolved.
172
26
 
173
- ### DropDownTree
174
-
175
- #### Bug Fixes
27
+ #### New Features
176
28
 
177
- - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
29
+ - `#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
30
 
179
31
  ### ListBox
180
32
 
@@ -255,7 +107,7 @@
255
107
 
256
108
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
257
109
 
258
- ### DropDownTree
110
+ ### Dropdown Tree
259
111
 
260
112
  #### Bug Fixes
261
113
 
@@ -271,7 +123,7 @@
271
123
 
272
124
  ## 19.3.53 (2021-11-12)
273
125
 
274
- ### DropDownTree
126
+ ### Dropdown Tree
275
127
 
276
128
  #### Bug Fixes
277
129
 
@@ -279,7 +131,7 @@
279
131
 
280
132
  ## 19.3.48 (2021-11-02)
281
133
 
282
- ### DropDownTree
134
+ ### Dropdown Tree
283
135
 
284
136
  #### Bug Fixes
285
137
 
@@ -287,7 +139,7 @@
287
139
 
288
140
  ## 19.3.47 (2021-10-26)
289
141
 
290
- ### DropDownTree
142
+ ### Dropdown Tree
291
143
 
292
144
  #### Bug Fixes
293
145
 
@@ -295,7 +147,7 @@
295
147
 
296
148
  ## 19.3.46 (2021-10-19)
297
149
 
298
- ### DropDownTree
150
+ ### Dropdown Tree
299
151
 
300
152
  #### Bug Fixes
301
153
 
@@ -312,7 +164,7 @@
312
164
 
313
165
  ## 19.3.44 (2021-10-05)
314
166
 
315
- ### DropDownTree
167
+ ### Dropdown Tree
316
168
 
317
169
  #### New Features
318
170
 
@@ -351,7 +203,7 @@
351
203
 
352
204
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
353
205
 
354
- ### DropDownTree
206
+ ### Dropdown Tree
355
207
 
356
208
  #### Bug Fixes
357
209
 
@@ -365,7 +217,7 @@
365
217
 
366
218
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
367
219
 
368
- ### DropDownTree
220
+ ### Dropdown Tree
369
221
 
370
222
  #### Bug Fixes
371
223
 
@@ -398,7 +250,7 @@
398
250
 
399
251
  - `#FB26670` - Issue with "`GroupTemplate` is not displayed while opening the popup at first time" has been resolved.
400
252
 
401
- ### DropDownTree
253
+ ### Dropdown Tree
402
254
 
403
255
  #### Bug Fixes
404
256
 
@@ -455,7 +307,7 @@
455
307
 
456
308
  ## 19.1.54 (2021-03-30)
457
309
 
458
- ### DropDownTree
310
+ ### Dropdown Tree
459
311
 
460
312
  #### Bug Fixes
461
313
 
@@ -481,7 +333,7 @@
481
333
 
482
334
  ## 18.4.43 (2021-02-16)
483
335
 
484
- ### DropDownTree
336
+ ### Dropdown Tree
485
337
 
486
338
  #### Bug Fixes
487
339
 
@@ -580,7 +432,7 @@
580
432
 
581
433
  ## 18.3.42 (2020-10-20)
582
434
 
583
- ### DropDownTree
435
+ ### Dropdown Tree
584
436
 
585
437
  #### Bug Fixes
586
438
 
@@ -618,7 +470,7 @@
618
470
 
619
471
  ## 18.2.54 (2020-08-18)
620
472
 
621
- ### DropDownTree
473
+ ### Dropdown Tree
622
474
 
623
475
  #### Breaking Changes
624
476
 
@@ -638,7 +490,7 @@
638
490
 
639
491
  - `#285392` - Enable / disable list items based on unique value support provided.
640
492
 
641
- ### DropDownTree
493
+ ### Dropdown Tree
642
494
 
643
495
  #### Bug Fixes
644
496
 
@@ -701,7 +553,7 @@
701
553
  -`#273796` - Now, e-outline class is added to the filter input
702
554
 
703
555
 
704
- ### DropDownTree
556
+ ### Dropdown Tree
705
557
 
706
558
  #### Bug Fixes
707
559
 
@@ -721,7 +573,7 @@
721
573
 
722
574
  - `#273796` - Now, filtering works properly when paste the value in the input element.
723
575
 
724
- ### DropDownTree
576
+ ### Dropdown Tree
725
577
 
726
578
  #### Bug Fixes
727
579
 
@@ -761,7 +613,7 @@
761
613
 
762
614
  ## 18.1.46 (2020-04-28)
763
615
 
764
- ### DropDownTree
616
+ ### Dropdown Tree
765
617
 
766
618
  #### Bug Fixes
767
619
 
@@ -792,7 +644,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
792
644
  Update the system.js configuration while going with this version and above.
793
645
 
794
646
 
795
- ### DropDownTree
647
+ ### Dropdown Tree
796
648
 
797
649
  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
650
 
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.37
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.37
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@25.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-4PW1D24peJG5euTTh2mInazK7s2ibCgfOnnYo08sPh1sisIjFjJVTElpnHx+p30fwMtRdLMtPqkFVNl+XcXYQg==",
5
+ "_integrity": "sha512-CV7Num5SEjyntO6qizmo2HsrEGKwCsb0puEnCqLU33Vyyf/VhCQMRDYWPBk8wolloRrCBgcKMKMvcU9dTuWu7A==",
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-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-25.1.35.tgz",
23
+ "_shasum": "8737f134873cb11c482c3d382c465c85f4bde79f",
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.37",
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.37",
57
57
  "sideEffects": false
58
58
  }