@syncfusion/ej2-navigations 19.4.47 → 19.4.53

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 (46) 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 +50 -29
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +49 -28
  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 +13 -11
  14. package/src/common/menu-base.d.ts +1 -1
  15. package/src/common/menu-base.js +13 -10
  16. package/src/sidebar/sidebar.d.ts +1 -0
  17. package/src/sidebar/sidebar.js +3 -1
  18. package/src/tab/tab.js +1 -0
  19. package/src/toolbar/toolbar.js +19 -6
  20. package/styles/bootstrap-dark.css +5 -2
  21. package/styles/bootstrap.css +5 -2
  22. package/styles/bootstrap4.css +5 -2
  23. package/styles/bootstrap5-dark.css +5 -2
  24. package/styles/bootstrap5.css +5 -2
  25. package/styles/fabric-dark.css +5 -2
  26. package/styles/fabric.css +5 -2
  27. package/styles/highcontrast-light.css +5 -2
  28. package/styles/highcontrast.css +5 -2
  29. package/styles/material-dark.css +5 -2
  30. package/styles/material.css +5 -2
  31. package/styles/tailwind-dark.css +5 -2
  32. package/styles/tailwind.css +5 -2
  33. package/styles/toolbar/_layout.scss +4 -2
  34. package/styles/toolbar/bootstrap-dark.css +5 -2
  35. package/styles/toolbar/bootstrap.css +5 -2
  36. package/styles/toolbar/bootstrap4.css +5 -2
  37. package/styles/toolbar/bootstrap5-dark.css +5 -2
  38. package/styles/toolbar/bootstrap5.css +5 -2
  39. package/styles/toolbar/fabric-dark.css +5 -2
  40. package/styles/toolbar/fabric.css +5 -2
  41. package/styles/toolbar/highcontrast-light.css +5 -2
  42. package/styles/toolbar/highcontrast.css +5 -2
  43. package/styles/toolbar/material-dark.css +5 -2
  44. package/styles/toolbar/material.css +5 -2
  45. package/styles/toolbar/tailwind-dark.css +5 -2
  46. package/styles/toolbar/tailwind.css +5 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,48 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Sidebar
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
10
+
11
+ ## 19.4.52 (2022-02-15)
12
+
13
+ ### Toolbar
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
18
+
19
+ ## 19.4.50 (2022-02-08)
20
+
21
+ ### Menu
22
+
23
+ #### Bug Fixes
24
+
25
+ - Issue with 'setItem' method has been fixed.
26
+
27
+ ## 19.4.47 (2022-01-25)
28
+
29
+ ### Breadcrumb
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
34
+
35
+ ### Tab
36
+
37
+ #### Bug Fixes
38
+
39
+ - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
40
+
41
+ ### Breadcrumb
42
+
43
+ #### Bug Fixes
44
+
45
+ - Issue with CSS validation has been fixed.
46
+
5
47
  ## 19.4.41 (2022-01-04)
6
48
 
7
49
  ### Menu
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.