@syncfusion/ej2-dropdowns 24.2.6 → 24.2.8

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,6 +2,28 @@
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
+ ### MultiSelect
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
24
+
25
+ ## 24.2.6 (2024-02-15)
26
+
5
27
  ### ListBox
6
28
 
7
29
  - `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.