Skip to content

Releases: vojtechportes/react-query-builder

v1.29.1

05 Jun 12:28

Choose a tag to compare

  • Losened strictness of text editor by allowing double spaces in valid editor state and cursor jumps in case state became invalid
  • Fixed persistence and matching of protected ranges

v1.29.0

05 Jun 07:35

Choose a tag to compare

  • Added usage limit validation into the text mode

v1.28.0

05 Jun 07:26

Choose a tag to compare

  • Added optional usageLimit property to field entity
  • Updated API, Documentation and Demo sections on the library website
  • Updated README

v1.27.0

04 Jun 09:28

Choose a tag to compare

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

03 Jun 08:20

Choose a tag to compare

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

02 Jun 12:17

Choose a tag to compare

  • Updated installation guide for Radix UI adapter in README and on the library website

v1.25.0

02 Jun 11:53

Choose a tag to compare

  • Removed source maps from published package
  • Removed duplicate type declarations from published package

v1.24.0

02 Jun 10:58

Choose a tag to compare

  • 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

02 Jun 09:25

Choose a tag to compare

  • Added Bootstrap v5 adapter
  • Updated API, Documentation and Demo sections on the library website
  • Updated README

v1.22.0

01 Jun 10:33

Choose a tag to compare

  • 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