@syncfusion/ej2-dropdowns 24.1.43 → 24.1.45

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-dropdowns.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +20 -6
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +20 -6
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +2 -2
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +7 -7
  14. package/src/drop-down-list/drop-down-list.js +2 -0
  15. package/src/drop-down-tree/drop-down-tree.js +1 -1
  16. package/src/list-box/list-box.js +15 -3
  17. package/src/mention/mention.js +2 -2
  18. package/styles/bootstrap-dark.css +4 -0
  19. package/styles/bootstrap.css +4 -0
  20. package/styles/bootstrap4.css +4 -0
  21. package/styles/bootstrap5-dark.css +4 -0
  22. package/styles/bootstrap5.css +4 -0
  23. package/styles/drop-down-tree/_layout.scss +5 -0
  24. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  25. package/styles/drop-down-tree/bootstrap.css +4 -0
  26. package/styles/drop-down-tree/bootstrap4.css +4 -0
  27. package/styles/drop-down-tree/bootstrap5-dark.css +4 -0
  28. package/styles/drop-down-tree/bootstrap5.css +4 -0
  29. package/styles/drop-down-tree/fabric-dark.css +4 -0
  30. package/styles/drop-down-tree/fabric.css +4 -0
  31. package/styles/drop-down-tree/fluent-dark.css +4 -0
  32. package/styles/drop-down-tree/fluent.css +4 -0
  33. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  34. package/styles/drop-down-tree/highcontrast.css +4 -0
  35. package/styles/drop-down-tree/material-dark.css +4 -0
  36. package/styles/drop-down-tree/material.css +4 -0
  37. package/styles/drop-down-tree/material3-dark.css +4 -0
  38. package/styles/drop-down-tree/material3.css +4 -0
  39. package/styles/drop-down-tree/tailwind-dark.css +4 -0
  40. package/styles/drop-down-tree/tailwind.css +4 -0
  41. package/styles/fabric-dark.css +4 -0
  42. package/styles/fabric.css +4 -0
  43. package/styles/fluent-dark.css +4 -0
  44. package/styles/fluent.css +4 -0
  45. package/styles/highcontrast-light.css +4 -0
  46. package/styles/highcontrast.css +4 -0
  47. package/styles/material-dark.css +4 -0
  48. package/styles/material.css +4 -0
  49. package/styles/material3-dark.css +4 -0
  50. package/styles/material3.css +4 -0
  51. package/styles/tailwind-dark.css +4 -0
  52. package/styles/tailwind.css +4 -0
package/CHANGELOG.md CHANGED
@@ -2,11 +2,36 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
10
+
11
+ ### DropdownList
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
16
+
17
+ - `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
18
+
19
+ ### Mention
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
24
+
25
+ - `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
26
+
27
+ ## 24.1.43 (2023-12-27)
28
+
5
29
  ### ListBox
6
30
 
7
31
  #### Bug Fixes
8
32
 
9
33
  - `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
34
+ - `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
10
35
 
11
36
  ### DropdownList
12
37
 
package/README.md CHANGED
@@ -214,4 +214,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr
214
214
 
215
215
  See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=dropdown) for more info.
216
216
 
217
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
217
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.