@syncfusion/ej2-react-navigations 25.1.41 → 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,6 +2,20 @@
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.min.js
3
- * version : 25.1.41
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.41
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.40",
3
+ "_id": "@syncfusion/ej2-react-navigations@25.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-W0c2LYRc2gnp40Q/PnRIa6Zh10K52uNs2i4sX5DHI4/sPyl7VdQYvBcO4nAXr2h0fXTBVyScnbMc/bHTqzq48Q==",
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.40.tgz",
23
- "_shasum": "9ab94cc5c9e9010b779a71b3035b9286fbe0caa0",
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.41",
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
- "ej2",
45
- "syncfusion",
46
- "ej2-react-navigations"
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.41",
70
+ "version": "25.1.42",
57
71
  "sideEffects": false
58
72
  }