Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 4.48 KB

Change Log

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)