@syncfusion/ej2-querybuilder 23.2.7 → 24.1.43

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,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
10
+
11
+ ## 24.1.41 (2023-12-18)
12
+
13
+ ### QueryBuilder
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
18
+
19
+ ## 23.2.7 (2023-12-05)
20
+
21
+ ### QueryBuilder
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
10
26
 
11
27
  ## 23.1.44 (2023-11-07)
@@ -31,11 +47,6 @@
31
47
  #### Bug Fixes
32
48
 
33
49
  - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
34
-
35
- ### QueryBuilder
36
-
37
- #### Bug Fixes
38
-
39
50
  - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
40
51
 
41
52
  ## 23.1.38 (2023-09-26)
@@ -54,6 +65,40 @@
54
65
 
55
66
  - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
56
67
 
68
+ ## 22.2.9 (2023-08-15)
69
+
70
+ ### QueryBuilder
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
75
+
76
+ ## 22.2.8 (2023-08-08)
77
+
78
+ ### QueryBuilder
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
83
+
84
+ ## 22.1.38 (2023-07-11)
85
+
86
+ ### QueryBuilder
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
91
+
92
+ ## 22.1.37 (2023-07-04)
93
+
94
+ ### QueryBuilder
95
+
96
+ #### Bug Fixes
97
+
98
+ - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
99
+
100
+ ## 22.1.34 (2023-06-21)
101
+
57
102
  ### QueryBuilder
58
103
 
59
104
  #### Bug Fixes
@@ -61,29 +106,45 @@
61
106
  - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
62
107
  - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
63
108
 
109
+ ## 20.4.51 (2023-02-21)
110
+
64
111
  ### QueryBuilder
65
112
 
66
113
  #### Bug Fixes
67
114
 
68
- - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
69
115
  - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
116
+ - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
117
+
118
+ ## 20.4.42 (2023-01-04)
70
119
 
71
120
  ### QueryBuilder
72
121
 
73
122
  #### Bug Fixes
74
123
 
75
124
  - `#F31632` - Accessibility issue in Query Builder has been resolved.
125
+
126
+ ## 20.4.40 (2022-12-28)
127
+
128
+ ### QueryBuilder
129
+
130
+ #### Bug Fixes
131
+
76
132
  - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
77
133
  - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
78
134
 
135
+ ## 20.4.38 (2022-12-21)
136
+
79
137
  ### QueryBuilder
80
138
 
81
139
  #### Bug Fixes
82
140
 
83
141
  - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
84
142
  - `#I404520` - Provided Localization support SQL query builder operators.
143
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
85
144
  - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
86
- - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed
145
+ - `#I408658` - Issue with Value getting removed while closing fields Dropdown without change the value when we set rule property of query builder has been fixed.
146
+
147
+ ## 20.3.47 (2022-09-29)
87
148
 
88
149
  ### QueryBuilder
89
150
 
@@ -94,12 +155,14 @@
94
155
  - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
95
156
  - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
96
157
 
158
+ ## 20.2.40 (2022-07-26)
159
+
97
160
  ### QueryBuilder
98
161
 
99
162
  #### Bug Fixes
100
163
 
101
- - `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
102
- - `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
164
+ - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
165
+ - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
103
166
 
104
167
  ## 19.3.45 (2021-10-12)
105
168
 
@@ -116,7 +179,7 @@
116
179
 
117
180
  #### New Features
118
181
 
119
- - Provided Dropdown Tree component support in Complex data binding.
182
+ - Provided Dropdown Tree component support in Complex data binding
120
183
 
121
184
  ## 19.2.59 (2021-08-31)
122
185