Releases: vojtechportes/react-query-builder
Releases · vojtechportes/react-query-builder
v1.29.1
v1.29.0
- Added usage limit validation into the text mode
v1.28.0
- Added optional usageLimit property to field entity
- Updated API, Documentation and Demo sections on the library website
- Updated README
v1.27.0
Added dynamic field and rule option APIs
- Added imperative APIs for dynamic field-level and rule-level options
- Added dependency-aware rule option binding, nearest-field lookup, and rule dependency subscriptions
- Added explicit rule value reconciliation for strict select semantics
- Support numeric option values across the imperative option APIs
- Updated the documentation, API reference, live examples, and README
- Added regression tests for hydration, reloads, dependencies, and reconciliation edge cases
v1.26.0
Added methods around dynamic field options
- Added isFieldInUse, getFieldOptionState, setFieldOptions, setFieldOptionsStatus, invalidateFieldOptions, reloadFieldOptions, clearFieldOptions methods to imperative API
- Integrated imperative methods to builder context, field, group and builder components
- Added surrounding supporting utility functions
- Added documentation page to the library website
- Updated API page on the library website
- Updated README
v1.25.1
- Updated installation guide for Radix UI adapter in README and on the library website
v1.25.0
- Removed source maps from published package
- Removed duplicate type declarations from published package
v1.24.0
- Added Radix UI v1 adapter
- Updated Documentaiton, API and Demo sections of the library website
- Updated README
- Fixed drag handle apperance in Bootstrap, ANTD and Mantine adapters
v1.23.0
- Added Bootstrap v5 adapter
- Updated API, Documentation and Demo sections on the library website
- Updated README
v1.22.0
- Added Mantine v8 and v9 adapters
- Updated tsconfig
- Migrated the library website from React 18 to React 19
- Updated Documentation, API and Demo sections on the library website
- Updated README