@syncfusion/ej2-navigations 25.1.40 → 25.1.42

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 (50) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +10 -4
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +10 -4
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/carousel/carousel.js +6 -1
  14. package/src/common/menu-base.js +2 -1
  15. package/src/treeview/treeview.js +2 -2
  16. package/styles/bootstrap-dark.css +1 -0
  17. package/styles/bootstrap.css +1 -0
  18. package/styles/bootstrap4.css +1 -0
  19. package/styles/bootstrap5-dark.css +1 -0
  20. package/styles/bootstrap5.css +1 -0
  21. package/styles/fabric-dark.css +1 -0
  22. package/styles/fabric.css +1 -0
  23. package/styles/fluent-dark.css +1 -0
  24. package/styles/fluent.css +1 -0
  25. package/styles/highcontrast-light.css +1 -0
  26. package/styles/highcontrast.css +1 -0
  27. package/styles/material-dark.css +1 -0
  28. package/styles/material.css +1 -0
  29. package/styles/material3-dark.css +1 -0
  30. package/styles/material3.css +1 -0
  31. package/styles/tailwind-dark.css +1 -0
  32. package/styles/tailwind.css +1 -0
  33. package/styles/toolbar/_layout.scss +1 -0
  34. package/styles/toolbar/bootstrap-dark.css +1 -0
  35. package/styles/toolbar/bootstrap.css +1 -0
  36. package/styles/toolbar/bootstrap4.css +1 -0
  37. package/styles/toolbar/bootstrap5-dark.css +1 -0
  38. package/styles/toolbar/bootstrap5.css +1 -0
  39. package/styles/toolbar/fabric-dark.css +1 -0
  40. package/styles/toolbar/fabric.css +1 -0
  41. package/styles/toolbar/fluent-dark.css +1 -0
  42. package/styles/toolbar/fluent.css +1 -0
  43. package/styles/toolbar/highcontrast-light.css +1 -0
  44. package/styles/toolbar/highcontrast.css +1 -0
  45. package/styles/toolbar/material-dark.css +1 -0
  46. package/styles/toolbar/material.css +1 -0
  47. package/styles/toolbar/material3-dark.css +1 -0
  48. package/styles/toolbar/material3.css +1 -0
  49. package/styles/toolbar/tailwind-dark.css +1 -0
  50. package/styles/toolbar/tailwind.css +1 -0
package/CHANGELOG.md CHANGED
@@ -2,12 +2,34 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Menu
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F583262` - The issue with "script error thrown in Menu component when setting target and hamburger properties" has been resolved.
10
+
11
+ ### TreeView
12
+
13
+ #### Bug fixes
14
+
15
+ - `#I581340` - Fixed the console error that occurred while clicking the node after changing `isDevice` to true.
16
+
17
+ ## 25.1.41 (2024-04-23)
18
+
5
19
  ### TreeView
6
20
 
7
21
  #### Bug Fixes
8
22
 
9
23
  - `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
10
24
 
25
+ ### Carousel
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#FB52446` - The issue with carousel slide changes during window resizing while the `loop` is set to false has been fixed.
30
+
31
+ ## 25.1.40 (2024-04-16)
32
+
11
33
  ### Stepper
12
34
 
13
35
  #### Bug Fixes