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

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