@syncfusion/ej2-navigations 19.4.41 → 19.4.52

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 (72) hide show
  1. package/CHANGELOG.md +42 -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 +52 -27
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +51 -26
  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 +10 -8
  14. package/src/common/menu-base.d.ts +1 -1
  15. package/src/common/menu-base.js +21 -12
  16. package/src/tab/tab.js +1 -0
  17. package/src/toolbar/toolbar.js +19 -6
  18. package/styles/bootstrap-dark.css +8 -4
  19. package/styles/bootstrap.css +8 -4
  20. package/styles/bootstrap4.css +8 -4
  21. package/styles/bootstrap5-dark.css +8 -4
  22. package/styles/bootstrap5.css +8 -4
  23. package/styles/breadcrumb/_layout.scss +1 -1
  24. package/styles/breadcrumb/bootstrap-dark.css +1 -1
  25. package/styles/breadcrumb/bootstrap.css +1 -1
  26. package/styles/breadcrumb/bootstrap4.css +1 -1
  27. package/styles/breadcrumb/bootstrap5-dark.css +1 -1
  28. package/styles/breadcrumb/bootstrap5.css +1 -1
  29. package/styles/breadcrumb/fabric-dark.css +1 -1
  30. package/styles/breadcrumb/fabric.css +1 -1
  31. package/styles/breadcrumb/highcontrast-light.css +1 -1
  32. package/styles/breadcrumb/highcontrast.css +1 -1
  33. package/styles/breadcrumb/material-dark.css +1 -1
  34. package/styles/breadcrumb/material.css +1 -1
  35. package/styles/breadcrumb/tailwind-dark.css +1 -1
  36. package/styles/breadcrumb/tailwind.css +1 -1
  37. package/styles/fabric-dark.css +8 -4
  38. package/styles/fabric.css +8 -4
  39. package/styles/highcontrast-light.css +8 -4
  40. package/styles/highcontrast.css +8 -4
  41. package/styles/material-dark.css +8 -4
  42. package/styles/material.css +8 -4
  43. package/styles/menu/_layout.scss +2 -1
  44. package/styles/menu/bootstrap-dark.css +2 -1
  45. package/styles/menu/bootstrap.css +2 -1
  46. package/styles/menu/bootstrap4.css +2 -1
  47. package/styles/menu/bootstrap5-dark.css +2 -1
  48. package/styles/menu/bootstrap5.css +2 -1
  49. package/styles/menu/fabric-dark.css +2 -1
  50. package/styles/menu/fabric.css +2 -1
  51. package/styles/menu/highcontrast-light.css +2 -1
  52. package/styles/menu/highcontrast.css +2 -1
  53. package/styles/menu/material-dark.css +2 -1
  54. package/styles/menu/material.css +2 -1
  55. package/styles/menu/tailwind-dark.css +2 -1
  56. package/styles/menu/tailwind.css +2 -1
  57. package/styles/tailwind-dark.css +8 -4
  58. package/styles/tailwind.css +8 -4
  59. package/styles/toolbar/_layout.scss +4 -2
  60. package/styles/toolbar/bootstrap-dark.css +5 -2
  61. package/styles/toolbar/bootstrap.css +5 -2
  62. package/styles/toolbar/bootstrap4.css +5 -2
  63. package/styles/toolbar/bootstrap5-dark.css +5 -2
  64. package/styles/toolbar/bootstrap5.css +5 -2
  65. package/styles/toolbar/fabric-dark.css +5 -2
  66. package/styles/toolbar/fabric.css +5 -2
  67. package/styles/toolbar/highcontrast-light.css +5 -2
  68. package/styles/toolbar/highcontrast.css +5 -2
  69. package/styles/toolbar/material-dark.css +5 -2
  70. package/styles/toolbar/material.css +5 -2
  71. package/styles/toolbar/tailwind-dark.css +5 -2
  72. package/styles/toolbar/tailwind.css +5 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,48 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
10
+
11
+ ## 19.4.50 (2022-02-08)
12
+
13
+ ### Menu
14
+
15
+ #### Bug Fixes
16
+
17
+ - Issue with 'setItem' method has been fixed.
18
+
19
+ ## 19.4.47 (2022-01-25)
20
+
21
+ ### Breadcrumb
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
26
+
27
+ ### Tab
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
32
+
33
+ ### Breadcrumb
34
+
35
+ #### Bug Fixes
36
+
37
+ - Issue with CSS validation has been fixed.
38
+
39
+ ## 19.4.41 (2022-01-04)
40
+
41
+ ### Menu
42
+
43
+ #### Bug Fixes
44
+
45
+ - Sub menu position alignment issue in menu has been resolved.
46
+
47
+ ### Tab
48
+
49
+ #### Bug Fixes
50
+
9
51
  - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
10
52
 
11
53
  ## 19.4.40 (2021-12-28)
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.