@syncfusion/ej2-querybuilder 25.1.42 → 25.2.4

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,37 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I585876` - Removing the isLocked property from query builder rules when the rule/group is not locked / unlocked.
10
+
11
+ ## 25.2.3 (2024-05-08)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I553588` - Issue with `setRulesFromSql` method is not working while using a field name like `"Name = '|_fn { keyword ' kFinishedProduct '}_|'"` has been fixed.
18
+
19
+ ### QueryBuilder
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#F187657` - Provided the input event support for QueryBuilder numeric textbox value changes.
24
+ - `#I585320` - Issue with Query builder dropdown list element removed when placed two query builder in same page while calling refresh method has been fixed.
25
+
26
+ ## 25.1.42 (2024-04-30)
27
+
28
+ ### QueryBuilder
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#F553588` - Issue with `setRulesFromSql` method is not working while using a field name like `"Name = '|_fn { keyword ' kFinishedProduct '}_|'"` has been fixed.
33
+
34
+ ## 25.1.40 (2024-04-16)
35
+
36
+ ### QueryBuilder
37
+
38
+ #### Bug Fixes
39
+
9
40
  - `#I578463` - Issue with popups height is not updated properly in QueryBuilder sub field has been fixed.
10
41
 
11
42
  ## 25.1.38 (2024-04-02)