@syncfusion/ej2-navigations 24.2.3 → 24.2.8

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 (55) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +23 -0
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +14 -11
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +15 -11
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +10 -10
  14. package/src/tab/tab.js +6 -0
  15. package/src/treeview/treeview.js +9 -11
  16. package/styles/bootstrap-dark.css +26 -4
  17. package/styles/bootstrap.css +22 -0
  18. package/styles/bootstrap4.css +26 -4
  19. package/styles/bootstrap5-dark.css +22 -0
  20. package/styles/bootstrap5.css +22 -0
  21. package/styles/fabric-dark.css +22 -0
  22. package/styles/fabric.css +22 -0
  23. package/styles/fluent-dark.css +33 -11
  24. package/styles/fluent.css +33 -11
  25. package/styles/highcontrast-light.css +22 -0
  26. package/styles/highcontrast.css +22 -0
  27. package/styles/material-dark.css +22 -0
  28. package/styles/material.css +22 -0
  29. package/styles/material3-dark.css +22 -0
  30. package/styles/material3.css +22 -0
  31. package/styles/tailwind-dark.css +22 -0
  32. package/styles/tailwind.css +22 -0
  33. package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
  34. package/styles/toolbar/_bootstrap4-definition.scss +3 -3
  35. package/styles/toolbar/_fluent-definition.scss +3 -3
  36. package/styles/toolbar/_layout.scss +35 -0
  37. package/styles/toolbar/bootstrap-dark.css +26 -4
  38. package/styles/toolbar/bootstrap.css +22 -0
  39. package/styles/toolbar/bootstrap4.css +26 -4
  40. package/styles/toolbar/bootstrap5-dark.css +22 -0
  41. package/styles/toolbar/bootstrap5.css +22 -0
  42. package/styles/toolbar/fabric-dark.css +22 -0
  43. package/styles/toolbar/fabric.css +22 -0
  44. package/styles/toolbar/fluent-dark.css +33 -11
  45. package/styles/toolbar/fluent.css +33 -11
  46. package/styles/toolbar/highcontrast-light.css +22 -0
  47. package/styles/toolbar/highcontrast.css +22 -0
  48. package/styles/toolbar/material-dark.css +22 -0
  49. package/styles/toolbar/material.css +22 -0
  50. package/styles/toolbar/material3-dark.css +22 -0
  51. package/styles/toolbar/material3.css +22 -0
  52. package/styles/toolbar/tailwind-dark.css +22 -0
  53. package/styles/toolbar/tailwind.css +22 -0
  54. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  55. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I550140` - Resolved the accessibility issue with TreeView component when rendered with checkbox.
10
+ - `#F186726` - Resolved the multi selection functionality issue in the TreeView component on Mac device.
11
+
12
+ ## 24.2.4 (2024-02-06)
13
+
14
+ ### Tab
15
+
16
+ #### Bug fixes
17
+
18
+ - `#I523951` - The issue with React's selection of a tab item using the select method, where all tab items were being underlined, has been resolved.
19
+
20
+ ## 24.2.3 (2024-01-31)
21
+
5
22
  ### Menu
6
23
 
7
24
  #### Bug Fixes
package/README.md CHANGED
@@ -226,6 +226,29 @@ The [JavaScript Menu](https://www.syncfusion.com/javascript-ui-controls/js-menu-
226
226
  * [Hamburger Menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/menu/hamburger-mode.html) - Supports Hamburger Menu that provides an adaptive view.
227
227
  * [Accessibility](https://ej2.syncfusion.com/documentation/menu/accessibility/) - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
228
228
 
229
+ ### JavaScript Stepper
230
+
231
+ The [JavaScript Stepper](https://www.syncfusion.com/javascript-ui-controls/js-stepper?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) control enables users to navigate through a series of steps or stages in a process within a web application. Stepper displays a list of steps with the current step highlighted, allowing users to move between steps. It includes several built-in features, such as different step types, orientation, linear flow, label positions, and template customization.
232
+
233
+ <p align="center">
234
+ <a href="https://ej2.syncfusion.com/documentation/stepper/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
235
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/stepper/default.html">Online demos</a> .
236
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-stepper?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
237
+ </p>
238
+
239
+ <p align="center">
240
+ <img alt="JavaScript Stepper Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-stepper.png">
241
+ </p>
242
+
243
+ #### Key features
244
+
245
+ * [Step Types](https://ej2.syncfusion.com/documentation/stepper/steptypes) - Display steps with indicators and labels, only indicators, or only labels.
246
+ * [Orientation](https://ej2.syncfusion.com/documentation/stepper/orientations) - A layout to display steps in a horizontal or vertical orientation.
247
+ * [Linear Flow](https://ej2.syncfusion.com/documentation/stepper/linear-flow) - Enable a step-by-step progression, completing one step before moving on to the next.
248
+ * [Label Positioning](https://ej2.syncfusion.com/documentation/stepper/steptypes#label-positions) - Show the label at the top, bottom, left, or right.
249
+ * [Tooltip](https://ej2.syncfusion.com/documentation/stepper/tooltip) - Show additional information when users hover over a step, such as a label or customized text.
250
+ * [Templates](https://ej2.syncfusion.com/documentation/stepper/template) - Customize the default appearance and content of each step using templates.
251
+
229
252
  <p align="center">
230
253
  Trusted by the world's leading companies
231
254
  <a href="https://www.syncfusion.com/">