Skip to content

Releases: vojtechportes/react-query-builder

v1.6.1

05 May 18:37

Choose a tag to compare

  • Fixed dragging between two groups when one is set to read-only

v1.6.0

05 May 18:16

Choose a tag to compare

  • Added read-only property to rules and groups with possibility of inheritance on group level
  • Updated readme
  • Updated live example
  • Fixed multi-select read-only state

v1.5.0

05 May 09:47

Choose a tag to compare

  • Updated visual style of multi-select
  • Updated visual style of select
  • Updated visual style of toggle component
  • Improved example and deployed to github pages
  • Updated readme

v1.4.1

04 May 12:31

Choose a tag to compare

  • Fixed empty field validation state

v1.4.0

04 May 12:16

Choose a tag to compare

  • Added type aware common (operator-agnostic) and operator-aware validation functionality
  • Added validator property and functionality on Builder to support future validation adapters

v1.3.0

02 May 07:00

Choose a tag to compare

Added new operators:

  • added: IS_NULL, IS_NOT_NULL, CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH, IN
  • deprecated: ANY_IN, LIKE, NOT_LIKE

v1.2.0

01 May 08:09

Choose a tag to compare

  • Fixed numerical field behavior. Numerical fields now output number and number array instead of string and string array
  • Set singleRootGroup to true as default

v1.1.0

01 May 06:51

Choose a tag to compare

  • Added property to restrict usage to a single root group
  • When multiple groups or rules or combination of both is in the root, once toggled to single group, existing data is wrapped to a single parent group

v1.0.2

29 Apr 09:50

Choose a tag to compare

Fixed types exposure in build

v1.0.1

29 Apr 06:36

Choose a tag to compare

Updated readme file to display correct npm version