Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
MUI Autocomplete
Bump @types/mocha from 8.2.3 to 9.0.0 (#467) Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 9.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Oblogin <[email protected]>
Improved function support
- Functions used in examples now moved to
BasicFuncs
(exported with lib) - Added funcs
RELATIVE_DATETIME
,NOW
,UPPER
- Added option
showPrefix
for func args (false by default) - Added missing
mongoFormatValue
for all types in basic config (now dates are exported asDate
objects)
Added textarea
Added textarea widget (#442) * Add maxLength for text widget * Add missing support of disabled list items in AntD * defaultTextWidth, defaultSliderWidth * . * Flex used to fullWidth * fix css * fullWidth (for textarea) * . * removed defaultTextWidth * Added textarea widget, with maxRows option * doc * 4.2.0
Bugfixes
4.1.0 - Updated deps, configs
- 4.1.0
- Fixed lint errors in code
- Reorganized files in
tests
- Updated packages
- Now minimum supported NodeJs is 12.13
- Added TSC linting
- Now ESLint checks types in TS files
- Added new scripts:
install-all
,clean
,reinstall
,build-all
,check-hot
,tsc
,eslint
,smoke
,resmoke
.
Renamedsandbox_ts
tosandbox-ts
,sandbox_js
tosandbox-js
. - Fixed problems with VSCode's TSLint plugin
- Moved from deprecated
prepublish
toprepare
inpackage.json
Bugfixes
Bugfixes
Fixed MaterialConfig import for TS projects (issue #368)
4.0.2 fix material d.ts. (#403)
Added custom context to isolate RAQB store
4.0.1 4.0.1
Extended group support
- 4.0.0
- Removed setting
useGroupsAsArrays
.
Instead added field configmode
for type!group
with values:
some
(default, corresponding useGroupsAsArrays = true),
array
(new, user can choose one of group operators),
struct
(obsolete, corresponding useGroupsAsArrays = false). - For type=
!group
and mode=array
:- new field configs are available:
conjunctions
,showNot
,operators
,defaultOperator
,initialEmptyWhere
- you can use group operators
some
,none
,all
or operators with 1 integer opearnd (for count):equal
,not_equal
,less
,between
, .. - localization setting
addSubRuleLabel
- new field configs are available:
- Removed obsolete setting
hideConjForOne
- Removed setting