@syncfusion/ej2-react-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
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-navigations@25.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-navigations@25.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-65JQqtYZqMKxnXGPsysV38Cs+q8G7zDmY0aQHvPKYa6mpx3ZHDcNlZXMjCPWgMxif4AwHbAe79rad8y6iowZFQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-25.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-25.1.41.tgz",
|
|
23
|
+
"_shasum": "36d7375fe33653245537c3f4af7318ff521831ba",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~25.1.35",
|
|
35
|
-
"@syncfusion/ej2-navigations": "25.1.
|
|
35
|
+
"@syncfusion/ej2-navigations": "25.1.42",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~25.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -41,9 +41,23 @@
|
|
|
41
41
|
"es2015": "dist/es6/ej2-react-navigations.es2015.js",
|
|
42
42
|
"homepage": "https://www.syncfusion.com/react-components",
|
|
43
43
|
"keywords": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
44
|
+
"react",
|
|
45
|
+
"ej2-react-navigations",
|
|
46
|
+
"react-navigations",
|
|
47
|
+
"react-toolbar",
|
|
48
|
+
"react-tab",
|
|
49
|
+
"react-react",
|
|
50
|
+
"react-routing",
|
|
51
|
+
"react-contextmenu",
|
|
52
|
+
"react tree",
|
|
53
|
+
"react treeview",
|
|
54
|
+
"react tree component",
|
|
55
|
+
"react menu",
|
|
56
|
+
"react menu component",
|
|
57
|
+
"react breadcrumb",
|
|
58
|
+
"react carousel",
|
|
59
|
+
"react appbar",
|
|
60
|
+
"react stepper"
|
|
47
61
|
],
|
|
48
62
|
"license": "SEE LICENSE IN license",
|
|
49
63
|
"main": "./dist/ej2-react-navigations.umd.min.js",
|
|
@@ -53,6 +67,6 @@
|
|
|
53
67
|
"type": "git",
|
|
54
68
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
69
|
},
|
|
56
|
-
"version": "25.1.
|
|
70
|
+
"version": "25.1.42",
|
|
57
71
|
"sideEffects": false
|
|
58
72
|
}
|