Releases: vojtechportes/react-query-builder
Releases · vojtechportes/react-query-builder
v1.6.1
v1.6.0
- 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
- 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
- Fixed empty field validation state
v1.4.0
- 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
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
- 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
- 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
Fixed types exposure in build
v1.0.1
Updated readme file to display correct npm version