@syncfusion/ej2-dropdowns 23.1.43 → 23.2.4

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 (41) hide show
  1. package/CHANGELOG.md +28 -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 +27 -7
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +27 -6
  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 +12 -12
  13. package/src/drop-down-base/drop-down-base.js +3 -1
  14. package/src/drop-down-list/drop-down-list.js +4 -1
  15. package/src/list-box/list-box.d.ts +3 -0
  16. package/src/list-box/list-box.js +19 -2
  17. package/src/mention/mention.js +1 -2
  18. package/styles/bootstrap-dark.css +5 -0
  19. package/styles/bootstrap5-dark.css +2 -1
  20. package/styles/bootstrap5.css +2 -1
  21. package/styles/fabric-dark.css +5 -0
  22. package/styles/fluent-dark.css +2 -1
  23. package/styles/fluent.css +2 -1
  24. package/styles/highcontrast.css +5 -0
  25. package/styles/multi-select/_bootstrap-dark-definition.scss +5 -0
  26. package/styles/multi-select/_bootstrap5-definition.scss +2 -1
  27. package/styles/multi-select/_fabric-dark-definition.scss +5 -0
  28. package/styles/multi-select/_fluent-definition.scss +2 -1
  29. package/styles/multi-select/_highcontrast-definition.scss +5 -0
  30. package/styles/multi-select/_tailwind-definition.scss +2 -1
  31. package/styles/multi-select/bootstrap-dark.css +5 -0
  32. package/styles/multi-select/bootstrap5-dark.css +2 -1
  33. package/styles/multi-select/bootstrap5.css +2 -1
  34. package/styles/multi-select/fabric-dark.css +5 -0
  35. package/styles/multi-select/fluent-dark.css +2 -1
  36. package/styles/multi-select/fluent.css +2 -1
  37. package/styles/multi-select/highcontrast.css +5 -0
  38. package/styles/multi-select/tailwind-dark.css +2 -1
  39. package/styles/multi-select/tailwind.css +2 -1
  40. package/styles/tailwind-dark.css +2 -1
  41. package/styles/tailwind.css +2 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I514409` - Issue with "After clearing the filter Listbox item template was empty" has been resolved.
10
+
11
+ ### ListBox
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
16
+
17
+ ### DropDownList
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
22
+
23
+ ## 23.1.44 (2023-11-07)
24
+
25
+ ### Mention
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I4756` - Fixed the issue where using the Mention Character as a `[` would throw a console error.
30
+
31
+ ## 23.1.43 (2023-10-31)
32
+
5
33
  ### ComboBox
6
34
 
7
35
  #### Bug Fixes