Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
6.3.0
- Allow saving and loading config from server (PR #866) (issue #817)
- New utils:
compressConfig()
,decompressConfig()
- New
settings.useConfigCompress
- Config now has
ctx
property - Added new test app
sandbox_next
to demonstrate new server-side features
- New utils:
- Export utils (like
mongoFormatOp1
,mongoFormatOp2
) inCoreConfig.ctx.utils
(PR #866) (issue #890) - 2nd parameter of
onChange
callback now equals original config, not extended config (PR #866) (issue #364) - Fix totalQuery structure in mongodb (PR #916) (issue #915)
- Fixed bug in
loadTree()
(PR #917) (issue #356) - Fixed bug on change group value (PR #944) (issue #923)
- Fixed render of option titles in Autocomplete AntDesign (PR #947) (issues #930, #942)
- Implemented
allowCustomValues
for MUI (PR #947) (issue #327) - Improved autocomplete for MUI and AntD. Mark custom values with coral color (PR #947)
- Type fixes for
strictNullChecks
(PR #948) (issue #945)
6.2.0
- Fixed type
Config
: should have render settings likerenderSize
(PR #909) (issue #879) - Fixed type for
renderBeforeWidget
:RuleProps
instead of wrongFieldProps
(PR #909) (issue #879) - Breaking change in types:
listValues
renamed totreeValues
inTreeSelectFieldSettings
But oldlistValues
is still supported in JS (PR #909) - Add support for ElasticSearch 7 term syntax (PR #906) (issue #904)
- Fix mongodbFormat to work with mode = array (PR #908) (issue #907)
6.1.3
6.1.2
6.1.1
6.1.0
- Improve styles (PR #848)
- More
flex
ible styles for low-width styles.scss
now has vars that can be overridden to change colos and sizes- Breaking: Now
compact_styles.css
replacesstyles.css
, don't use them together - Breaking: Removed icon in "Add sub rule" button
- More
- Added
@react-awesome-query-builder/fluent
package (PR #727) - Fix import of
is_null
andis_not_null
ops from SpEL (PR #831) (issue #794) - Fix import of NOT from SpEL (PR #852) (issue #834)
Also fixes export of aggregation expression w/o children filter likecars.size() == 2
- Support antd 5 (PR #853) (issue #812)