@syncfusion/ej2-querybuilder 25.1.37 → 25.1.40

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,12 +6,35 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I578463` - Issue with popups height is not updated properly in QueryBuilder sub field has been fixed.
10
+
11
+ ## 25.1.38 (2024-04-02)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I568017` - Issue with Sub field value is not set properly while setting rule for complex data binding has been fixed.
18
+
19
+ ## 25.1.37 (2024-03-26)
20
+
21
+ ### QueryBuilder
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I873568` - Issue with `getSqlFromRules` method not working properly in boolean fields when calling validateFields within the `ruleChange` event has been fixed.
9
26
  - `#I568017` - Issue with QueryBuilder 'In' or 'Not in' Operator results in value field as empty list when using fieldMode as default mode has been fixed.
10
27
 
11
28
  ## 25.1.35 (2024-03-15)
12
29
 
13
30
  ### QueryBuilder
14
31
 
32
+ #### Bug Fixes
33
+
34
+ - `#I873624` - Issue with `getSqlFromRules` method is not working while using a field name like `Http Response Header Name-Verify` has been fixed.
35
+
36
+ ### QueryBuilder
37
+
15
38
  #### New Features
16
39
 
17
40
  - Provided the support to get / set the Mongo Query from query builder.