@syncfusion/ej2-navigations 19.3.43 → 19.3.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 (50) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +7 -7
  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 +87 -76
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +87 -76
  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 +23 -12
  13. package/src/breadcrumb/breadcrumb.js +19 -10
  14. package/src/common/menu-base.js +2 -2
  15. package/src/tab/tab.js +66 -64
  16. package/styles/bootstrap-dark.css +15 -2
  17. package/styles/bootstrap.css +15 -2
  18. package/styles/bootstrap4.css +15 -2
  19. package/styles/bootstrap5-dark.css +19 -3
  20. package/styles/bootstrap5.css +19 -3
  21. package/styles/breadcrumb/_layout.scss +13 -0
  22. package/styles/breadcrumb/_theme.scss +1 -1
  23. package/styles/breadcrumb/bootstrap-dark.css +13 -0
  24. package/styles/breadcrumb/bootstrap.css +13 -0
  25. package/styles/breadcrumb/bootstrap4.css +13 -0
  26. package/styles/breadcrumb/bootstrap5-dark.css +16 -0
  27. package/styles/breadcrumb/bootstrap5.css +16 -0
  28. package/styles/breadcrumb/fabric-dark.css +16 -0
  29. package/styles/breadcrumb/fabric.css +16 -0
  30. package/styles/breadcrumb/highcontrast-light.css +17 -1
  31. package/styles/breadcrumb/highcontrast.css +17 -1
  32. package/styles/breadcrumb/material-dark.css +16 -0
  33. package/styles/breadcrumb/material.css +16 -0
  34. package/styles/breadcrumb/tailwind-dark.css +16 -0
  35. package/styles/breadcrumb/tailwind.css +16 -0
  36. package/styles/fabric-dark.css +16 -0
  37. package/styles/fabric.css +16 -0
  38. package/styles/highcontrast-light.css +17 -1
  39. package/styles/highcontrast.css +17 -1
  40. package/styles/material-dark.css +16 -0
  41. package/styles/material.css +16 -0
  42. package/styles/tab/_bootstrap5-definition.scss +1 -1
  43. package/styles/tab/_layout.scss +1 -1
  44. package/styles/tab/bootstrap-dark.css +2 -2
  45. package/styles/tab/bootstrap.css +2 -2
  46. package/styles/tab/bootstrap4.css +2 -2
  47. package/styles/tab/bootstrap5-dark.css +3 -3
  48. package/styles/tab/bootstrap5.css +3 -3
  49. package/styles/tailwind-dark.css +16 -0
  50. package/styles/tailwind.css +16 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.3.46 (2021-10-19)
6
+
7
+ ### Tab
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
12
+
13
+ ## 19.3.45 (2021-10-12)
14
+
15
+ ### Breadcrumb
16
+
17
+ #### Bug Fixes
18
+
19
+ - Disabled item get tab focus when item's URL is specified issue has been resolved.
20
+
21
+ ## 19.3.43 (2021-09-30)
22
+
5
23
  ### Tab
6
24
 
7
25
  #### Bug Fixes
package/README.md CHANGED
@@ -25,10 +25,10 @@ Following list of components are available in the package
25
25
  * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
26
26
  * [Product Page](https://www.syncfusion.com/products/javascript/accordion)
27
27
 
28
- * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
28
+ * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
29
29
 
30
- * [Getting Started](https://ej2.syncfusion.com/documentation/breadcrumb/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
31
- * [API References](https://ej2.syncfusion.com/documentation/breadcrumb/api-breadcrumb.html?utm_source=npm&utm_campaign=breadcrumb)
30
+ * [Getting Started](https://ej2.syncfusion.com/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
31
+ * [API References](https://ej2.syncfusion.com/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
32
32
  * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default.html)
33
33
  * [Product Page](https://www.syncfusion.com/javascript-ui-controls/js-breadcrumb)
34
34
 
@@ -103,10 +103,10 @@ Sidebar component is used in the following samples.
103
103
 
104
104
  ### Breadcrumb
105
105
 
106
- 1. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
107
- 2. **Icons** - Icons can be specified in Breadcrumb items.
108
- 3. **Template** - Supports template for item and separator.
109
- 4. **Bind To Location** - Supports items to be rendered based on the URL or current location.
106
+ 1. **Icons** - Icons can be specified in Breadcrumb items.
107
+ 2. **Template** - Supports template for item and separator.
108
+ 3. **Bind To Location** - Supports items to be rendered based on the URL or current location.
109
+ 4. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
110
110
  5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
111
111
 
112
112
  ### ContextMenu