@syncfusion/ej2-react-navigations 23.1.40 → 23.1.43

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,41 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug fixes
8
+
9
+ - `#F184993` - An issue with the TreeView checkbox status was not updating properly after drag and drop the node has been resolved.
10
+
11
+ ### Toolbar
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I514442` - An issue with tab index attribute set wrongly for Toolbar templated items has been fixed.
16
+
17
+ ## 23.1.41 (2023-10-17)
18
+
19
+ ### Menu
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I503763` - The issue with "sub menu closes while click on the vertical scroll of sub menu" has been resolved.
24
+ - The issue with "menu component in ribbon while switching to `arabic` localization" has been resolved
25
+
26
+ ## 23.1.40 (2023-10-10)
27
+
5
28
  ### Accordion
6
29
 
7
30
  #### Bug Fixes
8
31
 
9
32
  - `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
10
33
 
34
+ ### TreeView
35
+
36
+ #### Bug fixes
37
+
38
+ - `#I506080` - The issue with the `ensureVisible` method for self-referential data source has been resolved.
39
+
11
40
  ## 23.1.39 (2023-10-04)
12
41
 
13
42
  ### ContextMenu
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.min.js
3
- * version : 23.1.40
3
+ * version : 23.1.43
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 : 23.1.40
3
+ * version : 23.1.43
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@23.1.39",
3
+ "_id": "@syncfusion/ej2-react-navigations@23.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xpBC6SAAQMe5SXws0APNAFyZopPLdSzu5PeA6rV1hd6Nn0c7NP+wiMnua2JIf/yA4ZIXO7xfzdPfUZ6P4K7CwA==",
5
+ "_integrity": "sha512-08AIQ0+7DmQzcPM6TGf8b2n1rAlGE2Sbde+L8TWv9hx/bjJH3aOQYgsTyaV18284W3wXpzELzFIgz3AgAh/Otw==",
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-23.1.39.tgz",
23
- "_shasum": "826923a3699f681c4070218d1e0fee5225b945e1",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-23.1.41.tgz",
23
+ "_shasum": "445098efad9e2e9cacbb9e3a21fe1ea5a1c3e4d8",
24
24
  "_spec": "@syncfusion/ej2-react-navigations@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.38",
35
- "@syncfusion/ej2-navigations": "23.1.40",
36
- "@syncfusion/ej2-react-base": "~23.1.36"
34
+ "@syncfusion/ej2-base": "~23.1.41",
35
+ "@syncfusion/ej2-navigations": "23.1.43",
36
+ "@syncfusion/ej2-react-base": "~23.1.43"
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": "23.1.40",
69
+ "version": "23.1.43",
70
70
  "sideEffects": false
71
71
  }