Skip to main content
Module

x/react_querybuilder/CHANGELOG.md

A QueryBuilder component for React
Go to Latest
File

Change Log

v4.0.0-beta.8 (2021-12-24)

  • #261 Implement valueProcessor for “mongodb” export format (@jakeboone02)
  • #258 Make formatQuery output for “mongodb” type JSON.parse-able (@mylawacad)
  • #251 Add tests for compatibility components (@jakeboone02)
  • #257 docs: add mylawacad as a contributor for code (@allcontributors[bot])
  • #255 Fix “>=” operator for mongodb format (@mylawacad)
  • #253 docs: add ZigZagT as a contributor for code (@allcontributors[bot])
  • #252 Export RuleGroup just like Rule (@jakeboone02, @ZigZagT)
  • #250 Add Bulma component package and demo (@jakeboone02)
  • #248 Add disabled prop; update prettier config with trailing commas and no unnecessary arrow function parentheses (@jakeboone02)

v4.0.0-beta.7 (2021-12-13)

  • #247 Fix drag-and-drop for independent combinators (@jakeboone02)

v4.0.0-beta.6 (2021-11-27)

  • #239 Convert to monorepo with Vite (@jakeboone02)

v4.0.0-beta.5 (2021-11-12)

  • #235 Add drag-and-drop (@jakeboone02)
  • #233 GitHub Actions to deploy demo on release (@jakeboone02)

v4.0.0-beta.3 (2021-11-03)

  • #231 Add support for inline combinators (#231) (@jakeboone02)

v4.0.0-beta.2 (2021-10-29)

  • #230 Add parseSQL method (#230) (@jakeboone02)

v4.0.0-beta.1 (2021-10-23)

  • #229 Path-based query management (@jakeboone02)
  • #228 Add CodeSandbox CI (@jakeboone02)
  • #227 Add syntax highlighting to the demo (@jakeboone02)

v3.12.0 (2021-10-04)

  • #225 Add validation options (@jakeboone02)
  • #224 Implement addRuleToNewGroups, onAddRule, onAddGroup, getDefaultOperator props (@jakeboone02)
  • #223 Implement clone rule/group buttons (@jakeboone02)

v3.11.0 (2021-08-24)

  • #218 Add autoSelectField prop (@jakeboone02)

v3.10.1 (2021-08-19)

  • #216 docs: add CodMonk as a contributor for code, doc, test (@allcontributors[bot])
  • #214 Enable MongoDB query format (@CodMonk)

v3.10.0 (2021-07-27)

  • #210 Add customizable label for “not” toggle component (@jakeboone02)
  • #209 Add Chakra UI demo (@jakeboone02)

v3.9.8 (2021-02-22)

  • #190 Expose default components (@jakeboone02)

v3.9.7 (2021-02-18)

  • #189 Convert tests to Jest (@jakeboone02)
  • #188 Include extra attributes in valid query (@jakeboone02)

v3.9.6 (2021-02-15)

  • #183 Add codecov upload to workflow (@jakeboone02)
  • #182 Update GHA to build and test (@jakeboone02)

v3.9.5 (2021-02-08)

  • #181 Created main.yml for GitHub workflows (@jakeboone02)

v3.9.4 (2021-02-06)

  • #180 Webpack 5 (@jakeboone02)

v3.9.3 (2021-02-05)

  • #179 Added ability to disable inital queryChange (@saurabhnemade)

v3.9.2 (2021-01-24)

  • #178 Export default configs (@jakeboone02)
  • #176 Remove unnecessary exclude pattern (@vitorhsb)

v3.9.1 (2021-01-17)

  • #175 Replaced nanoid with Math.random() (@jakeboone02)

v3.9.0 (2020-12-07)

  • #171 Custom props (@jakeboone02)

v3.8.4 (2020-11-16)

  • #167 Added placeholder support for text fields (@eddie-xavi)

v3.8.2 (2020-11-03)

  • #164 Fixed setting of default values (@jakeboone02)

v3.8.1 (2020-10-23)

  • #161 Demo styles (@jakeboone02)

v3.8.0 (2020-10-09)

  • #160 Added field-level configuration options (@jakeboone02)

v3.7.1 (2020-10-07)

  • #158 createRule giving name of undefined when fields are empty (@saurabhnemade)

v3.7.0 (2020-10-04)

  • #157 Implemented getDefaultField and getDefaultValue props (@jakeboone02)

v3.6.0 (2020-10-01)

  • #155 Refactored formatQuery options (@jakeboone02)

v3.5.0 (2020-06-20)

  • #145 Convert to TypeScript (@jakeboone02)
  • #144 Implemented IE11 support (#144) (@jakeboone02)
  • #135 Reset value on operator change (@artenator)

v3.4.0 (2020-06-15)

  • #142 Implemented customizable Rule component (@jakeboone02)

v3.3.0 (2020-06-12)

  • #141 Add custom control option for RuleGroup component (@rbalaine)

v3.2.0 (2020-05-28)

  • #139 Added “parameterized” option to formatQuery (@jakeboone02)
  • #131 Fix content links in readme (@geekayush)

v3.1.0 (2020-02-18)

  • #122 Add prop to control value and operator reset functionality on field change. (@lakk1)

v3.0.1 (2019-12-06)

  • #117 Fixed a rule default value on add/change (@xxsnakerxx)

v3.0.0 (2019-11-29)

  • #115 Add ruleGroup-header div (@jakeboone02)

v2.5.1 (2019-11-11)

  • #113 Bugfix/not property (@RomanLamsal1337)

v2.5.0 (2019-11-10)

  • #112 Format query handle more operators - Release version 2.5.0 (@oumar-sh)
  • #111 Format query handle more operators (Close Issue #110) (@oumar-sh)

v2.4.0 (2019-09-23)

  • #107 Add new fieldData prop for custom OperatorSelector and ValueEditor components (@jakeboone02)

v2.3.0 (2019-09-16)

  • #104 Add “not” toggle switch for rule groups (@jakeboone02)
  • #103 Add level, rule id to DOM elements (@srinivasdamam)
  • #102 Replace uuid with nanoid (@srinivasdamam)

v2.2.0 (2019-08-29)

  • #95 Add formatQuery function (@jakeboone02)
  • #96 Added showCombinatorsBetweenRules option (@jakeboone02)

v2.1.0 (2019-08-27)

  • #94 Enhanced default ValueEditor to handle multiple input types (#94) (@jakeboone02)

v2.0.1 (2019-08-27)

  • #93 Pass in new root to _notifyQueryChange (@pumbor)
  • #84 Add className prop to ValueEditor, pass it on to input element (#84) (@kkkrist)

v2.0.0 (2019-08-18)

  • #87 Hooks rewrite and increased test coverage (@jakeboone02)
  • #86 Upgrade dependencies and replace deprecated or unmaintained packages (@sapientglobalmarkets)
  • #82 Removed type restrictions on Rule values (@jakeboone02)

v1.4.3 (2018-04-08)

  • #60 Fixed typescript function parameter definitions (@jakeboone02)

v1.4.2 (2018-03-02)

  • #55 Add optional id information in README (@CharlyJazz)

v1.4.1 (2018-03-02)

  • #53 Add optional Id to fields propertie (@CharlyJazz)

v1.4.0 (2017-12-11)

  • #47 Add translations property to be able to set translatable texts. (@bubenkoff)
  • #46 Types: Added id attribute to RuleGroup (@jakeboone02)
  • #44 Add TypeScript typings (@jakeboone02)
  • #42 Converted Rule subcomponents to SFCs (@jakeboone02)

v1.3.8 (2017-07-14)

  • #38 Chore/demo (@pavanpodila)
  • #37 package updates and making it compatible with codesandbox.io (@pavanpodila)

v1.3.6 (2017-03-13)

  • #28 Add field to operator selector control element (@SamLoy)
  • #27 Added more context information to controlElements (@SamLoy)

v1.3.5 (2017-02-06)

  • #24 README: Update live demo link to use 1.3.4 and React 15 (@mreishus)
  • #23 README.md Usage - destructuring removed from import (@mreishus)

1.3.4 (2017-01-23)

  • #17 Add npm-based changelog generator (@maniax89)
  • #18 Add code coverage & TravisCI (@maniax89)

v1.3.0 (2016-10-12)

  • #15 Fix test setup (@maniax89)
  • #13 Rule group tests (@maniax89)
  • #11 Move ‘this’ binding to componentWillMount (@maniax89)
  • #12 Add ActionElement tests to (@maniax89)
  • #8 WIP: Added CHANGELOG.md (@maniax89)
  • #9 Remove unnecessary imports (@maniax89)
  • #7 Add in ActionElement for custom elements (@maniax89)
  • #10 WIP: Add Tests (@maniax89)
  • #6 Custom rule controls (@maniax89)

v1.2.0 (2016-07-11)

  • #1 fix missing field (@vitorhsb)