@syncfusion/ej2-treegrid 22.1.37 → 22.1.39
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 +18 -0
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +15 -12
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +15 -12
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/treegrid/actions/edit.js +6 -1
- package/src/treegrid/actions/selection.js +0 -1
- package/src/treegrid/actions/virtual-scroll.js +3 -3
- package/src/treegrid/renderer/virtual-tree-content-render.js +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I478636`, `#F183159` - Fixed the issue where an unwanted tooltip was being displayed in the checkbox column feature.
|
|
10
|
+
|
|
11
|
+
## 22.1.38 (2023-07-11)
|
|
12
|
+
|
|
13
|
+
### Tree Grid
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I471838` - Fixed a bug in the virtualization feature that caused a white space issue when changing the page size using the `databound` event.
|
|
18
|
+
- `#I459187` - Fixed an issue where a white space would occur when deleting a parent record in virtualization.
|
|
19
|
+
- `#F182900` - Fixed the issue where the newly added form was placed incorrectly when selecting two records and performing an add action.
|
|
20
|
+
|
|
21
|
+
## 22.1.37 (2023-07-04)
|
|
22
|
+
|
|
23
|
+
### Tree Grid
|
|
24
|
+
|
|
25
|
+
#### Bug fixes
|
|
26
|
+
|
|
9
27
|
- `#I461924`, `#I473131` - Resolved the collapsed event multiple times triggered issue in virtualization enabled samples.
|
|
10
28
|
- `#I471838` - Resolved white space issue occurred in virtualization feature when changing the page size using databound event.
|
|
11
29
|
|