@syncfusion/ej2-dropdowns 24.1.45 → 24.1.46

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 (53) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +89 -17
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +94 -17
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -9
  13. package/src/drop-down-list/drop-down-list.d.ts +1 -0
  14. package/src/drop-down-list/drop-down-list.js +9 -2
  15. package/src/drop-down-tree/drop-down-tree.d.ts +3 -1
  16. package/src/drop-down-tree/drop-down-tree.js +76 -13
  17. package/src/mention/mention.js +8 -1
  18. package/src/multi-select/multi-select.js +1 -1
  19. package/styles/bootstrap-dark.css +5 -0
  20. package/styles/bootstrap.css +5 -0
  21. package/styles/bootstrap4.css +5 -0
  22. package/styles/bootstrap5-dark.css +5 -0
  23. package/styles/bootstrap5.css +5 -0
  24. package/styles/drop-down-list/_layout.scss +5 -0
  25. package/styles/drop-down-list/bootstrap-dark.css +5 -0
  26. package/styles/drop-down-list/bootstrap.css +5 -0
  27. package/styles/drop-down-list/bootstrap4.css +5 -0
  28. package/styles/drop-down-list/bootstrap5-dark.css +5 -0
  29. package/styles/drop-down-list/bootstrap5.css +5 -0
  30. package/styles/drop-down-list/fabric-dark.css +5 -0
  31. package/styles/drop-down-list/fabric.css +5 -0
  32. package/styles/drop-down-list/fluent-dark.css +5 -0
  33. package/styles/drop-down-list/fluent.css +5 -0
  34. package/styles/drop-down-list/highcontrast-light.css +5 -0
  35. package/styles/drop-down-list/highcontrast.css +5 -0
  36. package/styles/drop-down-list/material-dark.css +5 -0
  37. package/styles/drop-down-list/material.css +5 -0
  38. package/styles/drop-down-list/material3-dark.css +5 -0
  39. package/styles/drop-down-list/material3.css +5 -0
  40. package/styles/drop-down-list/tailwind-dark.css +5 -0
  41. package/styles/drop-down-list/tailwind.css +5 -0
  42. package/styles/fabric-dark.css +5 -0
  43. package/styles/fabric.css +5 -0
  44. package/styles/fluent-dark.css +5 -0
  45. package/styles/fluent.css +5 -0
  46. package/styles/highcontrast-light.css +5 -0
  47. package/styles/highcontrast.css +5 -0
  48. package/styles/material-dark.css +5 -0
  49. package/styles/material.css +5 -0
  50. package/styles/material3-dark.css +5 -0
  51. package/styles/material3.css +5 -0
  52. package/styles/tailwind-dark.css +5 -0
  53. package/styles/tailwind.css +5 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,30 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
10
+
11
+ ### MultiSelect
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
16
+
17
+ ## 24.1.45 (2024-01-09)
18
+
19
+ ### Mention
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
24
+
25
+ - `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
26
+
27
+ ## 24.1.44 (2024-01-03)
28
+
29
+ ### DropDownTree
30
+
31
+ #### Bug Fixes
32
+
9
33
  - `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
10
34
 
11
35
  ### DropdownList