@syncfusion/ej2-dropdowns 24.2.5 → 24.2.7

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,12 +2,42 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Mention
6
+
7
+ #### Bug Fixes
8
+
9
+ -`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
10
+
11
+ ### MultiSelect
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
16
+
17
+ ## 24.2.6 (2024-02-15)
18
+
19
+ ### ListBox
20
+
21
+ - `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.
22
+
23
+ ### Mention
24
+
25
+ #### Bug Fixes
26
+
27
+ -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
28
+
29
+ - `#F186429` - Fixed an issue where the mention popup was not aligned properly when the mention target was set as `iframe`.
30
+
31
+ ## 24.2.5 (2024-02-13)
32
+
5
33
  ### DropdownList
6
34
 
7
35
  #### Bug Fixes
8
36
 
9
37
  - `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
10
38
 
39
+ - `#I546769` - Fixed an issue where the `isInteracted` property return false after selecting a value using focus out.
40
+
11
41
  ## 24.2.4 (2024-02-06)
12
42
 
13
43
  ### ListBox