@syncfusion/ej2-navigations 21.2.4 → 21.2.6
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 +24 -0
- 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 +83 -46
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +83 -46
- 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 +9 -9
- package/src/accordion/accordion.d.ts +1 -0
- package/src/accordion/accordion.js +69 -33
- package/src/tab/tab.js +5 -10
- package/src/treeview/treeview.js +9 -3
- package/styles/material.css +2 -2
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/material.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Accordion
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I461717` - An issue with the accordion old templates is not cleared after the property change has been fixed.
|
|
10
|
+
|
|
11
|
+
## 21.2.5 (2023-05-16)
|
|
12
|
+
|
|
13
|
+
### TreeView
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I459316` - Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.
|
|
18
|
+
- `#I450146` - Provided the horizontal scroll support for the TreeView component in mobile mode.
|
|
19
|
+
|
|
20
|
+
### Tab
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I459687` - An issue with the "Drag and drop is not working in the tab after setting `args.cancel` to true in the `dragStart` event" has been fixed.
|
|
25
|
+
|
|
26
|
+
## 21.2.4 (2023-05-09)
|
|
27
|
+
|
|
5
28
|
### ContextMenu
|
|
6
29
|
|
|
7
30
|
#### New Features
|
|
@@ -17,6 +40,7 @@
|
|
|
17
40
|
#### Bug Fixes
|
|
18
41
|
|
|
19
42
|
- `#I458102` - An issue where the tab header did not update with dynamic data when the tab directives were rendered as HTML elements has been fixed.
|
|
43
|
+
- `#I457021` - The issue where the `data-id` attribute was being removed from tab items upon property change has been fixed.
|
|
20
44
|
|
|
21
45
|
## 21.2.3 (2023-05-03)
|
|
22
46
|
|