@syncfusion/ej2-vue-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 (57) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-navigations.umd.min.js +10 -1
  4. package/dist/global/ej2-vue-navigations.min.js +2 -2
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +8 -4
  7. package/styles/bootstrap.css +8 -4
  8. package/styles/bootstrap4.css +8 -4
  9. package/styles/bootstrap5-dark.css +8 -4
  10. package/styles/bootstrap5.css +8 -4
  11. package/styles/breadcrumb/bootstrap-dark.css +1 -1
  12. package/styles/breadcrumb/bootstrap.css +1 -1
  13. package/styles/breadcrumb/bootstrap4.css +1 -1
  14. package/styles/breadcrumb/bootstrap5-dark.css +1 -1
  15. package/styles/breadcrumb/bootstrap5.css +1 -1
  16. package/styles/breadcrumb/fabric-dark.css +1 -1
  17. package/styles/breadcrumb/fabric.css +1 -1
  18. package/styles/breadcrumb/highcontrast-light.css +1 -1
  19. package/styles/breadcrumb/highcontrast.css +1 -1
  20. package/styles/breadcrumb/material-dark.css +1 -1
  21. package/styles/breadcrumb/material.css +1 -1
  22. package/styles/breadcrumb/tailwind-dark.css +1 -1
  23. package/styles/breadcrumb/tailwind.css +1 -1
  24. package/styles/fabric-dark.css +8 -4
  25. package/styles/fabric.css +8 -4
  26. package/styles/highcontrast-light.css +8 -4
  27. package/styles/highcontrast.css +8 -4
  28. package/styles/material-dark.css +8 -4
  29. package/styles/material.css +8 -4
  30. package/styles/menu/bootstrap-dark.css +2 -1
  31. package/styles/menu/bootstrap.css +2 -1
  32. package/styles/menu/bootstrap4.css +2 -1
  33. package/styles/menu/bootstrap5-dark.css +2 -1
  34. package/styles/menu/bootstrap5.css +2 -1
  35. package/styles/menu/fabric-dark.css +2 -1
  36. package/styles/menu/fabric.css +2 -1
  37. package/styles/menu/highcontrast-light.css +2 -1
  38. package/styles/menu/highcontrast.css +2 -1
  39. package/styles/menu/material-dark.css +2 -1
  40. package/styles/menu/material.css +2 -1
  41. package/styles/menu/tailwind-dark.css +2 -1
  42. package/styles/menu/tailwind.css +2 -1
  43. package/styles/tailwind-dark.css +8 -4
  44. package/styles/tailwind.css +8 -4
  45. package/styles/toolbar/bootstrap-dark.css +5 -2
  46. package/styles/toolbar/bootstrap.css +5 -2
  47. package/styles/toolbar/bootstrap4.css +5 -2
  48. package/styles/toolbar/bootstrap5-dark.css +5 -2
  49. package/styles/toolbar/bootstrap5.css +5 -2
  50. package/styles/toolbar/fabric-dark.css +5 -2
  51. package/styles/toolbar/fabric.css +5 -2
  52. package/styles/toolbar/highcontrast-light.css +5 -2
  53. package/styles/toolbar/highcontrast.css +5 -2
  54. package/styles/toolbar/material-dark.css +5 -2
  55. package/styles/toolbar/material.css +5 -2
  56. package/styles/toolbar/tailwind-dark.css +5 -2
  57. package/styles/toolbar/tailwind.css +5 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,42 @@
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
+ - Issue with CSS validation has been fixed.
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
+ ## 19.4.41 (2022-01-04)
34
+
35
+ ### Menu
36
+
37
+ #### Bug Fixes
38
+
39
+ - Sub menu position alignment issue in menu has been resolved.
40
+
41
+ ### Tab
42
+
43
+ #### Bug Fixes
44
+
9
45
  - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
10
46
 
11
47
  ## 19.4.40 (2021-12-28)
package/README.md CHANGED
@@ -176,4 +176,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
176
176
 
177
177
  Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/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.
@@ -1,6 +1,15 @@
1
1
  /*!
2
2
  * filename: ej2-vue-navigations.umd.min.js
3
- * version : 19.4.41
3
+ * version : 19.4.52
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ /*!
11
+ * filename: ej2-vue-navigations.umd.min.js
12
+ * version : 19.4.38
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
6
15
  * A copy of the current license can be obtained at any time by e-mailing