Releases: mistic100/jQuery-QueryBuilder
Releases · mistic100/jQuery-QueryBuilder
3.0.0
Migration to Bootstrap 5, thanks to @liamkeily, @stephencmorton and @dethell
2.7.0
Breaking change
Remove minified files from the distribution (jsDelivr users have nothing to do as the CDN provides automatic minification).
Removed doT.js dependency used for template generation.
- If you do not use custom templates => no action needed
- If you use custom templates as functions => no action needed
- If you use custom templates with doT syntax => you must rewrite them as a function (check source for examples)
2.6.2
2.6.1
2.6.0
Bug fixes/features :
- [plugin:chosen] avoid creating useless chosen widget (#743)
- [plugin:sql] Fixed Unexpected 'NUMBER' with IN operator (#880)
- add source map (#749)
- Support different placeholders for each input when nb_inputs > 1 (#764)
- Fix Potential XSS on template generation (#905)
Translations :
2.5.2
SQL Parsing requires SQL Parser 1.2.2 minimum
- #676 : IE11 - tokens not replaced in SQL plain output
- #682 : allow to change group condition in afterAddGroup event
- #681 : Loose MongoDB operator detection (allow additional operators)
- #684 : getSQL issue with consecutive dollar signs
- #687 : Negation doubled when using setRulesFromSQL
- #689 : default flags not honored
- #691 : clear root data, flags and condition on reset
2.5.1
2.5.0
2.4.5
Bootstrap 4 is removed from the version range in both bower.json and package.json. Only Bootstrap 3 is officially supported.
Features :
- #579 Add "default_operator" to filters
- #593 Add between/not_between validation
- #543 Use "default_value" in setRules method
- #498 Add "rulesChanged" event
- #547 Pass previous operator to afterUpdateRuleOperator event