@syncfusion/ej2-navigations 20.3.57 → 20.3.58
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 +12 -1
- package/dist/ej2-navigations.min.js +2 -2
- 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 -3
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +22 -3
- 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/carousel/carousel.js +8 -3
- package/src/treeview/treeview.js +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Carousel
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
|
|
10
|
+
|
|
11
|
+
## 20.3.57 (2022-11-15)
|
|
12
|
+
|
|
5
13
|
### TreeView
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
|
8
16
|
|
|
9
|
-
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
|
|
10
17
|
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
|
|
11
18
|
|
|
19
|
+
## 20.3.57 (2022-11-15)
|
|
20
|
+
|
|
21
|
+
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
|
|
22
|
+
|
|
12
23
|
## 20.3.50 (2022-10-18)
|
|
13
24
|
|
|
14
25
|
### ContextMenu
|