@syncfusion/ej2-navigations 19.4.50 → 19.4.55

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 (45) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +1 -1
  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 +8 -6
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +8 -6
  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 +11 -11
  13. package/src/accordion/accordion.js +3 -3
  14. package/src/common/menu-base.js +2 -2
  15. package/src/sidebar/sidebar.d.ts +1 -0
  16. package/src/sidebar/sidebar.js +3 -1
  17. package/styles/bootstrap-dark.css +5 -2
  18. package/styles/bootstrap.css +5 -2
  19. package/styles/bootstrap4.css +5 -2
  20. package/styles/bootstrap5-dark.css +5 -2
  21. package/styles/bootstrap5.css +5 -2
  22. package/styles/fabric-dark.css +5 -2
  23. package/styles/fabric.css +5 -2
  24. package/styles/highcontrast-light.css +5 -2
  25. package/styles/highcontrast.css +5 -2
  26. package/styles/material-dark.css +5 -2
  27. package/styles/material.css +5 -2
  28. package/styles/menu/_layout.scss +1 -1
  29. package/styles/menu/_theme.scss +0 -9
  30. package/styles/tailwind-dark.css +5 -2
  31. package/styles/tailwind.css +5 -2
  32. package/styles/toolbar/_layout.scss +4 -2
  33. package/styles/toolbar/bootstrap-dark.css +5 -2
  34. package/styles/toolbar/bootstrap.css +5 -2
  35. package/styles/toolbar/bootstrap4.css +5 -2
  36. package/styles/toolbar/bootstrap5-dark.css +5 -2
  37. package/styles/toolbar/bootstrap5.css +5 -2
  38. package/styles/toolbar/fabric-dark.css +5 -2
  39. package/styles/toolbar/fabric.css +5 -2
  40. package/styles/toolbar/highcontrast-light.css +5 -2
  41. package/styles/toolbar/highcontrast.css +5 -2
  42. package/styles/toolbar/material-dark.css +5 -2
  43. package/styles/toolbar/material.css +5 -2
  44. package/styles/toolbar/tailwind-dark.css +5 -2
  45. package/styles/toolbar/tailwind.css +5 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,30 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I368643` - Resolved theme related issue in menu component.
10
+
11
+ ## 19.4.53 (2022-02-22)
12
+
13
+ ### Sidebar
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
18
+
19
+ ## 19.4.52 (2022-02-15)
20
+
21
+ ### Toolbar
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
26
+
27
+ ## 19.4.50 (2022-02-08)
28
+
29
+ ### Menu
30
+
31
+ #### Bug Fixes
32
+
9
33
  - Issue with 'setItem' method has been fixed.
10
34
 
11
35
  ## 19.4.47 (2022-01-25)
package/README.md CHANGED
@@ -176,4 +176,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
176
176
 
177
177
  Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
178
178
 
179
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
179
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.