@syncfusion/ej2-react-navigations 21.2.6 → 21.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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ContextMenu
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I829933` - The issue with "hideItems method of context menu not working properly for sub menu item" has been resolved.
|
|
10
|
+
|
|
11
|
+
### TreeView
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I457872` - Resolved the issue where customized theme styles were not correctly applied for active node text of TreeView component.
|
|
16
|
+
|
|
17
|
+
## 21.2.6 (2023-05-23)
|
|
18
|
+
|
|
5
19
|
### Accordion
|
|
6
20
|
|
|
7
21
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.8
|
|
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.2.
|
|
3
|
+
* version : 21.2.8
|
|
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@21.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-navigations@21.2.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VPB0iozypR2ZAnXEvB0R1Z5ZsZofeFbSg5CYRmOxlPhBIQ6lBFhJi5hsYjg0k7mgmJ5cBaiF9svthj+tprO+vA==",
|
|
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-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-21.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-21.2.6.tgz",
|
|
23
|
+
"_shasum": "04b5407d60490307a9ee384f1ac0a09039af770b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~21.2.3",
|
|
35
|
-
"@syncfusion/ej2-navigations": "21.2.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~21.2.
|
|
35
|
+
"@syncfusion/ej2-navigations": "21.2.8",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~21.2.8"
|
|
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.2.
|
|
69
|
+
"version": "21.2.8",
|
|
70
70
|
"sideEffects": false
|
|
71
71
|
}
|