@syncfusion/ej2-angular-querybuilder 32.2.4 → 32.2.7
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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
`#
|
|
9
|
+
`#I809049` - Fixed a memory leak issue caused by the window resize handler and corrected improper event destroy in the QueryBuilder.
|
|
10
10
|
|
|
11
11
|
## 32.1.19 (2025-12-16)
|
|
12
12
|
|
|
@@ -779,7 +779,15 @@ The Query Builder component is a graphical user interface that allows users to c
|
|
|
779
779
|
|
|
780
780
|
- **Template**: Supports templates and it is applicable for all input components.
|
|
781
781
|
|
|
782
|
-
- **Queries**: Queries supports JSON/SQL rules.## 32.
|
|
782
|
+
- **Queries**: Queries supports JSON/SQL rules.## 32.2.4 (2026-02-11)
|
|
783
|
+
|
|
784
|
+
### QueryBuilder
|
|
785
|
+
|
|
786
|
+
#### Bug Fixes
|
|
787
|
+
|
|
788
|
+
`#I802697` - Fixed the issue where Clone Group was inserting cloned rules into the parent group instead of creating a new root-level sibling group.
|
|
789
|
+
|
|
790
|
+
## 32.1.25 (2026-01-27)
|
|
783
791
|
|
|
784
792
|
### QueryBuilder
|
|
785
793
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-querybuilder",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.7",
|
|
4
4
|
"description": "Essential JS 2 QueryBuilder for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~32.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~32.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.2.3",
|
|
11
|
-
"@syncfusion/ej2-querybuilder": "32.2.
|
|
11
|
+
"@syncfusion/ej2-querybuilder": "32.2.7"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-querybuilder';
|
|
4
|
-
exports.pkgVer = '^32.2.
|
|
4
|
+
exports.pkgVer = '^32.2.7';
|
|
5
5
|
exports.moduleName = 'QueryBuilderModule';
|
|
6
|
-
exports.themeVer = '~32.2.
|
|
6
|
+
exports.themeVer = '~32.2.7';
|