@syncfusion/ej2-navigations 25.1.40 → 25.1.42
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.
- package/CHANGELOG.md +22 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +10 -4
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +10 -4
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/carousel/carousel.js +6 -1
- package/src/common/menu-base.js +2 -1
- package/src/treeview/treeview.js +2 -2
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
- package/styles/toolbar/_layout.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +1 -0
- package/styles/toolbar/bootstrap.css +1 -0
- package/styles/toolbar/bootstrap4.css +1 -0
- package/styles/toolbar/bootstrap5-dark.css +1 -0
- package/styles/toolbar/bootstrap5.css +1 -0
- package/styles/toolbar/fabric-dark.css +1 -0
- package/styles/toolbar/fabric.css +1 -0
- package/styles/toolbar/fluent-dark.css +1 -0
- package/styles/toolbar/fluent.css +1 -0
- package/styles/toolbar/highcontrast-light.css +1 -0
- package/styles/toolbar/highcontrast.css +1 -0
- package/styles/toolbar/material-dark.css +1 -0
- package/styles/toolbar/material.css +1 -0
- package/styles/toolbar/material3-dark.css +1 -0
- package/styles/toolbar/material3.css +1 -0
- package/styles/toolbar/tailwind-dark.css +1 -0
- package/styles/toolbar/tailwind.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Menu
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F583262` - The issue with "script error thrown in Menu component when setting target and hamburger properties" has been resolved.
|
|
10
|
+
|
|
11
|
+
### TreeView
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I581340` - Fixed the console error that occurred while clicking the node after changing `isDevice` to true.
|
|
16
|
+
|
|
17
|
+
## 25.1.41 (2024-04-23)
|
|
18
|
+
|
|
5
19
|
### TreeView
|
|
6
20
|
|
|
7
21
|
#### Bug Fixes
|
|
8
22
|
|
|
9
23
|
- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
|
|
10
24
|
|
|
25
|
+
### Carousel
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#FB52446` - The issue with carousel slide changes during window resizing while the `loop` is set to false has been fixed.
|
|
30
|
+
|
|
31
|
+
## 25.1.40 (2024-04-16)
|
|
32
|
+
|
|
11
33
|
### Stepper
|
|
12
34
|
|
|
13
35
|
#### Bug Fixes
|