@syncfusion/ej2-angular-querybuilder 31.2.4 → 31.2.12

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,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I776606` – Fixed an issue where the `MultiSelect` in Query Builder passes data requests without applying the filtered value.
10
+
11
+ ## 31.2.4 (2025-10-28)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I771577` - Implemented default value setting support and column validation for the `DatePicker` component to ensure the start date is always less than the end date when between operators is selected.
10
18
 
11
19
  ## 31.1.22 (2025-10-01)
package/README.md CHANGED
@@ -12,7 +12,7 @@ The [Angular Query Builder](https://www.syncfusion.com/angular-ui-components/ang
12
12
  <p align="center">
13
13
  Trusted by the world's leading companies
14
14
  <a href="https://www.syncfusion.com">
15
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
15
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
16
16
  </a>
17
17
  </p>
18
18
 
@@ -115,6 +115,13 @@ Query Builder component is also offered in the following list of frameworks.
115
115
  * Integration with data visualization controls: The Query Builder can be used in conjunction with data visualization controls like DataGrid and Charts to view the filtered data, providing a more comprehensive view of the data.
116
116
  * Easy to use: The Query Builder is easy to use and can be easily integrated into any project, making it a convenient and powerful tool for filtering data.
117
117
 
118
+ ## Resources
119
+
120
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
121
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
122
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
123
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
124
+
118
125
  ## Support
119
126
 
120
127
  Product support is available through the following mediums.
@@ -131,7 +138,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
131
138
 
132
139
  ## License and copyright
133
140
 
134
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
141
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
135
142
 
136
143
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
137
144
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-querybuilder",
3
- "version": "31.2.4",
3
+ "version": "31.2.12",
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": "~31.2.4",
10
- "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-querybuilder": "31.2.4"
9
+ "@syncfusion/ej2-base": "~31.2.12",
10
+ "@syncfusion/ej2-angular-base": "~31.2.12",
11
+ "@syncfusion/ej2-querybuilder": "31.2.12"
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 = '^31.2.4';
4
+ exports.pkgVer = '^31.2.12';
5
5
  exports.moduleName = 'QueryBuilderModule';
6
- exports.themeVer = '~31.2.4';
6
+ exports.themeVer = '~31.2.12';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-querybuilder';
2
- export const pkgVer = '^31.2.4';
2
+ export const pkgVer = '^31.2.12';
3
3
  export const moduleName = 'QueryBuilderModule';
4
- export const themeVer = '~31.2.4';
4
+ export const themeVer = '~31.2.12';