@syncfusion/ej2-navigations 19.3.54 → 19.3.56
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 +9 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +22 -7
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +22 -7
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/common/menu-base.js +2 -2
- package/src/treeview/treeview.js +20 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### TreeView
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
|
|
10
|
+
|
|
11
|
+
## 19.3.54 (2021-11-17)
|
|
12
|
+
|
|
5
13
|
### Tab
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
|
8
16
|
|
|
9
17
|
- `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
|
|
18
|
+
- `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
|
|
10
19
|
|
|
11
20
|
## 19.3.46 (2021-10-19)
|
|
12
21
|
|