@syncfusion/ej2-angular-querybuilder 31.2.15-ngcc → 31.2.15

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +823 -0
  2. package/README.md +9 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +6 -0
  5. package/esm2020/src/query-builder/columns.directive.mjs +72 -0
  6. package/esm2020/src/query-builder/querybuilder-all.module.mjs +29 -0
  7. package/esm2020/src/query-builder/querybuilder.component.mjs +78 -0
  8. package/esm2020/src/query-builder/querybuilder.module.mjs +34 -0
  9. package/esm2020/syncfusion-ej2-angular-querybuilder.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs +204 -0
  11. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs +204 -0
  13. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  14. package/package.json +20 -7
  15. package/public_api.d.ts +1 -1
  16. package/src/index.d.ts +5 -5
  17. package/src/query-builder/columns.directive.d.ts +99 -94
  18. package/src/query-builder/querybuilder-all.module.d.ts +13 -7
  19. package/src/query-builder/querybuilder.component.d.ts +49 -45
  20. package/src/query-builder/querybuilder.module.d.ts +12 -5
  21. package/syncfusion-ej2-angular-querybuilder.d.ts +5 -0
  22. package/@syncfusion/ej2-angular-querybuilder.es5.js +0 -277
  23. package/@syncfusion/ej2-angular-querybuilder.es5.js.map +0 -1
  24. package/@syncfusion/ej2-angular-querybuilder.js +0 -249
  25. package/@syncfusion/ej2-angular-querybuilder.js.map +0 -1
  26. package/LICENSE +0 -10
  27. package/dist/ej2-angular-querybuilder.umd.js +0 -301
  28. package/dist/ej2-angular-querybuilder.umd.js.map +0 -1
  29. package/dist/ej2-angular-querybuilder.umd.min.js +0 -11
  30. package/dist/ej2-angular-querybuilder.umd.min.js.map +0 -1
  31. package/ej2-angular-querybuilder.d.ts +0 -5
  32. package/ej2-angular-querybuilder.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,823 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### QueryBuilder
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I786194` – Fixed an issue where the scrollbar does not move properly when drag and drop the last item to the top.
10
+
11
+ - `#I779353` - Fixed an issue where unwanted data requests were triggered during the initial rendering of the query builder.
12
+
13
+ ## 31.2.12 (2025-11-18)
14
+
15
+ ### QueryBuilder
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I776606` – Fixed an issue where the `MultiSelect` in Query Builder passes data requests without applying the filtered value.
20
+
21
+ ## 31.2.4 (2025-10-28)
22
+
23
+ ### QueryBuilder
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#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.
28
+
29
+ ## 31.1.22 (2025-10-01)
30
+
31
+ ### QueryBuilder
32
+
33
+ - `#I764996` - Issue where the lock rule did not disable the field selector in complex data binding scenarios.
34
+
35
+ - `#I766063` - Fixed the issue where the rule condition value was not updating for new empty rules with new conditions.
36
+
37
+ ## 31.1.17 (2025-09-05)
38
+
39
+ ### QueryBuilder
40
+
41
+ - `#I80058` - Issue with "String type between values not update properly in query builder rules" has been fixed.
42
+
43
+ ## 28.1.33 (2024-12-12)
44
+
45
+ ### QueryBuilder
46
+
47
+ #### Bug Fixes
48
+
49
+ - Issue with condition not proper while getting sql from rules has been fixed.
50
+ - `#I594200` - Issue with "Template is not rendered properly when we use fieldMode as dropdowntree in the complex data binding query builder" has been fixed.
51
+
52
+ ## 26.1.35 (2024-06-11)
53
+
54
+ ### QueryBuilder
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#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.
59
+
60
+ ## 25.1.35 (2024-03-15)
61
+
62
+ ### QueryBuilder
63
+
64
+ #### Bug Fixes
65
+
66
+ - `#I870175` - Issue with `getSqlFromRules` method is not return custom value when changing boolean type column value in default complex data binding. has been fixed.
67
+ - `#I556563` - Issue with QueryBuilder validation message position wrong issue while deleting the rule has been fixed.
68
+
69
+ #### New Features
70
+
71
+ - Provided the support to get / set the Mongo Query from query builder.
72
+ - Provided the support to get / set the Parameter SQL and Named Parameter SQL from query builder.
73
+ - Provided the Clone support to query builder rules/ groups.
74
+ - Provided the Lock support to query builder rules/ groups.
75
+
76
+ ## 24.2.8 (2024-02-27)
77
+
78
+ ### QueryBuilder
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I534039` - Issue with `drop-down list popup` remains stick in the screen after close has been fixed.
83
+
84
+ ## 24.2.5 (2024-02-13)
85
+
86
+ ### QueryBuilder
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I545248` - Issue with QueryBuilder validation message removed when navigating away from the QueryBuilder control has been fixed.
91
+ - `#F186129` - Issue with tooltip rendering twice in the operator field while using validateFields method has been fixed.
92
+
93
+ ## 24.1.46 (2024-01-17)
94
+
95
+ ### QueryBuilder
96
+
97
+ #### Bug Fixes
98
+
99
+ - `#I534895` - Issue with `getValidRules` method of query builder returns improper rule for in operator has been fixed.
100
+
101
+ ## 24.1.45 (2024-01-09)
102
+
103
+ ### QueryBuilder
104
+
105
+ #### Bug Fixes
106
+
107
+ - `#I526596` - Issue with Dropdown tree item expand and selection related issue in query builder has been fixed.
108
+
109
+ ## 24.1.44 (2024-01-03)
110
+
111
+ ### QueryBuilder
112
+
113
+ #### Bug Fixes
114
+
115
+ - `#F185815` - Issue with dynamically changing readonly property has been fixed.
116
+
117
+ ## 24.1.43 (2023-12-27)
118
+
119
+ ### QueryBuilder
120
+
121
+ #### Bug Fixes
122
+
123
+ - `#F510127` - Issue with Query builder rule does not gets changed dynamically has been fixed.
124
+
125
+ ## 24.1.41 (2023-12-18)
126
+
127
+ ### QueryBuilder
128
+
129
+ #### Bug Fixes
130
+
131
+ - `#F511006` - Issue with Date rule format value not updated properly while using two rule in Query builder has been fixed.
132
+
133
+ ## 23.2.7 (2023-12-05)
134
+
135
+ ### QueryBuilder
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#I510127` - Issue with Query builder rule does not changed dynamically has been fixed.
140
+
141
+ ## 23.1.44 (2023-11-07)
142
+
143
+ ### QueryBuilder
144
+
145
+ #### Bug Fixes
146
+
147
+ - `#I510127` - Issue with Query builder dynamically adding rule does not gets changed has been fixed.
148
+
149
+ ## 23.1.41 (2023-10-17)
150
+
151
+ ### QueryBuilder
152
+
153
+ #### Bug Fixes
154
+
155
+ - `#F184903` - Issue with `setRules` method of the Query builder not working for complex data binding has been fixed.
156
+
157
+ ## 23.1.39 (2023-10-04)
158
+
159
+ ### QueryBuilder
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
164
+ - `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
165
+
166
+ ## 23.1.38 (2023-09-26)
167
+
168
+ ### QueryBuilder
169
+
170
+ #### Bug Fixes
171
+
172
+ - `#I504588` - Issue with Query builder column template not render in Vue3 platform has been fixed.
173
+
174
+ ## 23.1.36 (2023-09-15)
175
+
176
+ ### QueryBuilder
177
+
178
+ #### Bug Fixes
179
+
180
+ - `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
181
+
182
+ ## 22.2.9 (2023-08-15)
183
+
184
+ ### QueryBuilder
185
+
186
+ #### Bug Fixes
187
+
188
+ - `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder
189
+
190
+ ## 22.2.8 (2023-08-08)
191
+
192
+ ### QueryBuilder
193
+
194
+ #### Bug Fixes
195
+
196
+ - `#I469225` - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.
197
+
198
+ ## 22.1.38 (2023-07-11)
199
+
200
+ ### QueryBuilder
201
+
202
+ #### Bug Fixes
203
+
204
+ - `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder.
205
+
206
+ ## 22.1.37 (2023-07-04)
207
+
208
+ ### QueryBuilder
209
+
210
+ #### Bug Fixes
211
+
212
+ - `#I44054` - Resolved the issue where importing SQL queries containing special characters.
213
+
214
+ ## 22.1.34 (2023-06-21)
215
+
216
+ ### QueryBuilder
217
+
218
+ #### Bug Fixes
219
+
220
+ - `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
221
+ - `#I448219` - Issue with Query builder validation not shown using `validateFields` method and scroll the page has been fixed.
222
+
223
+ ## 20.4.51 (2023-02-21)
224
+
225
+ ### QueryBuilder
226
+
227
+ #### Bug Fixes
228
+
229
+ - `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
230
+ - `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
231
+
232
+ ## 20.4.42 (2023-01-04)
233
+
234
+ ### QueryBuilder
235
+
236
+ #### Bug Fixes
237
+
238
+ - `#F31632` - Accessibility issue in Query Builder has been resolved.
239
+
240
+ ## 20.4.40 (2022-12-28)
241
+
242
+ ### QueryBuilder
243
+
244
+ #### Bug Fixes
245
+
246
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
247
+ - `#I423706` - Issue with Field Dropdown list popups get collapses when we use `validateFields` method in query builder has been fixed
248
+
249
+ ## 20.4.38 (2022-12-21)
250
+
251
+ ### QueryBuilder
252
+
253
+ #### Bug Fixes
254
+
255
+ - `#F420982` - Issue with `getValidRules` method of query builder returns empty group has been fixed.
256
+ - `#I404520` - Provided Localization support SQL query builder operators.
257
+ - `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
258
+ - `#I408324` - Issue with Script errors throwing in validating query builder fields while double click has been fixed.
259
+ - `#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.
260
+
261
+ ## 20.3.47 (2022-09-29)
262
+
263
+ ### QueryBuilder
264
+
265
+ #### Bug Fixes
266
+
267
+ - `#I391922` - Issue with Show Buttons option in query builder has been fixed.
268
+ - `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
269
+ - `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
270
+ - `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed
271
+
272
+ ## 20.2.40 (2022-07-26)
273
+
274
+ ### QueryBuilder
275
+
276
+ #### Bug Fixes
277
+
278
+ - `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
279
+ - `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
280
+
281
+ ## 19.3.45 (2021-10-12)
282
+
283
+ ### QueryBuilder
284
+
285
+ #### Bug Fixes
286
+
287
+ - `F169401`, `F169406` - Issue with SQL importing with boolean values has been fixed.
288
+ - `F168982` - Issue with placing Query Builder inside a form has been fixed.
289
+
290
+ ## 19.3.44 (2021-10-05)
291
+
292
+ ### QueryBuilder
293
+
294
+ #### New Features
295
+
296
+ - Provided Dropdown Tree component support in Complex data binding
297
+
298
+ ## 19.2.59 (2021-08-31)
299
+
300
+ ### QueryBuilder
301
+
302
+ #### Bug Fixes
303
+
304
+ - Improvements in Header Template support.
305
+
306
+ ## 19.2.51 (2021-08-03)
307
+
308
+ ### QueryBuilder
309
+
310
+ #### Bug Fixes
311
+
312
+ - `#I337055` - The issue with Tooltip not destroyed while applying reset after validation been fixed.
313
+
314
+ ## 19.2.46 (2021-07-06)
315
+
316
+ ### QueryBuilder
317
+
318
+ #### Bug Fixes
319
+
320
+ - `#I333679` - The issue with setRules method not works in header template has been fixed.
321
+
322
+ ## 19.1.57 (2021-04-20)
323
+
324
+ ### QueryBuilder
325
+
326
+ #### Bug Fixes
327
+
328
+ - `#F163698` - The issue with 'getRulesFromSql' method for date is fixed.
329
+
330
+ ## 19.1.55 (2021-04-06)
331
+
332
+ ### QueryBuilder
333
+
334
+ #### Bug Fixes
335
+
336
+ - `#317381` - The issue with predicate generation for date is fixed.
337
+
338
+ ## 19.1.54 (2021-03-30)
339
+
340
+ ### QueryBuilder
341
+
342
+ #### New Features
343
+
344
+ - Provided Complex data binding Support.
345
+ - Provided Header Template Support.
346
+ - Provided model support for fields, operators and values.
347
+
348
+ - Provided Complex data binding Support
349
+ - Provided Header Template Support
350
+
351
+ #### Bug Fixes
352
+
353
+ - `#F162988` - The issue when field has space is fixed.
354
+ - `#317355` - The issue with disable the condition option when that group has single
355
+
356
+ ## 18.4.42 (2021-02-09)
357
+
358
+ ### QueryBuilder
359
+
360
+ #### Bug Fixes
361
+
362
+ - Issue with angular template is fixed.
363
+
364
+ ## 18.4.33 (2021-01-05)
365
+
366
+ ### QueryBuilder
367
+
368
+ #### Bug Fixes
369
+
370
+ - Issue with template destroy is fixed.
371
+
372
+ ## 18.4.32 (2020-12-29)
373
+
374
+ ### QueryBuilder
375
+
376
+ #### Bug Fixes
377
+
378
+ - Issue with validation is fixed.
379
+
380
+ ## 18.3.52 (2020-12-01)
381
+
382
+ ### QueryBuilder
383
+
384
+ #### Bug Fixes
385
+
386
+ - Issue with Date Picker with null value is fixed.
387
+
388
+ ## 18.3.51 (2020-11-24)
389
+
390
+ ### QueryBuilder
391
+
392
+ #### Bug Fixes
393
+
394
+ - `#290596` - Validation working improperly with column template issue resolved.
395
+ - Issue with template destroy is fixed
396
+
397
+ ## 18.3.50 (2020-11-17)
398
+
399
+ ### QueryBuilder
400
+
401
+ #### Bug Fixes
402
+
403
+ - Issue with setting HTML element id start with number is fixed
404
+
405
+ ## 18.3.42 (2020-10-20)
406
+
407
+ ### QueryBuilder
408
+
409
+ #### Bug Fixes
410
+
411
+ - Issue with 'setRulesFromSql' method is fixed.
412
+ - Issue with changing value field width is fixed.
413
+
414
+ ## 18.3.40 (2020-10-13)
415
+
416
+ ### QueryBuilder
417
+
418
+ #### Bug Fixes
419
+
420
+ - Issue with 'getValues' method is fixed.
421
+
422
+ ## 18.2.57 (2020-09-08)
423
+
424
+ ### QueryBuilder
425
+
426
+ #### Bug Fixes
427
+
428
+ - Issue with 'setRulesFromSql' method is fixed.
429
+
430
+ ## 18.2.55 (2020-08-25)
431
+
432
+ ### QueryBuilder
433
+
434
+ #### Bug Fixes
435
+
436
+ - Issue with 'getColumn' method is fixed.
437
+ - Issue with persistence is fixed.
438
+
439
+ ## 18.2.46 (2020-07-21)
440
+
441
+ ### QueryBuilder
442
+
443
+ #### Bug Fixes
444
+
445
+ - Issue with 'boolean' type value is fixed.
446
+
447
+ ## 18.2.45 (2020-07-14)
448
+
449
+ ### QueryBuilder
450
+
451
+ #### Bug Fixes
452
+
453
+ - Issue with 'locale' is fixed.
454
+
455
+ ## 18.2.44 (2020-07-07)
456
+
457
+ ### QueryBuilder
458
+
459
+ #### New Features
460
+
461
+ - Provided `Rule Template` support.
462
+
463
+ #### Bug Fixes
464
+
465
+ - Issue with 'addGroups' method is fixed.
466
+
467
+ ## 18.1.55 (2020-06-02)
468
+
469
+ ### QueryBuilder
470
+
471
+ #### Bug Fixes
472
+
473
+ - Issue with 'setRulesFromSql' method is fixed.
474
+
475
+ ## 18.1.53 (2020-05-19)
476
+
477
+ ### QueryBuilder
478
+
479
+ #### Bug Fixes
480
+
481
+ - Issue with boolean value has been resolved.
482
+
483
+ ## 18.1.48 (2020-05-05)
484
+
485
+ ### QueryBuilder
486
+
487
+ #### Bug Fixes
488
+
489
+ - Issue with SQL parsing has been resolved.
490
+
491
+ ## 18.1.45 (2020-04-21)
492
+
493
+ ### QueryBuilder
494
+
495
+ #### Bug Fixes
496
+
497
+ - Issue with grouping after refreshing QueryBuilder has been resolved.
498
+
499
+ ## 18.1.44 (2020-04-14)
500
+
501
+ ### QueryBuilder
502
+
503
+ #### Bug Fixes
504
+
505
+ - Compatibility with EJ1 issues has been resolved.
506
+
507
+ ## 18.1.43 (2020-04-07)
508
+
509
+ ### QueryBuilder
510
+
511
+ #### New Features
512
+
513
+ - Provided `readonly` support.
514
+
515
+ ## 18.1.36-beta (2020-03-19)
516
+
517
+ ### QueryBuilder
518
+
519
+ #### Bug Fixes
520
+
521
+ - Improvements in Value Template support.
522
+
523
+ ## 17.4.49 (2020-02-11)
524
+
525
+ ### QueryBuilder
526
+
527
+ #### Bug Fixes
528
+
529
+ - CSS validation issues has been resolved.
530
+
531
+ ## 17.4.47 (2020-02-05)
532
+
533
+ ### QueryBuilder
534
+
535
+ #### Bug Fixes
536
+
537
+ - Issue with predicate generation for date type is fixed.
538
+
539
+ #### Breaking Changes
540
+
541
+ |Property Name|Previous Type|Current Type |
542
+ |-------------|-------------|-------------------|
543
+ |format |string |string|FormatObject|
544
+
545
+ ## 17.4.46 (2020-01-30)
546
+
547
+ ### QueryBuilder
548
+
549
+ #### New Features
550
+
551
+ - Provided the support to disable the combinator if only one rule is present.
552
+
553
+ ## 17.4.43 (2020-01-14)
554
+
555
+ ### QueryBuilder
556
+
557
+ #### Bug Fixes
558
+
559
+ - Issue with predicate generation for between operator is fixed.
560
+
561
+ ## 17.4.41 (2020-01-07)
562
+
563
+ ### QueryBuilder
564
+
565
+ #### Bug Fixes
566
+
567
+ - Issue with 'setRulesFromSql' method is fixed.
568
+
569
+ ## 17.4.39 (2019-12-17)
570
+
571
+ ### QueryBuilder
572
+
573
+ #### New Features
574
+
575
+ - Provided `NOT` Condition support.
576
+ - Provided Template support for Time Picker.
577
+
578
+ #### Bug Fixes
579
+
580
+ - Tooltip is not destroyed while using destroy method.
581
+ - Predicate is not created for Date type when between operator is fixed.
582
+
583
+ ## 17.3.27 (2019-11-12)
584
+
585
+ ### QueryBuilder
586
+
587
+ #### Bug Fixes
588
+
589
+ - Issue with changing 'number' type field is fixed.
590
+
591
+ ## 17.3.26 (2019-11-05)
592
+
593
+ ### QueryBuilder
594
+
595
+ #### New Features
596
+
597
+ - Provided Not Contains, Not Starts With and Not Ends With operator support.
598
+
599
+ ## 17.3.21 (2019-10-30)
600
+
601
+ ### QueryBuilder
602
+
603
+ #### Bug Fixes
604
+
605
+ - Value not updated properly while changing 'Between' operator.
606
+
607
+ ## 17.3.19 (2019-10-22)
608
+
609
+ ### QueryBuilder
610
+
611
+ #### Bug Fixes
612
+
613
+ - Value not updated properly while changing operator.
614
+
615
+ ## 17.2.46 (2019-08-22)
616
+
617
+ ### QueryBuilder
618
+
619
+ #### New Features
620
+
621
+ - Provided Null and Empty operator support.
622
+
623
+ ## 17.2.36 (2019-07-24)
624
+
625
+ ### QueryBuilder
626
+
627
+ #### Bug Fixes
628
+
629
+ - Date values are not properly filtered using DataManager.
630
+
631
+ ## 17.2.35 (2019-07-17)
632
+
633
+ ### QueryBuilder
634
+
635
+ #### Bug Fixes
636
+
637
+ - SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
638
+ - Condition is not updated properly in the root while using 'setRules' method.
639
+
640
+ ## 17.2.28-beta (2019-06-27)
641
+
642
+ ### QueryBuilder
643
+
644
+ #### New Features
645
+
646
+ - Provided localization support for 'AND/OR' conditions.
647
+
648
+ ## 17.1.50 (2019-06-04)
649
+
650
+ ### QueryBuilder
651
+
652
+ #### Bug Fixes
653
+
654
+ - Selected value not maintained properly for radiobutton field.
655
+
656
+ ## 17.1.49 (2019-05-29)
657
+
658
+ ### QueryBuilder
659
+
660
+ #### Bug Fixes
661
+
662
+ - DataManager related issue resolved.
663
+
664
+ ## 17.1.48 (2019-05-21)
665
+
666
+ ### QueryBuilder
667
+
668
+ #### Bug Fixes
669
+
670
+ - Provided public method for get the rule by the rule Id.
671
+ - Date format issue in dd/mm/yyyy format.
672
+ - Selected value not maintained properly for radiobutton field.
673
+
674
+ ## 17.1.47 (2019-05-14)
675
+
676
+ ### QueryBuilder
677
+
678
+ #### New Features
679
+
680
+ - Provided `case sensitive` support.
681
+ - Provided default value option support for column fields.
682
+ - Provided groupBy support for columns.
683
+
684
+ #### Bug Fixes
685
+
686
+ - Updating conditions throws script error after using 'setRules' method.
687
+ - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
688
+ - Multiselect datasource not properly updated for in and notin operators.
689
+ - Provided option for handling data source request on demand.
690
+
691
+ ## 17.1.43 (2019-04-30)
692
+
693
+ ### QueryBuilder
694
+
695
+ #### Bug Fixes
696
+
697
+ - Multiselect datasource not properly updated for in and notin operators.
698
+
699
+ ## 17.1.42 (2019-04-23)
700
+
701
+ ### QueryBuilder
702
+
703
+ #### Bug Fixes
704
+
705
+ - Rule with AND operator is not properly updated in ASP.NET MVC and Core.
706
+
707
+ ## 17.1.40 (2019-04-09)
708
+
709
+ ### QueryBuilder
710
+
711
+ #### Bug Fixes
712
+
713
+ - Updating conditions throws script error after using 'setRules' method.
714
+
715
+ ## 17.1.38 (2019-03-29)
716
+
717
+ ### QueryBuilder
718
+
719
+ #### Breaking Changes
720
+
721
+ - The following events are renamed.
722
+
723
+ | Existing Event Name| New Event Name |
724
+ |------|-------------|
725
+ |beforeConditionChange|beforeChange|
726
+ |beforeFieldChange|beforeChange|
727
+ |beforeOperatorChange|beforeChange|
728
+ |beforeValueChange|beforeChange|
729
+ |conditionChanged|change|
730
+ |fieldChanged|change|
731
+ |operatorChanged|change|
732
+ |valueChanged|change|
733
+ |groupDelete|change|
734
+ |groupInsert|change|
735
+ |ruleDelete|change|
736
+ |ruleInsert|change|
737
+
738
+ - Modified the return type of 'getFilteredRecords' method from object collection to promise.
739
+ - Renamed the 'RulesModel' class to 'RuleModel' and removed the 'RulesModel' class.
740
+
741
+ #### Bug Fixes
742
+
743
+ - Between Operator produces incorrect SQL is fixed.
744
+ - Issue with binding boolean values to radio button is fixed.
745
+ - Introduced new event 'RuleChange' which triggers once the current Rule is different from the older Rule.
746
+
747
+ ## 17.1.32-beta (2019-03-13)
748
+
749
+ ### QueryBuilder
750
+
751
+ #### Breaking Changes
752
+
753
+ - The following events are renamed.
754
+
755
+ | Existing Event Name| New Event Name |
756
+ |------|-------------|
757
+ |beforeConditionChange|beforeChange|
758
+ |beforeFieldChange|beforeChange|
759
+ |beforeOperatorChange|beforeChange|
760
+ |beforeValueChange|beforeChange|
761
+ |conditionChanged|change|
762
+ |fieldChanged|change|
763
+ |operatorChanged|change|
764
+ |valueChanged|change|
765
+ |groupDelete|change|
766
+ |groupInsert|change|
767
+ |ruleDelete|change|
768
+ |ruleInsert|change|
769
+
770
+ #### Bug Fixes
771
+
772
+ - Between Operator produces incorrect SQL is fixed.
773
+
774
+ ## 16.4.54 (2019-02-19)
775
+
776
+ ### QueryBuilder
777
+
778
+ #### Bug Fixes
779
+
780
+ - 'Add Group' option is not disabled while setting groupInsert as false is fixed.
781
+
782
+ ## 16.4.52 (2019-02-05)
783
+
784
+ ### QueryBuilder
785
+
786
+ #### New Features
787
+
788
+ - Provided `Summary view` support.
789
+
790
+ ## 16.4.44 (2018-12-24)
791
+
792
+ ### QueryBuilder
793
+
794
+ #### Bug Fixes
795
+
796
+ - Introduced validateFields method for validation.
797
+
798
+ ## 16.4.40-beta (2018-12-10)
799
+
800
+ ### QueryBuilder
801
+
802
+ The Query Builder component is a graphical user interface that allows users to create and edit filters. It outputs a structured JSON of filters which that can be easily parsed to create SQL. It is integrated with Data Manager to communicates with data sources and returns the desired result based on the provided filter. It supports data binding, templates, validation, and horizontal and vertical orientation.
803
+
804
+ - **Data binding**: It auto populates the data source and maps the data to the appropriate fields.
805
+
806
+ - **Template**: Supports templates and it is applicable for all input components.
807
+
808
+ - **Queries**: Queries supports JSON/SQL rules.## 31.2.2 (2025-10-15)
809
+
810
+ ### QueryBuilder
811
+
812
+ #### Bug Fixes
813
+
814
+ - `#I757444` - Added spinner loading support during rule rendering in the query builder.
815
+
816
+ ## 18.2.47 (2020-07-28)
817
+
818
+ ### QueryBuilder
819
+
820
+ #### Bug Fixes
821
+
822
+ `#F156190` - Not able to select value field using 'IN' operator in production mode issue fixed.
823
+