@syncfusion/ej2-react-navigations 21.1.35 → 21.1.37

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,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I449274` - Resolved the nodeSelected event not working properly issue on iPad.
10
+
11
+ ## 21.1.35 (2023-03-23)
12
+
5
13
  ### Tab
6
14
 
7
15
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.min.js
3
- * version : 21.1.35
3
+ * version : 21.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 21.1.35
3
+ * version : 21.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@19.91.2",
3
+ "_id": "@syncfusion/ej2-react-navigations@21.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Kk+L3igoTFNk8jGy3Z6XaZUa4NMvvJcfy+SRnac80pwstu8+gZCdMG0hzclD0sD/HOkdNExJQXFBBbx3t4tx+g==",
5
+ "_integrity": "sha512-Nl6kTwiwNc7RQYEA7SJUN8Nijb8H71lifwwCoFe8Pp9EBGKKujnPUmBhe7kos2nObK9QLb1YgRjH9rrM56EbmQ==",
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.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.91.2.tgz",
23
- "_shasum": "200642333525a3e8aa0e5f8df8e236c2dc847a1d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-21.1.35.tgz",
23
+ "_shasum": "0e7ec45c941bf1bb987c82ab827f5e4539547f3f",
24
24
  "_spec": "@syncfusion/ej2-react-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~21.1.35",
35
- "@syncfusion/ej2-navigations": "21.1.35",
36
- "@syncfusion/ej2-react-base": "~21.1.35"
34
+ "@syncfusion/ej2-base": "~21.1.37",
35
+ "@syncfusion/ej2-navigations": "21.1.37",
36
+ "@syncfusion/ej2-react-base": "~21.1.37"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
@@ -66,6 +66,6 @@
66
66
  "type": "git",
67
67
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
68
68
  },
69
- "version": "21.1.35",
69
+ "version": "21.1.37",
70
70
  "sideEffects": false
71
71
  }