ngx-angular-query-builder
ngx-angular-query-builder copied to clipboard
Version and feature update
I've made a significant number of changes to the tool summarized below:
- Upgraded Angular from version 18 to 19.2.14.
- Added optional NOT support for rulesets via the
allowNotinput. - Demo layout was revamped and now features a two-way bound JSON editor.
- Editing the JSON textbox updates the query tree and vice versa.
- The JSON editor validates input with lighter red for query errors and darker red for JSON errors.
- Optional buttons allow converting a rule to a ruleset and back with
allowConvertToRuleset. - Optional up/down arrows enable reordering rules when
allowRuleUpDownis set. - Added a
customCollapsedSummarycallback to display summaries for collapsed rulesets.
@eisnerw great, when the new version will be available?
Actually, I've been confused by the different forks. I made my changes as a pull request on https://github.com/kerwin612/ngx-query-builder
It looks like none of the forks are in active maintenance